Hitting F5 after submit the page in asp.net problem?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • varunkumarid
    New Member
    • Aug 2008
    • 40

    Hitting F5 after submit the page in asp.net problem?

    Hi to all,

    I have web page with submit button, after submit the page when the user press F5 to refresh the page it'll do the thing which was done by last request.

    I have omit this by redirecting again the same page in submit_click function in C# Code behind itself.

    but i feel it'll create some performance problem when number of user's hit is increase.

    I have tried Server.Transfer also. but both of them is not right solution to protect against the problem.

    Is there any solution to over come from this problem?

    Thanks to all.
Working...