Click here to Skip to main content
15,902,276 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi,

I write blew code but it dose not work.
C#
ScriptManager.RegisterClientScriptBlock(this, this.GetType(), "imagetik", "top.$get(\"" + verifyTik.ClientID + "\").display:'block'; ", true);

And in .aspx code I set "display:none" for verifyTik.

I think that my question is expressive.

Thank you.
Posted
Updated 13-May-13 11:03am
v3

1 solution

Try using style.display = "block" instead
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Top Experts
Last 24hrsThis month


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900