Groups | Blog | Home
all groups > asp.net building controls > may 2005 >

asp.net building controls : how to display windows control in IE browser


Sheila
5/18/2005 9:27:56 AM
Hi,

I created a windows control and put it inside a html code, when the page
load in IE brower, the weindows control can not be displayed properly. I also
tried putting the control assembly into GAC, but it still doesn't work. Is
there any special configuration i need to do? Following is the sample code
how i put the control inside html code.

<object id="HelloWorldControl1"
classid="http:HelloWorldControl.dll#HelloWorldControl.HelloWorldCtl"
height="500" width="500" VIEWASTEXT>

Any suggestion is welcome. Thanks in advance.

zy
Steve C. Orr [MVP, MCSD]
5/18/2005 11:42:00 AM
Here's how to embed windows forms controls into a web page.
http://samples.gotdotnet.com/quickstart/winforms/doc/WinFormsIeSourcing.aspx
http://devcenter.infragistics.com/Articles/ArticleTemplate.Aspx?ArticleID=1264

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net


[quoted text, click to view]

AddThis Social Bookmark Button