Vb.net forms run in Web page

  • Thread starter Thread starter Agnes
  • Start date Start date
A

Agnes

I had complete my vb.net application.. and want to plug several forms on
Webpage, Let theuser input it thr web pages.
Does anyone know how to do ??
THanks a lot
 
Actually you can host Winform controls in the browser, but then they will run
in a sandbox. AFAIK, you cannot host a form itself. So you will have to take
the code into a user control to host it and also remember that it will run in
the client machine. So if you are accessing a SQL Server form your code, then
the server should be accessible from the client machine also.
 

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