Displaying Different type of grid view?
Hi,
Can any one share Displaying different types of grid view.
Following example showing one of the types of displaying grid view in different views.
For ex: a table with id, name, age
will show in page_load in a grid view with including of check box, drop down list, command button.
output should be like below order
first field will be check box
the id = label field
then name= drop down list
then age=label
then fifth field will be button
If i checked any row then selecting name in drop down list, after that i will be clicking button, then that selected row will display in fresh grid view.