I am using below code in .js file using asp.net from page1.aspx page
Form1.action = "testpage.aspx"; Form1.submit();
When the form is submitted the IsPostBack is always True when it's redirected to "textpage.aspx"
Is there any things which i am missing here?