Tagged Questions

1
vote
4answers
62 views

ViewState and refresh

Rather than using the Session object or storing to the database, I am storing temporary variables that I need persisted to custom ViewState variables. For example, ViewState("MyField1") = 1 When the …
0
votes
1answer
14 views

ScriptManager.RegisterClientScriptInclude does not work in UpdatePanel

I've read through the net but haven't found a solution to the following problem. I have this example page (_ScriptManager.aspx) with a ScriptManager, an UpdatePanel, a MultiView with two Views and two …
0
votes
1answer
26 views

Gridview RowUpdate behaving weird inside updatepanel

Hi, I want to update gridview row. But somehow my gridview rowcount is set to 0 on RowUpdating event. No idea whats going wrong. Please let me know what am doing wrong. Here is my code: …
0
votes
1answer
44 views
+100

Label not becoming visible inside of repeater inside an updatepanel

I have an UpdatePanel that contains a Repeater. in the ItemTemplate of the repeater there is a button and a label. When the button gets pressed, it performs some functionality, and then sets the …
0
votes
1answer
25 views

Masterpage, Intelligencia url rewrite and updatepanel = possible ?

Hello all, I cannot seem to get my updatepanel to work while using urlrewrite. It does work in terms of code execution, but it refreshed my whole page instead of the usercontrol which contains the …
0
votes
2answers
14 views

problem with dropdownlist updateprogress and updatepanel

The updateprogress doesnt show the gif. If the dropdownlist is inside updatepanel without trigger, it works. Any idea? <asp:DropDownList ID="DropDownList1" runat="server" AutoPostBack="true" …
0
votes
1answer
37 views

Hidden field value in update panel not updated when accessed from JavaScript

I have a hidden field inside an update panel (.Net 3.5). On an asynchronous postback I update the hidden field value from code-behind, but when I inspect the value from JavaScript the hidden field has …
0
votes
1answer
33 views

Multiple Concurrent Postbacks when using UpdatePanels

Here's an example app that I built to demonstrate my problem. A single aspx page with the following on it: <form id="form1" runat="server"> <asp:ScriptManager runat="server" /> …
0
votes
1answer
32 views

Add an Editor control dynamically inside of a repeater using AJAX

I'm looking for a way to add an Editor control (from the ASP.NET AJAX Control Toolkit) to each element of a repeater. It's working fine if I just include it in the ItemTemplate of the repeater, but …
0
votes
1answer
26 views

asp.net update panel and validators not working

Hello, I have created UserControl that contains a textbox and a restricted length validator for that textbox. I'm adding user controls dynamically via UpdatePanel to my Parent WebForm. And the …
0
votes
1answer
24 views

How to create custom asp.net validator that works with UpdatePanel?

I think that subject summs it pretty well... I have created my custom validators that work great when I put them on page in design mode. However if I place them in a usercontrol, and then try to add …
0
votes
0answers
24 views

asp.net jquery tabs and updatepanels

I'm using asp.net together with jquery. In Default.aspx I have implemented some jquery-tabs that load their data with ajax call. They load another asp.net page MyTab.aspx. My problem is that when I …
0
votes
1answer
84 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
57 views

ASP.Net: Asynchronous Update Panel Loading with two update panels

Hello, I am trying to asynchronously display data in update panels on a website where the data retrieval tasks take different times. I would like to update each panel to show the data on the page …
0
votes
2answers
44 views

ASP.NET UpdatePanel Exception Handling

Where exceptions occur in the UpdatePanels I've implemented in the ASP.NET web app I'm building, they cause a JavaScript error on the page with some high level error output available in the alert. …

1 2 3 4 5 23 next
15 30 50 per page