Hi,
I am able to filter my datalist with dropdownlists etc that are outside the datalist, via controlparameters, filterexpression and sqldatasource. However, I have no idea how to filter it from within the datalist. When a user clicks a text in the datalist, it's in reality a linkbutton and then only the items that match the text of the linkbutton (and that are further included in the external dropdownlists' selections) should be displayed.
Using datalist_itemcommand, I've been able to at least get a response.write when the user clicks a linkbutton, but it's not possible to link this to the filterexpression (or so I think). Eg: A user clicks the date (using one of the linkbuttons) to see only posts from this date. How can I do that with a filterexpression???
I've struggled with it for days now.
Please help me achieve this - it's essential to my solution (and it should be built-in into VWD, and maybe it is)!
Thanks in advance,
Pettrer (
VB, VWD Express, SQL Server Express)
Coding is indeed a nine-to-five job; nine pm to five am.