Click here to Skip to main content
15,893,668 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hello Friends,

am working on asp.net c#,Sqlserver.

presently i need to edit the records from gridview.

i have a link button(Edit) in Gridview. when I click the Edit button a new form must be displayed to edit the records and i should update it.

Please help me guys,

Thanks a lot for ever.
Posted
Comments
[no name] 30-Aug-12 17:09pm    
Okay so create a button click event and show your "new form".

1 solution

This is easy to do. Just make a link on each row that shows a popup to a form, which takes the record id on the URL, show the record, and edit it.
 
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