Dynamically set value of an elements attribute in ASP.NET

Posted by Anthony on Stack Overflow See other posts from Stack Overflow or by Anthony
Published on 2010-04-28T06:07:20Z Indexed on 2010/04/28 6:13 UTC
Read the original article Hit count: 251

Filed under:
|
|

I have some simple code in an aspx page

<object width="550" height="400">
    <param name="movie" value='XXXX' />
    <embed src='XXXX' width="350" height="370"></embed>
</object>

I want to be able to dynamically set the value of XXXX.

What is the best way to do this ?

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about aspx