0
votes
1answer
16 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 th …
0
votes
1answer
21 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. …
0
votes
2answers
38 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 keypre …
0
votes
2answers
17 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 …
0
votes
2answers
36 views
ASP.NET AJAX pageLoad() with multiple Updatepanels
Greetings,
I'm working with some guys who are developing an app with Update Panels.
I'd like to use the jQuery datepicker on a textfield that is part of a row that can be added m …
0
votes
2answers
44 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 …
2
votes
3answers
128 views
Upload fails once, then works correctly
I'm working on an ASP.Net custom control. In my control I have a FileUpload control, inside a MultiView, inside an AJAX UpdatePanel.
I've added the submit button to the post back …
0
votes
2answers
20 views
How to change asp:Label content in UpdatePanel after update?
I have an asp:Label inside an update panel that I need to update from both the server application and client side Javascript. I can update the label fine before the first UpdateP …
0
votes
3answers
82 views
ASP.Net’s auto-postback. What happens when its too slow?
Hi, I am making a web application. I have gotten a weird error with update panels.
Ok, so say you have two update panels and each update panel has a textbox in it. Both of these t …
1
vote
2answers
43 views
div innerHTML problem with updatepanel
I have an application developed in asp.net which set innerhtml of div. I am creating an html string to show googlemap. It works fine. But when I put my div inside update panel. it …
0
votes
1answer
17 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 …
0
votes
1answer
21 views
Button inside updatepanel not working
iam retrieving download urls from database on button2 but when i put my gridview inside updatepanel..it gives me following error
Microsoft JScript runtime error: Sys.WebForms.Pag …
1
vote
3answers
39 views
how to get javascript to execute in update panel
Hi there,
I have an update panel which contains a table, to which I add rows of controls on a button click. One of the controls that is added, is a user control and it is a datep …
0
votes
1answer
14 views
Button in Gridview not working when GridView is inside updatepanel
my button is inside Templatefield of Gridview
my gridview is inside updatepanel
if i trigger it within that updatepanel it says cannot find control id BUTTON2 inside update panel …
0
votes
2answers
36 views
Hasfile property of FileUpload is always false in GridView.
I am using FileUpload in GridView and this GridView is in UPdatePanel. This FileUpload is in footer of the GridView. I am uploading selected file in this FileUploader on a link bu …
