0
votes
2answers
15 views
Refreshing an asp.net page to top of page from user control
Hi,
I am using an update panel for a form that when continue button is clicked returns to the same page but makes visible different fields to be filled in. One of the fields is some credit card data …
0
votes
0answers
13 views
AsyncPostBackTrigger disables buttons…
I've a simple UpdatePanel and a button outside of it. I've introduced the button as an AsyncPostBackTrigger in the UpdatePanel. UpdatePanel itself works fine but the button does not. Whenever the …
0
votes
1answer
24 views
How does Ajax UpdatePanel let only refresh perticular part of page
I got this question in Interview for post of SSE in ASP.NET. the interview asked me that which control u use to not get your full page refresh when u click on button. i answered that we use Ajax …
0
votes
1answer
19 views
ASP.NET - Between LoadViewState() and OnLoad() Is a Problem
Hi,
I have a user control in an UpdatePanel. The user control has CheckBoxList, and can be dynamically created or deleted by UI action.
In most cases it works fine. The problem occurs when:
The …
0
votes
2answers
28 views
Double postback causes SelectedIndexChanged to fire which fires AutoPostback
I have a Gridview in a UpdateTemplate. I have four template fields in the four different columns. Each TemplateField has an UpdatePanel with a control in it. All the columns are sortable and the …
0
votes
1answer
16 views
ASP.NET UpdatePanel Cancel Previous AsyncPostBack
I have more than one UpdatePanel inside a webform. Inside a UpdatePanel I have a button which triggers AsyncPostBack. According to my requirement I need to cancel any previous pending AsyncPostBack …
0
votes
0answers
39 views
Databound Listview in UpdatePanel
Hello
I am using a Listview in a usercontrol that I databind to a list of object in the page load event.
protected void Page_Load(object sender, EventArgs e)
{
if (IsPostBack) …
0
votes
1answer
17 views
ASP.Net Listview & AJAX Update Panel
Guys,
I have to create a listview which contains thumbnails of few items, and when we click on the more button it should display rest of the items in the same listview,. how do i achive this, i dont …
0
votes
1answer
36 views
UpdatePanel Error - can’t figure it out
I am calling this in the code-behind of a page loaded into a Shadowbox popup:
ScriptManager.RegisterStartupScript(this, this.GetType(),
"CloseScript", …
0
votes
1answer
31 views
Update Panel and partial rendering and AsyncPostBackTriggers only firing the first time with AjaxControlToolkit:ComboBox
This should be a pretty simple thing to do with Update Panels, but I'm having troubles.
I want to update the updatePanelSelectedVendors on vendorsComboBox selection change, when the gridview pages, …
0
votes
2answers
21 views
how to stop asp:UpdatePanel async call from calling pageload
Using:
ASP.NET,
C#,
Javascript
I have a page which calls a javascript function on pageload which binds several events to elements. The page also contains an update panel. When an asynchronous …
0
votes
1answer
28 views
Postback a linkbutton in a grid that’s under an UpdatePanel
as my title says...
How do you make a LinkButton fire a POSTBACK (not ASYNCPOSTBACK) which is inside a GridView and is under an UpdatePanel?
My Scenario is this,
I have a grid. say table A, which …
0
votes
2answers
59 views
How do I make a Textbox Postback on KeyUp?
I have a Textbox that changes the content of a dropdown in the OnTextChanged event. This event seems to fire when the textbox loses focus. How do I make this happen on the keypress or keyup event?
…
0
votes
2answers
49 views
Trailing slash in URL causing Partial Post Back issues
Hey all!
.NET 3.5 app written in C# here with both jQuery and some ASP.NET AJAX UpdatePanel flavouring.
I'm running into an interesting issue. I created a pagination user control that is made up of …
0
votes
1answer
26 views
sIFR 3 issue (IE) with BlockUI and UpdatePanel
I am experience an issue using sIFR 3, jQuery BlockUI and an UpdatePanel where the page refreshes and the SIFR font disappears.
In the Javascript file I use to handle the blocking and unblocking of …
