ASP.net: Update SQL from a DropDownList dynamically created in a GridView.


/ Published in: C#
Save to your folder(s)

Bind the DropDownList like normal (set DataSourceID, DataTextField, DataValueField), and the SelectedValue field. AutoPostBack should be enabled. In the OnSelectedIndexChanged:

URL: http://www.codeproject.com/KB/webservices/db_values_dropdownlist.aspx

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.