0
votes
1answer
69 views
Best way of catching a postback in javascript?
Hello. I am needing a piece of javascript to be run whenever a postback occurs. Well, actually multiple pieces. This is to be done inside a custom control, so the javascript code that should be run …
0
votes
1answer
22 views
Prevent new render of CheckBoxList
I have an <asp:CheckBoxList> using RepeatLayout="Flow" in my page I dynamically assign values to. If the page is loaded the first time (!IsPostBack), the rendered version looks similar to this;
…
0
votes
1answer
14 views
How to stop postback when calling usercontrol
I have a ModalPopupExtender control and a panel which contains a iframe. The ModalPopupExtender's TargetControlID property is set to a html button control named btnFind.
When I click to find button, …
1
vote
2answers
31 views
Anatomy of a Postback
How do I determine the Params sent by a POST method?
If I have a button, and that button is clicked, what is sent to the server?
0
votes
4answers
72 views
How to detect/track postback in javascript?
How to detect/track/check postback in javascript(e.g in asp.net Page.isPostBack())?
Any suggestion?
0
votes
2answers
60 views
asp.net postback with jquery ajax and jquery dialog
We have a method on an asp.net page that is called on a button click. The problem is that the method take a long time to process. I've been asked to have the page call the method (or call the …
0
votes
2answers
52 views
Controls’ visibility property, modified by JavaScript, is ignored after postback
My javascript code modifies some properties, visibility included. After postback, some properties stuck, others are "forgotten". Here I try to change the Text property of a textbox and the visibility …
0
votes
1answer
50 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
1answer
20 views
Inside what the TexBox value is posted back? ViewState or post back data?
In one article I was reading on ViewState, I saw a sentence saying that I should not fall into a mistake to believe that the value of a TextBox is stored in ViewState; it is stored in PostBack data.
…
0
votes
0answers
28 views
ASP.Net Postback not working in JQuery Nyromodal popup
I have a Default.aspx page which loads a popup using JQuery Nyromodal popup.
Within the popup I have which needs to postback on clicking the button.
But when I click on the button in the popup …
0
votes
1answer
39 views
InvalidOperationException: PostBack Trigger Cannot Find a Control within the ItemTemplate of a DataList
Hi Group,
I would like to trigger a PostBack when the asp:LinkButton "addToCartButton" is clicked (see code below).
I have declared a PostBack Trigger with the asp:UpdatePanel "updPnlProductsList" …
0
votes
1answer
48 views
DropdownList losing items on postback in iframe.
Having a very strange issue regarding postback in ASP.NET. I have page dynamically populating DropdownLists on Page_Load, only if it's not a postback. I also have several textboxes on the page for …
1
vote
1answer
54 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
22 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 …
0
votes
2answers
44 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 …
