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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top