Click here to Skip to main content
15,881,852 members
Articles / Web Development / HTML

Parse out controls from your html page.

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
27 Oct 2011CPOL 6K  
You can simplify this by doing the following:/// /// Render/// /// protected override void Render(HtmlTextWriter writer){ if (Session[ExcelExport] != null && bool.Parse(Session[ExcelExport].ToString())) { ...

Views

Daily Counts

License

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


Written By
Software Developer (Senior)
Canada Canada
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions