Tagged Questions

0
votes
2answers
337 views

LinkButton (inside a Panel, but outside of UpdatePanel) OnClick event not causing parent page PostBack?

Using VS2005, ASP.Net 2.0, AjaxControlToolKit I have a LinkButton in a Panel that contains an UpdatePanel with a GridView. The link button is outside the UpdatePanel. The OnClick event has this code: …
0
votes
1answer
20 views

Is it possible to avoid control validation after clicking one button and don’t after clicking another?

I have a UserControl used for getting an exchange rate amount from user (bank manager) he prefer to be used by an account operation. Exchange rate can be loaded from central bank web service but just …
1
vote
3answers
438 views

UpdatePanel Full Postback

Greetings, here is the scenario. I have and .aspx page with and updatepanel like this <asp:UpdatePanel id="uPanelMain" runat="server"> <ContentTemplate> <uc:Calendar …
0
votes
2answers
11 views

How to access Form controls on Postback from Dynamically built form.

I'm adding controls at run-time to the Page Form object. Each control has an Id. On postback, I want to be able to access these controls and their values. Currently, when I do a postback, the form …
1
vote
1answer
34 views

Prevent Postback when user clicks browser’s back button

I have a web page that sends email to multiple users (online distribution list). After the submit button is clicked and the email is sent, a status page is shown listing how many emails were sent, …
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
4answers
60 views

ASP.NET - Control Events Not Firing Inside Repeater

This is a absurdly common issue and having exhausted all of the obvious solutions, I'm hoping SO can offer me some input... I have a UserControl inside a page which contains a repeater housing several …
4
votes
12answers
2k views

SimpleModal breaks ASP.Net Postbacks

I'm using jQuery and SimpleModal in an ASP.Net project to make some nice dialogs for a web app. Unfortunately, any buttons in a modal dialog can no longer execute their postbacks, which is not really …
0
votes
5answers
1k views

Postback problem when using URL Rewrite and 404.aspx

I'm using URL rewrite on my site to get URLs like: http://mysite.com/users/john instead of http://mysite.com/index.aspx?user=john To achive this extensionless rewrite with IIS6 and no access to the …
0
votes
2answers
26 views

An update panel, a postback and jQuery

An update panel, a postback and jQuery. Sounds like a bad joke, but here's my situation. I've got two grids wrapped up in a MS update panel. The grids each have buttons in them that cause postback …
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
2answers
28 views

Prevent Iframe reloading on post back

Hi all, I have a webpage with one iframe and a button. On Page Load event, if (!Page.IsPostBack) { string sDocUrl = //some doucmen url Iframe1.Attributes["src"] = sDocUrl; } When the page is …
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
58 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
58 views

How can I remove values from a dropdown so they are not there on page submit?

Hi All, I have a textbox and a dropdown list on an aspx webform. The user would type in a number and then submit and the dropdown would be populated with values relevant to the typed word. If the …

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