Force 'Full' PostBack in Atlas
I have a dropdownlist on a panel within a atlas:updatepanel. While the
code currently runs during a 'client' postback, I need it to run during
a 'full page' postback. Is there a way to do this?
Any feedback is appreciated.
Thanks.
.
Relevant Pages
- Re: Command Based Postback?
... like to enforce the page to postback from clientside to server after the ... the page return back to client and then postback will involve additional ... | this is done by by starting the download in another window (using client ... (microsoft.public.dotnet.framework.aspnet) - Re: life and scope of variables in vb.net?
... trouble if the client uses the back button. ... occurred under the same postback, meaing a postback did not occur ... If you're comfortable with COBOL... ... In fact there are about 100+ .NET language implementations: ... (microsoft.public.dotnet.languages.vb) - Re: ASP .NET webpage wont accept changes
... Because HTTP is a connectionelss protocol. ... When the client makes another request (e.g. a ... postback), a new Page object is created and the code is executed - but ... (microsoft.public.dotnet.languages.vb) - Re: ASP.Net Multiple PostBack Issue
... check your weblogs to see if the client is actually posting twice. ... then probably a problem with a autopostback control (one that uses ... >>> Check for postback, if postback, handle the event, otherwise populate ... (microsoft.public.dotnet.framework.aspnet) - Re: script question
... Just because code is in the HTML page, does not mean it runs on the client. ... the server, not client. ... Now, you can use JavaScript, but then during a postback, your values would ... - C# code or java script - on client side. ... (microsoft.public.dotnet.framework.aspnet) |
|