check in .cs page and displaying in .aspx

Posted by Indranil Mutsuddy on Stack Overflow See other posts from Stack Overflow or by Indranil Mutsuddy
Published on 2010-05-10T04:39:33Z Indexed on 2010/05/10 4:48 UTC
Read the original article Hit count: 278

Filed under:
|

hello there,

In my .cs page i want to check some condition and depending on that i will show/hide a div in my .aspx page. Is that possible?

like

if(j==0)
{
div id="hi".visible=false; //something like that
}

I hope u guys understood the problem.

Thank you

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about c#