<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.1" -->
<rss version="0.92">
<channel>
	<title>MsDotNetMentor</title>
	<link>http://www.msdotnetmentor.com</link>
	<description>Knowing Is Not Enough We Must Apply</description>
	<lastBuildDate>Wed, 10 Mar 2010 08:13:19 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Textbox Properties</title>
		<description><![CDATA[



  

Textbox Properties


In this article I will be talking about the few most commonly used properties of the textbox control. Some of the properties are similar as the label control which you can find here or on the mirror link 

Rest of the properties I will deal in this article


Property              Purpose

ID                          ...


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://www.msdotnetmentor.com/aspdotnet/textbox-properties.html</link>
			</item>
	<item>
		<title>Changing Label Properties at run time</title>
		<description><![CDATA[
&#8211;&#62;
Changing Label Properties at run time
To change the properties of the label at run time we need a label whose properties we will change and an event on which we can see the changes that we have made are applied so to solve the purpose of an event I have taken a command button or button whose click event will work for as the triggering event.
A Design view is shown here.

  
There are three controls:
And following changes are made to their properties.
Label1 
 ID: lbl_Name
 Backcolor: Aqua
 BorderColor: #660066
BorderStyle: ...


Related posts:<ol><li><a href='http://www.msdotnetmentor.com/javascript/changing-background-color-using-javascript.html' rel='bookmark' title='Permanent Link: Changing BackGround Color using JavaScript'>Changing BackGround Color using JavaScript</a> <small>The following code shows how on button click event we...</small></li>
<li><a href='http://www.msdotnetmentor.com/aspdotnet/isolated-storage-in-the-silverlight-application.html' rel='bookmark' title='Permanent Link: Isolated Storage in the Silverlight Application'>Isolated Storage in the Silverlight Application</a> <small>Isolated Storage Isolated Storage in the Silverlight Application Definition: Isolated...</small></li>
<li><a href='http://www.msdotnetmentor.com/aspdotnet/progress-bar-demo-application.html' rel='bookmark' title='Permanent Link: Progress Bar demo application'>Progress Bar demo application</a> <small>Hi All, I am Developing this Application just to help...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://www.msdotnetmentor.com/aspdotnet/changing-label-properties-at-run-time.html</link>
			</item>
	<item>
		<title>Describing window.open method</title>
		<description><![CDATA[Using the window.open method by Gaurav Arora
The syntax of the window.open method is given below:
open (URL, windowName[, windowFeatures])
URL
This is the URL of the page which open in the new window.
It  could be blank.
windowName
A name to be given to the new window.
The name can be used to refer this window again.
windowFeatures
It contains  the various window
features for the popup window i.e.  status bar, address bar etc
The following lines of code, open a  new browser window with standard features :
window.open ("http://interview.msdotnetheaven.com","MsDn Interview Questions");
Changing the features of the Popup
By using ...


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://www.msdotnetmentor.com/javascript/describing-window-open-method.html</link>
			</item>
	<item>
		<title>What is a Lambda expression?</title>
		<description><![CDATA[A Lambda expression is nothing but an Anonymous Function, can contain expressions and statements. Lambda expressions can be used mostly to create delegates or expression tree types. Lambda expression uses lambda operator =&#62; and read as â€˜goes toâ€™ operator.
Left side of this operator specifies the input parameters and contains the expression or statement block at the right side.
Example: myExp = myExp/10;
Now, let see how we can assign the above to a delegate and create an expression tree:
delegate int myDel(int intMyNum);
static void Main(string[] args)
{
//assign lambda expression to a delegate:
myDel myDelegate = ...


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://www.msdotnetmentor.com/linq/what-is-a-lambda-expression.html</link>
			</item>
	<item>
		<title>Directive Syntax @ Control</title>
		<description><![CDATA[Directive Syntax @ Control 
The @Control directive is used in an Asp.Net user controls. The @Control directive helps us to define control-specific attributes to be used by the ASP.NET control parser and compiler Hence it can be used only with .ascx (User Control) files. 
The attributes of @Control directives are 
a. Language: This Attribute is same as we read in the Page directive. 
Value: Is a valid string which can represent any .NET-supported language, including VB &#124;&#124; C# &#124;&#124; Pearl &#124;&#124; Jscript &#124;&#124; any other .NET
Purpose: Tell the compiler about ...


Related posts:<ol><li><a href='http://www.msdotnetmentor.com/aspdotnet/directive-syntax.html' rel='bookmark' title='Permanent Link: Directive Syntax'>Directive Syntax</a> <small>Directive Syntax Directives are instructions used to specify settings (related...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<link>http://www.msdotnetmentor.com/aspdotnet/directive-syntax-control.html</link>
			</item>
</channel>
</rss>
