ASP .NET: Server Button Control event execute twice

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • bluebeta
    New Member
    • Apr 2006
    • 13

    ASP .NET: 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.
  • cykophysh
    New Member
    • Nov 2006
    • 1

    #2
    I seem to be having the same issue, it's really strange the from seems to be submitting itself twice.

    I was wondering whether you have resolved this issue?

    Comment

    Working...