need a code for button if we select the gridview details below

Posted by Abnimkar under C# on 10/5/2013 | Points: 10 | Views : 1347 | Status : [Member] | Replies : 3
i need a code for button in c#. if i select a gridview and press edit butoon then the page should be redirect to "edit" page and all the details in the gridview should be filled in that page "edit"(as i already created the textbox in edit page).
hope you understand my words.
thanks in advance.




Responses

Posted by: Bandi on: 10/5/2013 [Member] [MVP] Platinum | Points: 25

Up
0
Down
check the below link for row edit functionality in grid view
http://www.aspdotnet-sharepoint.com/2011/11/row-editdeleteupdate-in-grid-view-using.html
http://www.aspdotnet-suresh.com/2011/02/normal-0-false-false-false-en-us-x-none.html

Mark This Response as Answer
--
Chandu
http://www.dotnetfunda.com/images/dnfmvp.gif

Abnimkar, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Bandi on: 10/5/2013 [Member] [MVP] Platinum | Points: 25

Up
0
Down
i think you are asking for edit row functionality in grid view
Refer
http://www.dotnetspark.com/kb/643-how-to-editupdatedelete-gridview.aspx
http://www.c-sharpcorner.com/UploadFile/mgold/EditableGridView11222005225133PM/EditableGridView.aspx
http://www.codeproject.com/Articles/16769/Full-featured-Editable-GridView-Control

Mark This Response as Answer
--
Chandu
http://www.dotnetfunda.com/images/dnfmvp.gif

Abnimkar, if this helps please login to Mark As Answer. | Alert Moderator

Posted by: Bandi on: 10/5/2013 [Member] [MVP] Platinum | Points: 25

Up
0
Down
Have you solved the issue? If yes, Click on "Mark as Answer "

Mark This Response as Answer
--
Chandu
http://www.dotnetfunda.com/images/dnfmvp.gif

Abnimkar, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response