Questions tagged [partial-postback]
64 questions
2
votes
2 answers
Maintain scroll position when update panel is in master page
I have script manager and update panel placed in master page.

G--
- 497
- 1
- 8
- 25
2
votes
2 answers
Clicking HyperLink causes Update Panel to perform Full PostBack?
Update panel does a full post back when I am just trying to do a partial post back. I just want to be able to update the Repeater and not update the whole page when i click the hyperlinks previous page and next page .
protected void…

v1rusxx
- 21
- 3
1
vote
5 answers
Partial PostBack and actions on client side
I've got two DropDownLists. First is visible and second is not. I'd like to have something like this:
Select value from first DDL.
Then partial postback occurs - the data is retrieved from DB based on selection.
Second DDL is populated
Second…

rafek
- 5,464
- 13
- 58
- 72
1
vote
1 answer
ASP.NET Update Panel Updates only Once
Hi I have an Update Panel like this

Y2theZ
- 10,162
- 38
- 131
- 200
1
vote
2 answers
ASP.NET Script after partial postback
I have a web page to modify a script that show the weather info of a certain city.
In this page, users can change the city by loading a different script. This script is copied from a weather site, as a widget.
I have this line to show the weather:
…

John Mathison
- 904
- 1
- 11
- 36
1
vote
1 answer
Jquery Modal popup opens on second click not on first
i got stuck with jquery modal dialog. my modal shows by clicking twice on the button and spoils the markup also on the page
i read no of posts including stack overflow
this
AND this
but my issue doesn't match both.So i request you to please not…

Devjosh
- 6,450
- 4
- 39
- 61
1
vote
1 answer
ASP.NET Partial postback issue
I have an ImageButton which, when clicked, calls a code-behind method that does some work and also changes the state of the ImageButton. I want to do a partial postback so that the entire page doesn't have to to load after clicking the ImageButton…

Tyler Treat
- 14,640
- 15
- 80
- 115
1
vote
0 answers
ASP.NET Ajax is removing javascript function defined on onclick attribute after partial postback
We have a CheckboxList & each item of this CheckboxList has one javascript function (clearcheckboxes()) defined for onclick attribute.
This CheckboxList is inside the UpdatePanel & Trigger is defined for this as well.
On the initial Page Load, I can…

Vikram
- 675
- 6
- 25
1
vote
0 answers
shield ui chart disappeare when do a partial postback
The shield ui charts removed from HTML page once click on any button caused a partial post back in asp.net.
This problem happened after upgrading framework from 3.5 to 4.0.
There is no js error, and the control completly deleted from HTML once do a…

Qutaiba
- 145
- 1
- 13
1
vote
1 answer
Disabling viewstate on drop down list causes problems
I have a page that has two drop down lists on it and a button. All controls sit in an update panel. The first drop down list (ddl1) contains a lot of values which caused a huge viewstate so I disabled viewstate on it. In the page oninit event I…

b3n
- 3,805
- 5
- 31
- 46
1
vote
0 answers
AsyncPostback Trigger on gridview
I was working on AsyncPostback trigger which is working fine when I type url
localhost:49208/default.aspx
but when I remove default.aspx from url event handler not call.
here is my code

Mohammed Ahsan
- 61
- 8
1
vote
1 answer
ASP.net UpdatePanel - Works first time then fails
I have a simple update panel that contains an ASP DataList. It shows a list of documents and their approval status. Here is some sample markup
…

RameyRoad
- 490
- 4
- 10
1
vote
0 answers
Partial Postback request does not hit server
This issue has started annoying me and I am not able to phrase a right question on google. Let me know if you think the mentioned problem is still not clear.
Scenario:
I have a master page which has one LinkButton named "Create" inside an…

Nilesh
- 2,583
- 5
- 21
- 34
1
vote
2 answers
Runtime generated controls disabled for Async Postback asp.net
I want to create at runtime some items that must not hit the "async postback".
Actually I have a button for each row in my grid view. This controls must not generate the partial postback but the complete postback ('cause the result must be the…

Ziba Leah
- 2,484
- 7
- 41
- 60
1
vote
1 answer
UpdatePanel is causing full (rather than partial) PostBack
I used an UpdatePanel to prevent the whole page from reloading when I click on the button.
I did my code well, and I tried to prevent the page from loading when I click the button, but the page reloads again regardless. How can I solve this…

skdeveloper
- 107
- 1
- 1
- 12