Quit Forms Server Form

S

Samira

Hi All,
I want to quit the form programaticaly in webBrowser enabled form.
How can I make this work?
Thans in advance
 
S

S.Y.M. Wong-A-Ton

Since the Close() method is not available, you will have to use a rule to do
this. If you still want to write code, you could host your form in a custom
ASP.NET page, raise the NotifyHost() event from within the form template, and
then catch this in an event handler of the ASP.NET page to redirect the user
to wherever you want to redirect the user after "closing" the form. For more
information, see http://msdn2.microsoft.com/en-us/library/aa701078.aspx
 

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

Top