postback problem

J

Jared

It is probably the onclick event. In Visual Studio click on your
control and then select the little 'Lightening Flash' Button. You can
see which event is being fired here. Alternatively the event will also
be in the HTML for that button.
 
G

Guest

hi,

If you have place 2 server control on the form, first of all event order are
fire in the order of the control position starting from the top of your form
Ex: if the first control is a TextBox then the second in a button , then
textbox_change event will be fired first and then after wards button_click.

regards
serge
MCAD.NET
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,774
Messages
2,569,596
Members
45,142
Latest member
arinsharma
Top