Click here to Skip to main content
15,891,372 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need Idea how to open Gridview's each cell in Edit Mode on double Click?
Posted

 
Share this answer
 
Comments
maheshbisht 30-Dec-12 12:50pm    
Thanks for your afford.
Abhishek Pant 30-Dec-12 14:14pm    
Its my Pleasure!
I have researched in the internet about
useful links:
http://aspalliance.com/946_Extended_GridView_Control.all
http://www.dotnetfunda.com/forums/thread3304-row-double-click-event-for-gridview.aspx
http://aspdotnetcodebook.blogspot.in/2008/08/select-gridview-row-on-double-click.html

If you review all the above links, you'll observe that in order to attach client side event you can target theGridView RowDataBound event and use e.Row.Attributes.
 
Share this answer
 
v3

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