fire click event from serverside code?

  • Thread starter Thread starter shland
  • Start date Start date
S

shland

Is there a way I can trigger the click event of a button while I'm
processing (server-side) the click of another button? I know this is
available in Windows forms, but what about ASP.NET?

Thanks,
Sheryl
 
P.S. the button I want to fire the click on is in a purchased .dll, in
another namespace, and I don't have access to the source code...
 
Back
Top