using .net windows forms controls in asp.net pages

A

Andy B

Is there any way to use .net windows forms controls inside asp.net pages and
not require that the client have .net access? I'm more the less thinking of
mobile devices that don't have access to, or the ability to run .net. If you
can do this, how do you do it?
 
M

Mr. Arnold

Andy B said:
Is there any way to use .net windows forms controls inside asp.net pages
and not require that the client have .net access? I'm more the less
thinking of mobile devices that don't have access to, or the ability to
run .net. If you can do this, how do you do it?

A Windows form and a Web form are derived from two different namespace with
controls that work in those namespaces.
 

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