After Standard Postback IsPostBack true on F5?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • FCI
    New Member
    • Mar 2007
    • 3

    After Standard Postback IsPostBack true on F5?

    Hi, My Name is Faraz. I am developing a web based application using C#, ASP.Net, Javascript and ASP.Net AJAX Extensions. I have a problem that when my page loads the first time I get the IsPostBack false as I should. Then I get IsPostback true for each request as again I should and on F5 IsPostBack false. But when the page has a standard postback once, then on refreshing I am getting the postback true.
    1)Why?
    2)How can I get IsPostBack false on F5 after standard postback?
Working...