Skip to main content
Home Forums Silverlight Programming Programming with .NET - General How to Used HTML Controls Inside a Silverlight UserControl
1 replies. Latest Post by luisabreu on August 17, 2007.
(0)
DouglasIT
Member
0 points
3 Posts
08-17-2007 10:16 AM |
Hello All,
I would like to know how I used HTML control say Textbox inside a Silverlight UserControl. I have Created a Silverlight Usercontrol for Input Functionality. Now I want to used HTML textbox inside my usercontrol. How i do this
I am waiting for reply.....
Thanks
luisabreu
Participant
1676 points
612 Posts
08-17-2007 10:20 AM |
hello.
currently, this can't be done. what you can do is make sure the silverlight control is windowless and then use css positioning to make sure that the <input type="text"> you're using in the html page is placed "over" the silverlight control.