G
Guest
Dear all,
I am newbie in asp.net, I am preparing it for my MCAD and MCSD exams.
I get my exam for VB.Net under Windows application word where events was
clear for me, and now start to be hard to follow the pylosophie of asp.net
events firing.
The first one I face to is to trap the event when I click on a check box.
For that I have set the Autopostback porperty to true in order to catch the
event_click routine. That works fine but only the first time.
Any reason for that or idea how to correct this ?
I do not have real application for the moment, just trying to understand
step by step. Does this behviour is use to avoid the round trip to server
side ?
Does catching click event should be used at minimum in order to avoid
traffic to server compare to windows application ?
thnaks for your clarification
Regards
serge
I am newbie in asp.net, I am preparing it for my MCAD and MCSD exams.
I get my exam for VB.Net under Windows application word where events was
clear for me, and now start to be hard to follow the pylosophie of asp.net
events firing.
The first one I face to is to trap the event when I click on a check box.
For that I have set the Autopostback porperty to true in order to catch the
event_click routine. That works fine but only the first time.
Any reason for that or idea how to correct this ?
I do not have real application for the moment, just trying to understand
step by step. Does this behviour is use to avoid the round trip to server
side ?
Does catching click event should be used at minimum in order to avoid
traffic to server compare to windows application ?
thnaks for your clarification
Regards
serge