G
Guest
If you have multiple buttons on a web form, how can you detect which control was clicked in the Page_Load event
Thanks, Dave
Thanks, Dave
control was clicked in the Page_Load event?Dave said:If you have multiple buttons on a web form, how can you detect which
Why do you want to do this anyway
ASP.NET does allow you to designate and handle events for server side buttons individually
If you have multiple buttons on a web form, how can you detect which control was clicked in the Page_Load event