Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » AJAX   (RSS)

ASP.NET - AJAX functionality not working on the page | Getting ‘Sys’ is undefined

When the ASP.NET AJAX Functionality is not working on a web page, it is usually due to the fact that the javascript needed for AJAX is not sent to the client from the server for some reason. ‘Sys’ is undefined. You might see this error message when there
Posted by rakkim | 1 Comments
Filed under: , ,

ASP.NET – JSON – Serialization and Deserialization

I was looking around for a simple example which would just do a object serialization to a JSON format, and then deserializing back to the original object. I found few examples on MSDN, but did seem to be too long to try. Here I’ve given a simple code
Posted by rakkim | 5 Comments
Filed under: , ,

AJAX - Calling PageMethods defined on a UserControl

I recently worked with one of my customer, asking for help to migrate his application to AJAX.NET. He had some UserControls which had few methods which needs to be called (ScriptMethods). If you have a [ScriptMethod] defined in your user control, you
Posted by rakkim | 1 Comments
Filed under: ,
 
Page view tracker