: JavaScript
Bind Dataset to ASP.Net GridView using jQuery AJAX
Published Date:
Dec 20, 2011
Views:
1456
Abstract:
Here Mudassar Ahmed Khan has explained how to populate dataset or datatable from database and bind it to ASP.Net GridView using jQuery AJAX and Webmethods.
How to create and use Enums in JavaScript
Published Date:
Nov 03, 2011
Views:
535
Abstract:
Here Mudassar Ahmed Khan has explained how to create and use Enums (Enumeration) in JavaScript.
Get Client Machine IP Address using JavaScript and JSON
Published Date:
Oct 16, 2011
Views:
942
Abstract:
Here Mudassar Ahmed Khan has explained how to get the IP Address of the client machine's using JavaScript and JSON.
ASP.Net AJAX AutoCompleteExtender: Dynamically set ContextKey using JavaScript
Published Date:
Sep 27, 2011
Views:
1729
Abstract:
Here Mudassar Ahmed Khan has explained how to dynamically set value of ContextKey for ASP.Net AJAX Control ToolKit AutocompleteExtender using JavaScript
Make AJAX JSON call to ASP.Net WCF Service using jQuery and Javascript
Published Date:
Aug 17, 2011
Views:
1732
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
ASP.Net CheckBox Required Validation using Custom Validator and JavaScript
Published Date:
Aug 10, 2011
Views:
1626
Abstract:
Here Mudassar Ahmed Khan has explained how to do validate ASP.Net CheckBox client side using ASP.Net Custom Validator and JavaScript
Implement File Size Restriction Validation using jQuery
Published Date:
Jul 08, 2011
Views:
2337
Abstract:
Here Mudassar Ahmed Khan has explained how to implement File size limit validation before upload using jQuery uploadify plugin
Make AJAX Call to ASP.Net Server Side Web service method using jQuery
Published Date:
Jul 05, 2011
Views:
2532
Abstract:
Here Mudassar Ahmed Khan has explained how to make AJAX call to asp.net server side web service's webmethod using jQuery
Detect ASP.Net Asynchronous PostBack using PageRequestManager Events in JavaScript
Published Date:
Jun 05, 2011
Views:
2314
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
File type and extension validation in ASP.Net AsyncFileUpload Control using JavaScript
Published Date:
Mar 07, 2011
Views:
4367
Abstract:
Here Mudassar Ahmed Khan has explained how to validate File type using its extension in ASP.Net AJAX Control Toolkit AsyncFileUpload control client side using JavaScript