Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
2answers
53 views

Asynchronous postbacks causing full postbacks

I have an asp.net page within which I've used several AJAX controls doing partial postbacks with update panels. In testing it works wonderfully, all of the postbacks are done without reloading the ...
0
votes
0answers
563 views

ASP.net Asynchronous Tasks Not Updating GUI (Update Panel/Details View)

Short of posting my entire website here, I will first try and explain what is actually happening. First off, I have a simple website that has a master page etc. Simple backend database, no bells and ...
0
votes
2answers
246 views

Client side javaScript to toggle dropdownlists effects reversed on the 2nd postback

I have some JavaScript to toggle a dropdownlists in a ASP.NET page , which gets called when I click a button. I have like 4-5 dropdownlist/Toggle button pair. Each toggle button toggles the ...
0
votes
3answers
5k views

Losing Button.Click events after first partial postback in UpdatePanel

I have a Page that has a single instance of a UserControl that itself has a single UpdatePanel. Inside the UpdatePanel are several Button controls. The Click event for these controls are wired up in ...