asp.net - Use a DDL to select records in a gridview VB.NET -


i've got simple ddl values 1, 2, 3.

i have gridview boundfield datafield="cycle"

i want pick value drop down list , want update gridview show records cycle = picked value.

i'm doing instead of using textbox submit button.

when have connection string setup, can test query , works, can't selected/updated value of drop down list change gridview.

thanks, bill

you need handle ddl aka combobox selectedindexchanged event. in event query db fetching data based on selecteditem value.


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -