The Page_Load of my aspx file is called twice when I load my file?
I dont call anyother sub/function from it.
Any help?
Printable View
The Page_Load of my aspx file is called twice when I load my file?
I dont call anyother sub/function from it.
Any help?
Can you post your code?
You can use Page.IsPostBack to test if it is the first time the page_load event is fired or not.