Click here to Skip to main content
15,881,852 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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.
Posted

 
Share this answer
 
v2
Comments
new4net 30-Jan-12 0:36am    
thanks for your response. Can you explain deeper with a program?
thatraja 30-Jan-12 0:51am    
Check updated answer
Use "Template Column".
Read it about more on the net.
 
Share this answer
 
Comments
new4net 30-Jan-12 0:36am    
thanks for your response. Can you explain deeper with a program?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900