DotNetStories
I have been involved in a ASP.Net project recently
and I have implemented it using the awesome DevExpress ASP.Net controls.
In this post I would like to show you how to use the
client-side events that can make the user experience
of your web application for the end user much
better.We do avoid unnecessary page flickering and
postbacks.All this functionality is possible through
the magic of Ajax and Javascript.I am not going to
cover Ajax and Javascript on this post.
In this post I would like to show you again with a hands-on example how to create an Ajax enabled WCF Service and invoke it using the Ajax Script Manager web server control.