Click here to Skip to main content
15,888,351 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
please answer as soon as possible
Posted
Comments
ramyajaya 3-Apr-15 4:11am    
Gridview holds edititemtemplate feature why use a user control for edit

1 solution

To make grid view row editable, you need to use template column for the fields which you want to make it editable.

Refer https://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.gridview.rowediting%28v=vs.110%29.aspx
 
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