Browsing Tag »Anh Phan«

Tip#101: Did you know… How to scope Theme

January 25, 2010

Themes are a way to define properties of pages and controls, and can be used to provide consistent look across pages. There are several different levels of applying a theme to an individual control, a page, or an application. Control Level Define a named...(read more)

Tip#100: Did you know… How to view ASP.NET trace information?

December 19, 2009

You can enable ASP.NET tracing either at an Application level or at a page level; see Tip# 77: Did you know… How to enable Page Level Tracing for your ASP.NET pages? for more information. With the tracing enabled, you can view the trace output in a trace...(read more)