hi, is this the way to create events and
can you provide me how to create event for the following:
1. a click button .. once licked, it call another method
2. text box once have focus, will call another method
3. a checkbox once selected will call anohter method.
I guess all of them are the same?
not sure.
Page.Init += new System.EventHandler(Page_Init);
ehx
can you provide me how to create event for the following:
1. a click button .. once licked, it call another method
2. text box once have focus, will call another method
3. a checkbox once selected will call anohter method.
I guess all of them are the same?
not sure.
Page.Init += new System.EventHandler(Page_Init);
ehx