how to get Media Player ID in C#?

  • Thread starter Thread starter Guest
  • Start date Start date
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?
 
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.
 
Back
Top