Ask a Question related to ASP.NET General, Design and Development.
-
Aaron #1
Using a .NET Windows Control on an ASP.NET page
My company has been using ActiveX Controls embedded on ASP
pages (obviously using the <OBJECT> tag) to give our Web
Application the same look and feel of a windows
application. We are now going to convert to .NET and we
would like to keep the Windows look and feel in our App.
So I need to know:
Is it possible to create a Windows Control and embed it in
an ASP.NET page?
If so...how?
Any help would be greatly appreciated.
Thx,
-A
Aaron Guest
-
Placing ActivexControl in Windows control in aspx page
I have successfully placed a seperate .Net windows control on my aspx page as well as one ActiveX Control (Visio control) on my aspx. But my... -
building user control with Windows Sockets to use in web page
hi. i want to build USER CONTROL that will be used in WEB PAGE. to build user control and use in web page,I KNOW . i did user control with... -
Windows form control on Web page
VB.NET ASP.NET Does anyone know how to embed a windows forms control on a web page in the same way that you could do active x objects in asp ... -
Add control to asp:PlaceHolder on asp.net page from user control on same page
Thanks for the suggestion, but I'm trying to use querystrings as a last resort. Any other ideas? Dan "Alessandro Zifiglio"... -
How to return a keyvalue from popup windows with datagrid control to parent windows through JavaScript?
How to return a keyvalue from popup windows with datagrid control to parent windows through JavaScript? -
Steve C. Orr, MCSD #2
Re: Using a .NET Windows Control on an ASP.NET page
This kind of code interaction is not easy, but it can be done.
Here's some reading on the subject for you:
[url]http://msdn.microsoft.com/msdnmag/issues/02/06/Rich/default.aspx[/url]
--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]
"Aaron" <amcdonald@centershift.com> wrote in message
news:02b001c35b94$4822bf30$a501280a@phx.gbl...> My company has been using ActiveX Controls embedded on ASP
> pages (obviously using the <OBJECT> tag) to give our Web
> Application the same look and feel of a windows
> application. We are now going to convert to .NET and we
> would like to keep the Windows look and feel in our App.
> So I need to know:
>
> Is it possible to create a Windows Control and embed it in
> an ASP.NET page?
>
> If so...how?
>
> Any help would be greatly appreciated.
> Thx,
> -A
Steve C. Orr, MCSD Guest



Reply With Quote

