G
Guest
HI,
I want to replace a PARAM value on every page load (or refresh).
my HTML code is something like this:
<form id="Form1" method="post" runat="server">
<OBJECT id="ShowLevel" classid="clsid:9F2B3505-199C-11D2-9E4E-00AA002156AE"
VIEWASTEXT>
<PARAM NAME="Level" VALUE="36">
...
</OBJECT>
I want to change VALUE to any integer, but with code behind (C#) only.
Please guide.
Regards,
Sachin M
I want to replace a PARAM value on every page load (or refresh).
my HTML code is something like this:
<form id="Form1" method="post" runat="server">
<OBJECT id="ShowLevel" classid="clsid:9F2B3505-199C-11D2-9E4E-00AA002156AE"
VIEWASTEXT>
<PARAM NAME="Level" VALUE="36">
...
</OBJECT>
I want to change VALUE to any integer, but with code behind (C#) only.
Please guide.
Regards,
Sachin M