Page_Load call during POSTBACK

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



Hello,
This has probably been asked several times, but It must be clarified for me.

I would like to know why sometimes during a postback Page_Load is called
after the function marked for postback.
Here's the deal : From now on, I set CurrentThread.CurrentCulture only
during PageLoad. so date and currency format is incorrect if page load is
not called first.
What should I do to ensure that CurrentThread.CurrentCulture is alway set
correctly as soon as a postback is hit.
TIA.


.



Relevant Pages

  • Re: asp:button firing and not supposed to ShowModalDialog
    ... fires. ... in the else I had to manually set the ValidatorEnable to true to stop ... the PostBack. ... Prev by Date: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Message Box in ASP
    ... > posts back. ... > a postback, but return true will let the button continue on with ... > whatever server-side functionality it has. ... Prev by Date: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Table Rows
    ... If you are trying to access the rows on postback, note, that you have to ... Eliyahu ... Prev by Date: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: ASP.net - Understanding the Postback
    ... > When the enter key is pressed it causes a postback. ... Can you show us how you do this, I have to create a piece of JavaScript to ... Cor ... Prev by Date: ...
    (microsoft.public.dotnet.languages.vb)
  • SortCommand Problem
    ... the postback is raised, but don't execute SortCommand. ... Dexter ... Prev by Date: ...
    (microsoft.public.dotnet.framework.aspnet)