Questions tagged [asynchronous-postback]
43 questions
19
votes
6 answers
File uploading in AJAX updatepanel without full postback
I have a update panel, in the update panel I have fileupload control and button control, On button click, I need the file that I have upload in the fileupload control in updatepanel.
Exact scenario, I have 8 tabs on page, each tab contains too much…

Muhammad Akhtar
- 51,913
- 37
- 138
- 191
6
votes
1 answer
Concurrent asynchronous callbacks
Question to die hard asp.net experts. I have spent much time trying to find an answer or to do it myself but no luck so far.
ASP.NET web application. I plan to improve page load time so that user experience is better. I want to delay load sections…

Maciej
- 7,871
- 1
- 31
- 36
6
votes
4 answers
How to force button do a full postback instead of asynchronous postback
In an ASP.NET 4.0 web application, I have a user control that is wrapped by an UpdatePanel (see the code below).

Jagd
- 7,169
- 22
- 74
- 107
5
votes
2 answers
How to always trigger an Asynchronous PostBack for an UpdatePanel from a Button in a DataList?
I have a DataList that has a collection of People bound to it, with each Person having a Button that when clicked needs to cause an asynchronous postback so the OnClick event handler can change the details shown in an UpdatePanel [the DataList is…

Rich
- 2,164
- 1
- 25
- 39
4
votes
1 answer
ASP.NET with jQuery popup dialog: how to post back on dialog closing
I'm working on a rather complicated site. We have an update panel that contains some controls. When one of the controls is clicked, a jQuery dialog box opens.
When the dialog box closes, I want to signal the update panel to change its display. To…

Ann L.
- 13,760
- 5
- 35
- 66
4
votes
1 answer
AsyncPostBackTrigger in a Repeater outside UpdatePanel
I am trying to get a cbxSupplement trigger updatepanel refresh, but am not sure if I am using a wrong EventName or it is just impossible to do it with CheckBox. If I replace CheckBox with Button, it works fine.

mko
- 6,638
- 12
- 67
- 118
3
votes
1 answer
Update panel and AsyncPostbackTriggers
I would love to add AsyncPostback Triggers dynamically to the ImageButtons found within the UpdatePanel control
…

OrElse
- 9,709
- 39
- 140
- 253
3
votes
2 answers
asp.net updatePanel PostBackTrigger triggering full postback
Below is the markup page