Pages

Subscribe:

Ads 468x60px

Friday, March 2, 2012

how to show div in asp.net using c#

if you want to show div in asp.net using c# just copy and paste the below code in you aspx.cs file

 div_abc.Style.Add(HtmlTextWriterStyle.Display, "none");

No comments:

Post a Comment