Skip to main content

Microsoft Silverlight

How to Used HTML Controls Inside a Silverlight UserControlRSS Feed

(0)

DouglasIT
DouglasIT

Member

Member

0 points

3 Posts

How to Used HTML Controls Inside a Silverlight UserControl

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
luisabreu

Participant

Participant

1676 points

612 Posts

Re: How to Used HTML Controls Inside a Silverlight UserControl

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.

  • Unanswered Question
  • Answered Question
  • Announcement
Microsoft Communities