Hi,
I am overriding the Initialize culture to set the page culture. In order to decide which culture I have to set the page to I need to query the database.
What I am finding out is inside the Initialize Culture method the IsPostback property is always false. So every time there is a postback my code is querying the database.
Is there a way I could distinguish if the page is posting back or not inside the InitializeCulture method.
Please Advise.
Go to the complete details ...