Hello,
Can anyone please explain to me how can I get multiple values of a @dbresult to another view or datalist ?
Thanks
Hello,
Can anyone please explain to me how can I get multiple values of a @dbresult to another view or datalist ?
Thanks
Subject: @dblookup
I’m not sure what you want, but you can link lists by putting a colon (
between them :
so :
@DBColumn(…):@dblookup( …):MyDataList:“MyText”
will put all values in one list …