Click here to Skip to main content
15,896,118 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have one gridview in that i have to select multiple columns.. I'm not getting how to do this? i hope i ll get answer.. Thanks in advance
Posted
Updated 7-Oct-12 22:13pm
v2
Comments
Kenneth Haugland 8-Oct-12 4:13am    
Yes you may :-)

You can select multiple columns in gridview.
I suppose the best way is to use checkbox as a gridview column.
U may find many examples for selecting gridview columns using checkbox in google itself.
 
Share this answer
 
Hi,

You can use the check box at the first column. So you can select multiple rows from gridview.
See the below link with check box with gridview. It might be help you.

Selecting multiple checkboxes inside a GridView control[^]
http://www.ezzylearning.com/tutorial.aspx?tid=5187857[^]
http://csharpdotnetfreak.blogspot.com/2009/08/checkall-checkbox-gridview-aspnet.html[^]

Thanks,
Viprat
 
Share this answer
 

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