Tag Archives: ASP.NET

Handling Complex DataTypes using ASP.NET AJAX

Use of complex data types in Ajax programming is a tricky issue. In many scenarios we need to communicate between the clientand server via strings only.
In this article we discuss how ASP.NET AJAX handles complex data types. We wil use a web service for Ajax communication which will be exposed to client [...]

Read more