Search
Categories
Tag Archives: ajax
Dynamically Loading ASP.NET User Controls with jQuery
UPDATE (16-07-2009) Here is a new sample website with source code, it now disposes the page object and allows for WebControl rendering. Dynamically Loading ASP.NET User Controls with jQuery v2.zip (25.52 kb) ——————————————Â This post is only relevant if you … Continue reading
Improve jQuery – 25 tips
Read more about it in this post: http://www.tvidesign.co.uk/blog/improve-your-jquery-25-excellent-tips.aspx
jQuery Ajax uploader plugin (with progress bar!)
Original post here: http://blog.codeville.net/2008/11/24/jquery-ajax-uploader-plugin-with-progress-bar/ —————————————— Do your web applications ever involve letting the user upload a file? If so, how’s the end-user experience: do you show a nice progress bar during the upload, or do you just leave the user … Continue reading
How Do I: Debug ASP.NET AJAX Applications Using Visual Studio 2005?
Original post here: http://www.asp.net/learn/ajax-videos/video-167.aspx — In this video we learn how to use Visual Studio 2005 to debug ASP.NET AJAX applications. We are shown how the ScriptManager is used to access the JavaScript created by the ASP.NET AJAX server controls, … Continue reading
How Do I: Build a Custom ASP.NET AJAX Server Control?
Original post here: http://www.asp.net/learn/ajax-videos/video-170.aspx — Learn how to create a custom Web server control with ASP.NET AJAX functionality using the AJAX extensions in the Microsoft AJAX Library. This video walks you through both the server-side .NET code and the client-side … Continue reading
How Do I: Build Custom Server Controls that Work With or Without ASP.NET AJAX?
View original post here: http://www.asp.net/learn/ajax-videos/video-186.aspx — Do you have an idea for a custom server control that should be able to work without ASP.NET AJAX, yet could take advantage of ASP.NET AJAX if it is available? In this video we learn … Continue reading
How Do I: Create an ASP.NET AJAX Extender from Scratch?
View original post here: http://www.asp.net/learn/ajax-videos/video-184.aspx — Learn how to create an ASP.NET AJAX extender for a standard ASP.NET server control. We are shown how to add server-side properties and client-side JavaScript to extend the behavior of the standard TextBox control, though … Continue reading