GridView Edit
-
Hi, Friends i have a grid view with some coulmns like Name,Phone no etc with Edit,Delete column in grid view. I click a row in grid view to Edit,it goes another page where i can edit all fields .Once i update i redirect the page to gridview. I want the grid view to remain in that particular page say 4 of the grid view ie in which page i had edited the record. Guhananth.S
-
Hi, Friends i have a grid view with some coulmns like Name,Phone no etc with Edit,Delete column in grid view. I click a row in grid view to Edit,it goes another page where i can edit all fields .Once i update i redirect the page to gridview. I want the grid view to remain in that particular page say 4 of the grid view ie in which page i had edited the record. Guhananth.S
Member 3222264 wrote:
I click a row in grid view to Edit,it goes another page where i can edit all fields .Once i update i redirect the page to gridview.
Why do you do that? Its a very bad UI and not good usability wise. Have a look at this article:Editable Nested GridView (All-in-One)[^] This contains all the sample needed that can direct you...
-
Hi, Friends i have a grid view with some coulmns like Name,Phone no etc with Edit,Delete column in grid view. I click a row in grid view to Edit,it goes another page where i can edit all fields .Once i update i redirect the page to gridview. I want the grid view to remain in that particular page say 4 of the grid view ie in which page i had edited the record. Guhananth.S
Hi! You should try to use a ModalPopupExtender from Ajax Toolkit to show the data that you want to edit. This way your page will not change state and the view will remain as it was when you clicked on the row.
Andreas Johansson
IT Professional at Office IT Partner i Norrbotten Sweden
What we don't know. We learn.
What you don't know. We teach