http://jquery.com/ provides great controls. And also there are many other opensource control based on Jquery. But now control like Auto-complete , one need to use web service to get data and bind with control using jquery. I am able to bind data successfully. But now I want that, only authenticate user can see or use that data. Its quite possible using network credential class, but that is only when I am writing server side code or we can say consuming service at server side or using it in windows application. But I don't know how to do this with JavaScript / Jquery. In Asp.Net MVC it is a functionality to POST data, but I don't know if we have anything like this in Asp.Net web forms(.net 4.0).
Please help me out with this. Example or sample code will be highly appreciable.
Thanks in advance.