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 ..
hi,
you fetch data to your gridview and edit it ,then you also need to store to database . right?
refer the link .
http://www.aspdotnet-suresh.com/2011/02/how-to-inserteditupdate-and-delete-data.html
Hope this helps
Edit only on client side , not in database ,
i fetch data from one table then edit only on client side and save it in second table .
i dont want to updat in the data base .
hi,
Abdul Muqeet
i fetch data from one table then edit only on client side and save it in second table .
the part of the link connection to sql change to connection to table .
here is the link put the gridview to datatable
http://stackoverflow.com/questions/16466487/putting-gridview-data-in-a-datatable
Hope this helps
沒有留言:
張貼留言