Click here to Skip to main content
15,918,889 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have a Ajax HTML editor in my webpage and i want to fetch data from what is written in that editor using jQuery.
Now i want to insert that editor value into DB using JSON, webservices.

Can anyone please guide me to solve this above issue.
Thanks in advance.
Posted

1 solution

Hi,

I think you manage to sent and recive data using JSON.
JSON has
C#
serialize()
and
C#
Deserialize()
methods that can covert JSON object to normal object or sting so you can insert
data as normal way.

Following post will help to resolve the problem

http://stackoverflow.com/questions/2246694/how-to-convert-json-object-to-custom-c-sharp-object[^]

http://www.simple-talk.com/sql/t-sql-programming/consuming-json-strings-in-sql-server/[^]
 
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