Similar articles
ASP.NET Weblogs
Highlight button during Asynchronous PostBack
If you don’t want to use UpdateProgress during Asynchronous Postback from UpdatePanel ,There is an idea to highlight the button that fire the Asynchronous inside UpdatePanel. To start in that appro...
DotNetShoutout - Latest published stories
ASP.NET MVC DropdownList PostBack
I came across a post in the asp.net forums where someone asked how to do a postback when someone selected an item in a dropdownlist in ASP.NET MVC. I would like to know how to Select a value from a dr...
ASP.NET Daily Articles
Detecting Refresh or PostBack in ASP.NET
There are situations where we would like to detect if the PostBack is from a form interaction (i.e. submit or button clicks) or is it by hitting the browser's F5 refresh button.
ASP.NET Weblogs
Understanding asynchronous programming in ASP.NET
I recently posted about asynchronous programing patterns in .NET. Like .net framework, ASP.NET has supported asynchronous programming since 1.x. C# and VB.NET introduced the new async and await keywor...
ASP.NET Daily Articles
ASP.NET Asynchronous Image Processing
Asynchronous programming is an excellent way to build more scalable applications by using the ASP.NET thread pool efficiently. You rarely see ASP.NET developers use asynchronous programming models, pa...