Server Button Control event execute twice
Hi,
I am new to ASP .NET, I am using visual studio 2005 and ASP .NET 2.0.When I do a simple practical i find a strange problem on server button control.
I have a web form with a few text boxes and a submit button. When I click the submit button, the data in the text box will insert into database. but when I click the button I found that the same record is inserted twice. That means a single click on the button cause the button event execute twice.
Any idea? Thanks in advance.
Best Regards.
|