Hi there,
Are you using
VB? If so, check if you have duplicate handlers. You can have an OnClick in the HTML registered for something like Button1_Click and at the same time have a method like:
Button1_Click (...) Handlers Button1.Click
If that's the case, the event handler is called twice, resulting in duplicate records.
If that doesn't help, can you post you code?
Imar
---------------------------------------
Imar Spaanjaars
http://Imar.Spaanjaars.Com
Everyone is unique, except for me.
Author of
ASP.NET 2.0 Instant Results and
Beginning Dreamweaver MX / MX 2004
Want to be my colleague? Then check out this post.