how to get Media Player ID in C#?

G

Guest

i'm using Visual Studio 2003. i'm creating a web project. if i drag and
drop the Windows Media Player control from the toolbox the definition is not
created in the code-behind. from the code-behind, how do i access this
object?
 
N

Nicholas Paldino [.NET/C# MVP]

CurlyFro,

You can't. The code-behind runs on the server, and the instance of the
media player is instantiated on the client side.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top