Click here to Skip to main content
15,909,193 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
<param name="URL" value="here i like pass my own value through c#"></param>
Posted
Updated 29-Sep-14 23:57pm
v2
Comments
JR009 30-Sep-14 5:41am    
Can you give some more details about your question?
ChintanShukla 30-Sep-14 5:57am    
What Object Element?

1 solution

once you try this .... first you need to save your value in a variable after that , that value you can call client side

ex: you need to assign value in .cs
protectd string yourvalue="4";

in client side you can use like
<param name="URL" value='<%=yourvalue%>'></param>
 
Share this answer
 
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