Click here to Skip to main content
15,914,014 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Prevent resending information on refresh Pin
benams25-Aug-09 2:04
benams25-Aug-09 2:04 
GeneralRe: Prevent resending information on refresh Pin
padmanabhan N25-Aug-09 2:09
padmanabhan N25-Aug-09 2:09 
GeneralRe: Prevent resending information on refresh Pin
nagendrathecoder25-Aug-09 2:01
nagendrathecoder25-Aug-09 2:01 
AnswerRe: Prevent resending information on refresh Pin
Vasudevan Deepak Kumar25-Aug-09 2:20
Vasudevan Deepak Kumar25-Aug-09 2:20 
AnswerRe: Prevent resending information on refresh Pin
Amit Patel198525-Aug-09 2:21
Amit Patel198525-Aug-09 2:21 
AnswerRe: Prevent resending information on refresh Pin
N a v a n e e t h25-Aug-09 2:25
N a v a n e e t h25-Aug-09 2:25 
GeneralRe: Prevent resending information on refresh Pin
benams25-Aug-09 2:52
benams25-Aug-09 2:52 
GeneralRe: Prevent resending information on refresh Pin
Abhijit Jana25-Aug-09 3:59
professionalAbhijit Jana25-Aug-09 3:59 
benams wrote:
I mean when the user hit the refresh button of his web browser..

You can restrict user to click on Refresh Button on Browser.


The think you need to do is you have to check the Post back of Page.

On Page Load,

If(Page.ISPostBack)
  {
   // Store Db data into Database.
  }


And After that Reset All the field.

Abhijit Jana | Codeproject MVP
Web Site : abhijitjana.net
Don't forget to click "Good Answer" on the post(s) that helped you.

AnswerRe: Prevent resending information on refresh Pin
Abhijit Jana25-Aug-09 4:03
professionalAbhijit Jana25-Aug-09 4:03 
AnswerRe: Prevent resending information on refresh Pin
droth1726-Aug-09 5:10
droth1726-Aug-09 5:10 
QuestionASP.Net with Java Script Pin
Amit Patel198525-Aug-09 0:56
Amit Patel198525-Aug-09 0:56 
AnswerRepost - Please ignore Pin
N a v a n e e t h25-Aug-09 1:21
N a v a n e e t h25-Aug-09 1:21 
GeneralRe: Repost - Please ignore [modified] Pin
Amit Patel198525-Aug-09 1:29
Amit Patel198525-Aug-09 1:29 
GeneralRe: Repost - Please ignore Pin
Abhijit Jana25-Aug-09 1:45
professionalAbhijit Jana25-Aug-09 1:45 
GeneralRe: Repost - Please ignore Pin
Amit Patel198525-Aug-09 1:48
Amit Patel198525-Aug-09 1:48 
GeneralRe: Repost - Please ignore Pin
Abhijit Jana25-Aug-09 1:53
professionalAbhijit Jana25-Aug-09 1:53 
GeneralRe: Repost - Please ignore Pin
Amit Patel198525-Aug-09 2:02
Amit Patel198525-Aug-09 2:02 
GeneralRe: Repost - Please ignore Pin
N a v a n e e t h25-Aug-09 2:26
N a v a n e e t h25-Aug-09 2:26 
GeneralRe: Repost - Please ignore Pin
Abhijit Jana25-Aug-09 3:27
professionalAbhijit Jana25-Aug-09 3:27 
GeneralRe: Repost - Please ignore Pin
Amit Patel198525-Aug-09 19:17
Amit Patel198525-Aug-09 19:17 
QuestionGridView not showing updations Pin
nagendrathecoder25-Aug-09 0:38
nagendrathecoder25-Aug-09 0:38 
AnswerRe: GridView not showing updations Pin
geeeeeeeetha25-Aug-09 0:44
geeeeeeeetha25-Aug-09 0:44 
GeneralRe: GridView not showing updations Pin
nagendrathecoder25-Aug-09 0:51
nagendrathecoder25-Aug-09 0:51 
AnswerRe: GridView not showing updations Pin
N a v a n e e t h25-Aug-09 0:44
N a v a n e e t h25-Aug-09 0:44 
AnswerRe: GridView not showing updations Pin
4anusha425-Aug-09 0:46
4anusha425-Aug-09 0:46 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.