DropDown and GridView
-
Hi, In dropdown list i have a header data items, which i was configured in Gridview. My question is whenever change the selected index in dropdown (it contails header data of the table) it select the gridview particular columns Example. in employee table, we have a columns of empid, ename, salary etc. DropDown box contains all headers which i mentioned above. In drop down i select ename means, in grid view ename columns is selected. please guide me. Thanks, Murugavel.
-
Hi, In dropdown list i have a header data items, which i was configured in Gridview. My question is whenever change the selected index in dropdown (it contails header data of the table) it select the gridview particular columns Example. in employee table, we have a columns of empid, ename, salary etc. DropDown box contains all headers which i mentioned above. In drop down i select ename means, in grid view ename columns is selected. please guide me. Thanks, Murugavel.
What does 'selected' mean ? I mean, what do you want to do as a result of the selection ? Showing the row a different color with jquery or even after a postback, is easy enough, but what does it mean ?
Christian Graus Please read this if you don't understand the answer I've given you. If you're still stuck, ask me for more information.