Showing posts with label Way to bind Command Arguments Value for dynamic value in Html view (aspx page).. Show all posts
Showing posts with label Way to bind Command Arguments Value for dynamic value in Html view (aspx page).. Show all posts

Monday, November 10, 2008

Way to bind Command Arguments Value for dynamic value in Html view (aspx page).

Below is the way to bind the CityID and Sname to command arguments.

CommandArgument='<%#Eval("CityID") + ";" +Eval("Sname")%>'