Wednesday, July 29, 2009
Daily Tips- Tip #20 - How will you Check whether a browser supports AJAX callback or not?
You can check whether a browser supports AJAX callback or not by using the following property,
Request.Browser.SupportsCallback property.
.
www.codecollege.NET
What is a breadcrumb ?
A breadcrumb is a feature of ASP.NET SiteMapPath which shows the user's current location (hierarchy of the flow in which he came) and allows him to navigate back through any of the flow he came through by links.
www.codecollege.NET
Daily Tips- Tip #19 - How will you enable or disable Themes in a Page?
You can enable or disable Themes in a Page by setting 'true' or 'false' to the Page directive EnableTheming.
www.codecollege.NET