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")%>'

No comments: