This would be normal behavior.
When you REfresh the data is REposted to your form.
You might deal with this by having some kind of unique ID on your form. If
you detect that ID being posted more than once, then ignore the second one.

--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]


"Yatin Bhuta" <ybuhta@comcast.net> wrote in message
news:2piVa.2079$cF.236@rwcrnsc53...
> I have a form,which has a few text box fields and a submit button on it,
> when the user fills the text boxes and clicks on the submit button it
> executes a procedure in the code behind page. This procedure handles the
> click event of the submit button. The data gets written into the database
in
> this procedure and the page is redisplayed.
>
> At this point if I click on refresh button of the browser then, it adds
the
> same information again in the database table. Can anyone help me figure
out
> what is going on?
>
> Thanks
>
> Yatin
>
>