Click here to Skip to main content
15,902,939 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
I'm having code that HTML table get bind data from SQL server and I made it editable.

Now I need the code for update when I clicked on cell it get editable how to save updated value in table as well as in SQL server.

I'm using sql server,in asp.net I've written script for html table and data was binded from my sql using jquery and javascript for editable.

If I clicked the cell it get edited but values are not updated.

How to acheive that.

I need help on both html table and store in SQL also.
Posted
Updated 21-Aug-12 0:06am
v4
Comments
Arunprasath Natarajan 20-Aug-12 2:42am    
What u have tried so fr?
On which application u r using.
jisee 20-Aug-12 4:37am    
in asp.net
AmitGajjar 20-Aug-12 4:23am    
is this asp.net or what else ?
jisee 21-Aug-12 1:56am    
thanks for reply.i need sample code to save my edits.
jisee 20-Aug-12 4:35am    
in asp.net

1 solution

Hi,

If you are developing your system with ASP.NET and MySQL database then please refer Insert, Update, Search and Delete (CRUD operation) using ASP.Net and MySQL[^] Article.

It will be helpful for all CRUD operations. inducing your current problem.

Thanks
-Amit Gajjar
 
Share this answer
 
Comments
AmitGajjar 21-Aug-12 5:58am    
if you have any query in the solution then you can raise place your comment, if you think this is not worth and should be 1 rated then please let me know the reason so i can improve the solution.
jisee 21-Aug-12 6:19am    
thank u.But i didn't get any solution for all my questions.I may asking not exactly i think so,if it like that I'm Sorry.U had given link that are used if i use server controls.M using html control like html table textfield,dropdown for editable,html input button for update and reset.If u have any solution for my need pls send else no probs
AmitGajjar 21-Aug-12 6:45am    
just give it a thought of what is your question and why you need to do that. when posting any question also add some information about purpose of that functionality.

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