: AJAX
Dynamically load and display ASP.Net UserControl using jQuery AJAX and WebMethod
Published Date:
Jan 31, 2012
Views:
105
Abstract:
Here Mudassar Ahmed Khan has explained how to dynamically load ASP.Net UserControl using jQuery AJAX and Web Service WebMethods. He has also explained how we can set values of Controls and Properties of the UserControl before loading it.
Send and Receive JSON objects to Web Service Methods using jQuery AJAX in ASP.Net
Published Date:
Oct 28, 2011
Views:
1266
Abstract:
Here Mudassar Ahmed Khan has explained how to send and receive custom JavaScript JSON objects to Web Service Methods using jQuery AJAX in ASP.Net
ASP.Net AJAX AutoCompleteExtender: Pass Additional Parameter to WebMethod using ContextKey
Published Date:
Sep 27, 2011
Views:
1975
Abstract:
Here Mudassar Ahmed Khan has explained how to pass additional parameter to Web Service or WebMethod for ASP.Net AJAX AutoCompleteExtender using ContextKey property.
Implement ASP.Net AJAX AutoCompleteExtender using WCF Web Service
Published Date:
Aug 17, 2011
Views:
1390
Abstract:
Here Mudassar Ahmed Khan has explained how to implement AJAX Control Toolkit AutoCompleteExtender Control using WCF (Windows Control Foundation) web service
Make AJAX JSON call to ASP.Net WCF Service using jQuery and Javascript
Published Date:
Aug 17, 2011
Views:
1705
Abstract:
Here Mudassar Ahmed Khan has explained how to modify the ASP.Net WCF (Windows Communication Foundation) service to make it accept AJAX JSON calls and to make AJAX JSON calls to ASP.Net WCF Service using JavaScript and jQuery
Detect ASP.Net Asynchronous PostBack using PageRequestManager Events in JavaScript
Published Date:
Jun 05, 2011
Views:
2301
Abstract:
Here Mudassar Ahmed Khan has explained how to Detect ASP.Net Asynchronous PostBack and its settings like control and UpdatePanel that caused PostBack and the using PageRequestManager Events in JavaScript
Display image after upload without page refresh or postback using ASP.Net AsyncFileUpload Control
Published Date:
May 12, 2011
Views:
8059
Abstract:
Here Mudassar Ahmed Khan has explained howto display show image after the image has been uploaded using the ASP.Net ASP.Net AJAX Control Toolkit AsyncFileUpload Control without page refresh or postback in ASP.Net
Send and receive JavaScript Array to Web Service Web Method using ASP.Net AJAX
Published Date:
Feb 17, 2011
Views:
4492
Abstract:
Here Mudassar Ahmed Khan has explained how to pass and fetch JavaScript Array to Web Service web method using ASP.Net AJAX Pagemethods.
Populate (Bind) DropDownList using JavaScript and ASP.Net AJAX
Published Date:
Jan 31, 2011
Views:
6246
Abstract:
Here Mudassar Ahmed Khan has explained how to populate or bind ASP.Net DropDownList using ASP.Net AJAX Page Methods and JavaScript.
Check Username Availability in ASP.Net using AJAX PageMethods
Published Date:
Dec 18, 2010
Views:
4332
Abstract:
Here Mudassar Ahmed Khan has explained how to check Username availability in SQL Server 2005 database using PageMethods in ASP.Net