Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to use Jquery in asp.net. I want to access data from sqlserver using jquery in asp.net. we can access through json, webmethod and httphandlers. Here i have one doubt we have to do serialize our data i saw one example using httphandlers they have serlize data. In what situation we should serialize data.

please help me.

thanks and regards
santosh
Posted
Comments
Sergey Alexandrovich Kryukov 4-Nov-12 23:51pm    
Not a question. You should serialize data when you need serialized data. If you don't know why doing it, you just don't need it.
--SA
Prathap Gangireddy 5-Nov-12 0:46am    
I agree with Sergey.

What is serialization - converting data in high level(object format) to low level(binary or text) format. So if needed use it or else don't.

---Prathap
Sergey Alexandrovich Kryukov 5-Nov-12 11:46am    
Right. Besides, jQuery is a JavaScript library. For execution of it, it does not matter how JavaScript code was generated: statically written in a file or dynamically generated through ASP.NET code. Until next postback (if any), it works in exact same way as in any HTML.
--SA

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