Click here to Skip to main content
15,884,473 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more: , +
i want to edit gridview row on client side , i am fetching data from sql after fetching i want to edit data and save gridview in another table

. for thi i need to edit columns only on client side not with the database ...

how can i do this process
Posted
Comments
Thanks7872 4-Jul-13 3:49am    
It means you dont want to make database interfere in this process? Gridview is used only to display data,cant be used as datasource to other table.
$ultaNn 4-Jul-13 3:54am    
yes i dont want database interference . just need to edit row on client side ...
Thanks7872 4-Jul-13 3:56am    
Its not possible as i already mentioned that gridview can only be used for Display.If you look at the pure HTML generated(Right click page->View page source),you will find the rendered code is 'table' for the gridview.

I guess this will be very much difficult.

Instead go for Ajax ModalPopUpExtender Example to edit the gridview row values in asp.net[^], which is easy and recommended.
 
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