<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/abc" -->
<rss version="0.92">
<channel>
	<title>High On MicroSoft</title>
	<link>http://www.highonmicrosoft.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Mon, 06 Jul 2009 11:40:33 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>How to Enabe Tracing for the Page Level and Application Level in ASP.net</title>
		<description>
Introduction
Enable the tracing at page level using the Page Directives
Enable the Tracing at Application Level using the Configuration Option ( config.web ) 
References:
Introduction
Tracing is the new functionality added to the Asp.net. It allows you to view Diagnostic Information about a single request for an ASP.NET page, simply by enabling it ...</description>
		<link>http://www.highonmicrosoft.com/how-to-enabe-tracing-for-the-page-level-and-application-level-in-asp.net.html</link>
			</item>
	<item>
		<title>Various ways to Prevent Users, To GoBack to the Previous Pages</title>
		<description>
Introduction
Using the Java Script history.go and History Forward Method
Remove the page from history using the java script
Remove the tool bar of the Browser
Using Sessions
Using the HttpCachePolicy Class
Conclusion
Introduction
Recently I worked on a banking project in asp.net. Here, I came across a situation like, “we should not allow the user to go ...</description>
		<link>http://www.highonmicrosoft.com/various-ways-to-prevent-users-to-goback-to-the-previous-pages.html</link>
			</item>
	<item>
		<title>ASP.net Communication Between Parent And Child Windows</title>
		<description>
Introduction
Open the child window
Update the child window text box from the parent window
Update the Parent window text box from the child window
Introduction
Recently for one my asp project, I have to open pop windows from the parent window and have to set values from child window to parent and vice versa. ...</description>
		<link>http://www.highonmicrosoft.com/asp.net-communication-between-parent-and-child-windows.html</link>
			</item>
	<item>
		<title>Dynamically Changing the Style Sheets of the Controls</title>
		<description>
Introduction
Change the style of label control using the CssClass property
Hide or display the label control using the style property
Introduction
HTML tags define the content of the document. To format the content, new HTML tags and attributes are introduced, but, later on, it become hard to manage them. As we all know ...</description>
		<link>http://www.highonmicrosoft.com/dynamically-changing-the-style-sheets-of-the-controls.html</link>
			</item>
	<item>
		<title>Dynamically Loading and Accessing the Properties of the User Control</title>
		<description>
Introduction
Loading the user Controls Dynamically
Using the PlaceHolders and Panel Controls, to display the user controls, where ever you need
Accessing the properties of the dynamically loaded User Control 
Introduction
User control are powerful, they can divide the code and helps us to reuse them. Normally we can use the UserControl’s in two ...</description>
		<link>http://www.highonmicrosoft.com/dynamically-loading-and-accessing-the-properties-of-the-user-control.html</link>
			</item>
	<item>
		<title>How to Popluate the DropDownList inside the DataGrid</title>
		<description>
Introduction
How to add the DropDownList to the DataGrid
Bind the Datagrid Control to the Data Source
Populate the DropDownList with XML file
Populate the DropDownList from the Database
Introduction
DataGrid is very useful control. It is a full-featured data-bound control that displays data in tabular format, and provides the ability to sort, select, edit, and ...</description>
		<link>http://www.highonmicrosoft.com/how-to-popluate-the-dropdownlist-inside-the-datagrid.html</link>
			</item>
	<item>
		<title>How to Popluate a DropDownList Controls with XML files</title>
		<description>
Introduction
Using the Xml Data Source control
Using System.XML namespace methods
Introduction
eXtended Markup Language(XML) is a specification for create custom markup languages. In simple, xml allows you to define our own tags to represent the data in what ever way we want. Below is the simple XML file,
Countries.xml
&#60;?xml version="1.0" encoding="utf-8" ?&#62;
&#60;details&#62;
&#60;countries&#62;
&#60;countryname&#62;USA&#60;/countryname&#62;
&#60;/countries&#62;
&#60;countries&#62;
&#60;countryname&#62;China&#60;/countryname&#62;
&#60;/countries&#62;
&#60;/details&#62;
.........
..................
The xml file ...</description>
		<link>http://www.highonmicrosoft.com/how-to-popluate-a-dropdownlist-controls-with-xml-files.html</link>
			</item>
	<item>
		<title>Binding XML and DataList Control to Create Menus</title>
		<description>
Introduction
XML Menu file
Using NameSpaces
Creating the DataSet and Caching it
Create the data list control
Binding the DataSet to the Data List Control
Using the Data List’s Hyper Control to Display the Menu 
Introduction
Menus are used to navigate thru the web sites. There are many ways to create the menus, like, using menu control ...</description>
		<link>http://www.highonmicrosoft.com/binding-xml-and-datalist-control-to-create-menus.html</link>
			</item>
	<item>
		<title>Counting Number of Users on the Web Site - ASP.net,VB.net,C#.net</title>
		<description>
Introduction
Using the Application variables (Global.asax )
Using the text files (Not lose User Count Between Application Restarts)
Displaying the user count as a colorful image on the web sites
Introduction
Most of the web sites today using the hit count either to track the number of users (or) to display on the web sites ...</description>
		<link>http://www.highonmicrosoft.com/counting-number-of-users-on-the-web-site-asp.netvb.netc.net.html</link>
			</item>
	<item>
		<title>Different Ways of Generating Random Passwords in Asp.net (We Can Use Same for Creating Captchas)</title>
		<description>
Introduction
Using the NewGuid function
Generate the random password in our own way
Introduction
How to generate random passwords, I came across this question many times in forums. Recently again I came across this question, so I decided to write this article. This may help the required ones. Actually it is a simple task; ...</description>
		<link>http://www.highonmicrosoft.com/different-ways-of-generating-random-passwords-in-asp.net-we-can-use-same-for-creating-captchas.html</link>
			</item>
</channel>
</rss>
