One of my functions is getting called twice, and I want to inspect the forms generated code for an extra event - I tried google and removed the 'onclick' from my asp:button, but then it didn't work at all, and if I put the 'onclick' back in there in the html view it runs it twice and also runs if I press enter on the textbox, even if there's no event linked to the 'textchanged' event in the text box, it just runs one anyways. So I'm guessing it's in the forms designer code or something I'm not thinking of...any tips? I'm re-learning asp.net and am new to vs 2013, am also using sql server 2012 too...

Go to the complete details ...