Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
10-4 Episode 3: ASP.NET WebForms 4.0
Feb 10, 2009 at 8:53 AMI have a question. I have a list of linkbuttons inside a repeater. The links when click execute saved searches in my app. The links have a command argument which is the savedSearchId. I would like to be able to add new saved searches from the client client using javascript. The problem is that the command argument is stored in ViewState which cannot be modified in javascript. I can hack around this problem but its messy.
My question is, instead of using the command argument, will I be able to dynamically create the ClientIds to have the savedSearchId suffixed at the end. Will I then be able to get this information out in the OnItemCommand event handler?