WebUserControl & Form

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have a WebuserControl in a Windows form, I displayed some HTML in it. Now,
how do I pass value from WebUserControl to it's parent form.

Suppose I have a Link in the HTML with the ID and on Click event of the Link
I want to pass the ID to the Parent Control (form) to some processing.

Your thoughts are welcome.

Thanks,
 
You should be able to access your Windows Form via the window.external
property in client-side script.
 
Back
Top