Contents tagged with ASP.NET
-
AddThis - contains too many device filters error
When using AddThis service with asp.net, some exceptions will throw like these:
-
Calculating GridView Fields Using jquery
Using jquery library with ASP Controls can be a good practice to handle any client script. Furthermore, using jquery with GridView would be more efficient than using native JavaScript. JavaScript needs a lot of codes, on the other hand, Jquery helps to build robust program with less codes and work.
-
Ensure that __doPostBack() function is implemented on the page
-
ASP.NET AJAX Microsoft tutorial
Many people asking about the previous link of ASP.NET AJAX 1.0 documentation that started with http://www.asp.net/ajax/documentation/live which support .NET 2.
Actually, this link has been removed but instead you can visit http://msdn.microsoft.com/en-us/library/ee341002(v=VS.100).aspx which illustrate the version that Supported for .NET 4, 3.5 . -
Passing javascript array of objects to WebService
Hi folks.
-
Installing AJAX Control Toolkit 4 in Visual Studio 2010
-
add_shown & add_hiding ModalPopupExtender Events
-
Step by Step:How to use Web Services in ASP.NET AJAX
In my Article Preventing Duplicate Date With ASP.NET AJAX I’ve used ASP.NET AJAX With Web Service Technology, Therefore I add this topic as an introduction how to access Web services from client script in AJAX-enabled ASP.NET Web pages. As well I write this topic to answer the common questions which most of the developers face while working with ASP.NET Ajax Web Services especially in Microsoft ASP.NET official forum http://forums.asp.net/.
-
Preventing duplicate Data with ASP.NET AJAX
-
Highlight button during Asynchronous PostBack