Click here to Skip to main content
15,899,026 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
i can access html controls in an asp.net page from silverlight
like

HtmlElement ht = HtmlPage.Document.GetElementById("txtSession");
           string str = ht.GetProperty("Value").ToString();

(here txtSession is an html textbox)

now i want to access a media player in an asp.net page from silverlight page and set autoplay property as true on some condition

is there any way to do this

anybody knows plz answer me
Posted
Updated 12-Feb-11 21:54pm
v3

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900