I have recently figured out that if there is a scrollbar’ed Panel control inside an UpdatePanel, it looses its scrollbar position after any type of partial postback within that UpdatePanel. Ther… more →
Reflections on Software Developmentvijjendra wrote 4 months ago: File upload control is not working when this control is inside the update panel.When we place the fi … more →
connormurphy wrote 7 months ago: I recently started to use JQuery on an ASP.NET 3.5 project. The JQuery worked fine until the first a … more →
sanzon wrote 7 months ago: This one took be a bit of time to figure out, and really can be extremely useful in some cases. This … more →
reddogaw wrote 8 months ago: Edit (8 Nov 2008): Turns out… Not so much the async postbacks, and more to do with a FormView … more →
ken zheng wrote 8 months ago: According to Microsoft the FileUpload control is not compatible with an AJAX UpdatePanel. But you us … more →
maxi326 wrote 9 months ago: There are many ways to do this in ASP.NET. I have to say this is a complicated topic for me. I am no … more →
rcosic wrote 9 months ago: As Sharepoint taken seriously, it seemed cumbersome to code some extensibility code, until I realize … more →
delroger wrote 11 months ago: Just thought I’d share a couple of simple methods for creating javascript alert messages from … more →
sanzon wrote 11 months ago: I’m sure if you use AJAX and adsense with .Net you have run into a situation like this: <as … more →
pechar wrote 11 months ago: For a RadioButtonList (which needs to have a selected item by default) to work together with an Upda … more →
ranafaisal wrote 12 months ago: Hi, As we often use Free Textbox control with our web projects. But it show some limitation when we … more →
Manoj Garg wrote 1 year ago: Recently I came across a problem where my aspx page was throwing an exception Sys.WebForms.PageReque … more →
Mustafa Basgun wrote 1 year ago: I have recently figured out that if there is a scrollbar’ed Panel control inside an UpdatePane … more →
sanzon wrote 1 year ago: You would have no idea how stressful this was trying to figure out! Finally after a lot of hardwork … more →
Jordan wrote 1 year ago: I present a little JavaScript class I wrote which allows you to queue up a list of UpdatePanel trigg … more →
Jordan wrote 1 year ago: Update panel addiction is a nasty thing. Projects start, it’s decided they are to be “Aj … more →
delroger wrote 1 year ago: Since this post is getting quite a few views, just thought I’d add a quick summary of this art … more →
Mustafa Basgun wrote 1 year ago: When a ListView, or GridView as well, allows sorting and is inside an UpdatePanel, it always bothers … more →
Some.Net(Guy) wrote 1 year ago: Trying to get Google Checkout and PayPal to work with a custom .NET site or solution has been a prob … more →