Connect with Expertise | Find Experts, Get Answers, Share Insights

Embedding webforms controls in asp.net page?

John Sparrow
 
Posts: n/a
#1: Nov 17 '05
Is it possible to embed (rich) webform controls in an asp.net page?
assuming the workstation has IE and the Framework installed of course.

Like Java applets?

Thanks,

John

Anatoly
 
Posts: n/a
#2: Nov 17 '05

re: Embedding webforms controls in asp.net page?


If you mean window controls check out this article:
http://www.15seconds.com/issue/030610.htm

"John Sparrow" <jsparrow@ecclescollege.ac.uk> wrote in message
news:1357b958.0306260023.8dcb4d3@posting.google.co m...[color=blue]
> Is it possible to embed (rich) webform controls in an asp.net page?
> assuming the workstation has IE and the Framework installed of course.
>
> Like Java applets?
>
> Thanks,
>
> John[/color]


Bipin Joshi [MVP]
 
Posts: n/a
#3: Nov 17 '05

re: Embedding webforms controls in asp.net page?


I think you are referring to windows forms controls being hosted in web
forms. This is certainly possible. Refer
http://www.dotnetbips.com/displayarticle.aspx?id=118 for similar example.

--
Regards,
Bipin Joshi
Webmaster - www.dotnetbips.com
Coding, Consulting & Training - www.bipinjoshi.com
Microsoft MVP


"John Sparrow" <jsparrow@ecclescollege.ac.uk> wrote in message
news:1357b958.0306260023.8dcb4d3@posting.google.co m...[color=blue]
> Is it possible to embed (rich) webform controls in an asp.net page?
> assuming the workstation has IE and the Framework installed of course.
>
> Like Java applets?
>
> Thanks,
>
> John[/color]


Closed Thread