You should be able to access your Windows Form via the window.external
property in client-side script.
--
Bryan Phillips
MCSD, MCDBA, MCSE
Blog:
http://bphillips76.spaces.live.com Web Site:
http://www.composablesystems.net [quoted text, click to view] "Ibrahim." <Ibrahim@discussions.microsoft.com> wrote in message
news:F1FE4897-446A-48A4-BBE0-DD3E29FB0028@microsoft.com:
> 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,