<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>code for asp.net &#187; Standard Controls</title>
	<atom:link href="http://www.codeforasp.net/category/code-for-asp-net/asp-net-standard-controls/feed" rel="self" type="application/rss+xml" />
	<link>http://www.codeforasp.net</link>
	<description>More about asp.net ajax silverlight MVC</description>
	<lastBuildDate>Tue, 02 Mar 2010 10:17:59 +0000</lastBuildDate>
	
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>asp.net wizard control</title>
		<link>http://www.codeforasp.net/asp-net-wizard-control.html</link>
		<comments>http://www.codeforasp.net/asp-net-wizard-control.html#comments</comments>
		<pubDate>Fri, 18 Sep 2009 05:01:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Standard Controls]]></category>
		<category><![CDATA[asp.net wizard control]]></category>
		<category><![CDATA[asp.net wizard control database]]></category>
		<category><![CDATA[asp.net wizard control validations]]></category>
		<category><![CDATA[how to use asp.net wizard control]]></category>

		<guid isPermaLink="false">http://www.codeforasp.net/?p=103</guid>
		<description><![CDATA[Wizard control is an asp.net server control used to split the task into many form to collect user data. Mostly wizard control is useful to applications like online test, online quiz and Registration process form.
 The main parts of Wizard control are
Main: It contain user interface. In this part, user can add asp.net controls like
label,textboxs,checkbox..
 [...]]]></description>
		<wfw:commentRss>http://www.codeforasp.net/asp-net-wizard-control.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>asp.net xml control</title>
		<link>http://www.codeforasp.net/asp-net-xml-control.html</link>
		<comments>http://www.codeforasp.net/asp-net-xml-control.html#comments</comments>
		<pubDate>Thu, 17 Sep 2009 08:24:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Standard Controls]]></category>
		<category><![CDATA[asp.net xml control]]></category>
		<category><![CDATA[asp.net xml file]]></category>
		<category><![CDATA[asp.net xslt file]]></category>
		<category><![CDATA[how to use asp.net xml file]]></category>

		<guid isPermaLink="false">http://www.codeforasp.net/?p=100</guid>
		<description><![CDATA[Asp.net Xml control is a server control used to display an xml document and the result of an XSL Transform
 
Properties of XML control
 Document: it specifies an xml document using namespace System.Xml.XmlDocument
 DocumentContent: it specifies an XML string
DocumentSource: It specifies path of an XML file
 TransformSource: It specifies path of an XSL file
 
Asp.net [...]]]></description>
		<wfw:commentRss>http://www.codeforasp.net/asp-net-xml-control.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>asp.net multiview control</title>
		<link>http://www.codeforasp.net/asp-net-multiview-control.html</link>
		<comments>http://www.codeforasp.net/asp-net-multiview-control.html#comments</comments>
		<pubDate>Thu, 17 Sep 2009 07:19:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Standard Controls]]></category>
		<category><![CDATA[asp.net multiview control]]></category>
		<category><![CDATA[asp.net view control]]></category>
		<category><![CDATA[how to use views in multiview control]]></category>

		<guid isPermaLink="false">http://www.codeforasp.net/?p=96</guid>
		<description><![CDATA[Multiview control is an asp.net server control. It contains one or more views inside multiview control, Views contain all child control which is used to display in user interface.
Views of the multiview control are used to display user interface into groups.
Consider an example Multiview control inside contain two view controls
View1 for Add Registration form
View2 for [...]]]></description>
		<wfw:commentRss>http://www.codeforasp.net/asp-net-multiview-control.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>asp.net literal control</title>
		<link>http://www.codeforasp.net/asp-net-literal-control.html</link>
		<comments>http://www.codeforasp.net/asp-net-literal-control.html#comments</comments>
		<pubDate>Thu, 17 Sep 2009 07:06:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Standard Controls]]></category>
		<category><![CDATA[asp.net literal control]]></category>
		<category><![CDATA[asp.net literal control example]]></category>
		<category><![CDATA[literal control in asp.net]]></category>
		<category><![CDATA[properties of literal control]]></category>

		<guid isPermaLink="false">http://www.codeforasp.net/?p=93</guid>
		<description><![CDATA[Literal control is an asp.net server control used to display a static text.
 Namespace: System.Web.UI.WebControls
&#60;asp:Literal Text="Testing literal control" runat=server /&#62;
 Properties of Literal control
 Text: It specifies text to display in control.
 Mode property to Encode, the Literal control will encode the content of the Text property.
Drag Label control and literal control then write below [...]]]></description>
		<wfw:commentRss>http://www.codeforasp.net/asp-net-literal-control.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>asp.net RadioButtonList control</title>
		<link>http://www.codeforasp.net/asp-net-radiobuttonlist-control.html</link>
		<comments>http://www.codeforasp.net/asp-net-radiobuttonlist-control.html#comments</comments>
		<pubDate>Sat, 05 Sep 2009 06:42:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Standard Controls]]></category>
		<category><![CDATA[asp.net checkbox control]]></category>
		<category><![CDATA[asp.net CheckBoxList control]]></category>
		<category><![CDATA[asp.net dropdownlist]]></category>
		<category><![CDATA[asp.net radio button]]></category>
		<category><![CDATA[asp.net RadioButtonList]]></category>
		<category><![CDATA[asp.net RadioButtonList control]]></category>
		<category><![CDATA[asp.net RadioButtonList example]]></category>
		<category><![CDATA[asp.net RadioButtonList horizontal]]></category>
		<category><![CDATA[asp.net RadioButtonList selected]]></category>

		<guid isPermaLink="false">http://www.codeforasp.net/?p=90</guid>
		<description><![CDATA[RadioButtonList is an asp.net server control used to display list of radiobuttons and they grouped by default. This control is also used to allow only one selection in list of items.
 Design code
&#60;asp:RadioButtonList ID=&#8221;RadioButtonList1&#8243; runat=&#8221;server&#8221; RepeatColumns=&#8221;2&#8243;&#62;
&#60;asp:ListItem&#62;Apples&#60;/asp:ListItem&#62;
&#60;asp:ListItem&#62;Grapes&#60;/asp:ListItem&#62;
&#60;asp:ListItem&#62;Bananas&#60;/asp:ListItem&#62;
&#60;asp:ListItem&#62;Mangos&#60;/asp:ListItem&#62;
&#60;asp:ListItem&#62;Oranges&#60;/asp:ListItem&#62;
&#60;asp:ListItem&#62;Oranges&#60;/asp:ListItem&#62;
&#60;asp:ListItem&#62;Cocoa&#60;/asp:ListItem&#62;
&#60;asp:ListItem&#62;CustardApple&#60;/asp:ListItem&#62;
&#60;asp:ListItem&#62;Breadfruit&#60;/asp:ListItem&#62;
&#60;/asp:RadioButtonList&#62;
Properties of RadioButtonList
 
Cellpadding: The padding between each item.
CellSpacing: The spacing between each item.
RepeatColumns: The number of columns to use [...]]]></description>
		<wfw:commentRss>http://www.codeforasp.net/asp-net-radiobuttonlist-control.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>asp.net convert string to date, date to string, string to Int,string to Double,string to Decimal,object to int,object tostring,string to byte array</title>
		<link>http://www.codeforasp.net/asp-net-convert-string-to-date-date-to-string-string-to-intstring-to-doublestring-to-decimalobject-to-intobject-tostringstring-to-byte-array.html</link>
		<comments>http://www.codeforasp.net/asp-net-convert-string-to-date-date-to-string-string-to-intstring-to-doublestring-to-decimalobject-to-intobject-tostringstring-to-byte-array.html#comments</comments>
		<pubDate>Sat, 05 Sep 2009 05:19:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Standard Controls]]></category>
		<category><![CDATA[asp.net convert string to date]]></category>
		<category><![CDATA[date to string]]></category>
		<category><![CDATA[object to int]]></category>
		<category><![CDATA[object tostring]]></category>
		<category><![CDATA[string to byte array]]></category>
		<category><![CDATA[string to Decimal]]></category>
		<category><![CDATA[string to Double]]></category>
		<category><![CDATA[string to Int]]></category>

		<guid isPermaLink="false">http://www.codeforasp.net/?p=87</guid>
		<description><![CDATA[asp.net convert string to date
string strDate = DateTime.Today.ToString();
DateTime c = DateTime.Parse(strDate);
For TextBox Control: If TextBox contain Calender Date value for date comparisions use below code
DateTime a = DateTime.Parse(TextBox1.Text);
asp.net convert string to integer
string a = “1234″;
int b = Convert.ToInt16(a);
int c = 2;
int d = b + c;
SO string a value is converted to integer and stored [...]]]></description>
		<wfw:commentRss>http://www.codeforasp.net/asp-net-convert-string-to-date-date-to-string-string-to-intstring-to-doublestring-to-decimalobject-to-intobject-tostringstring-to-byte-array.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>asp.net radiobutton control</title>
		<link>http://www.codeforasp.net/asp-net-radiobutton-control.html</link>
		<comments>http://www.codeforasp.net/asp-net-radiobutton-control.html#comments</comments>
		<pubDate>Wed, 02 Sep 2009 11:56:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Standard Controls]]></category>
		<category><![CDATA[asp.net CheckBoxList control]]></category>
		<category><![CDATA[asp.net dropdown]]></category>
		<category><![CDATA[asp.net dropdownlist]]></category>
		<category><![CDATA[asp.net listbox]]></category>
		<category><![CDATA[asp.net radio button autopostback]]></category>
		<category><![CDATA[asp.net radio button control]]></category>
		<category><![CDATA[asp.net radio button group]]></category>
		<category><![CDATA[asp.net radio button grouping]]></category>
		<category><![CDATA[asp.net radiobutton checked]]></category>
		<category><![CDATA[asp.net radiobutton control]]></category>
		<category><![CDATA[asp.net radiobutton oncheckedchanged]]></category>
		<category><![CDATA[radiobutton Properties]]></category>

		<guid isPermaLink="false">http://www.codeforasp.net/?p=78</guid>
		<description><![CDATA[Asp.net RadioButton is a server control. It is used to select only one item in group of items. It will not allow multiple selection like checkbox control.
 Asp.net radiobutton Properties
 AutoPostBack: automatically post back to the server when the control is clicked.
Checked: The checked state of the control.
GroupName: Group that this radio button belongs to.
 [...]]]></description>
		<wfw:commentRss>http://www.codeforasp.net/asp-net-radiobutton-control.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>asp.net checkboxlist selected value</title>
		<link>http://www.codeforasp.net/asp-net-checkboxlist-selected-value.html</link>
		<comments>http://www.codeforasp.net/asp-net-checkboxlist-selected-value.html#comments</comments>
		<pubDate>Wed, 02 Sep 2009 09:32:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Standard Controls]]></category>
		<category><![CDATA[ArrayList]]></category>
		<category><![CDATA[asp.net chec]]></category>
		<category><![CDATA[asp.net checkboxlist]]></category>
		<category><![CDATA[asp.net CheckBoxList control]]></category>
		<category><![CDATA[asp.net checkboxlist datasource]]></category>
		<category><![CDATA[asp.net checkboxlist scrollbars]]></category>
		<category><![CDATA[asp.net checkboxlist value]]></category>
		<category><![CDATA[checkboxlist inserting and retrieving from a database]]></category>
		<category><![CDATA[retrieve checkboxlist items into gridview]]></category>

		<guid isPermaLink="false">http://www.codeforasp.net/?p=74</guid>
		<description><![CDATA[step1:  Drag CheckBoxList and Button controls
&#60;asp:CheckBoxList ID=&#8221;CheckBoxList1&#8243; runat=&#8221;server&#8221; RepeatColumns=&#8221;2&#8243;&#62;
&#60;asp:ListItem&#62;Apples&#60;/asp:ListItem&#62;
&#60;asp:ListItem&#62;Grapes&#60;/asp:ListItem&#62;
&#60;asp:ListItem&#62;Bananas&#60;/asp:ListItem&#62;
&#60;asp:ListItem&#62;Mangos&#60;/asp:ListItem&#62;
&#60;asp:ListItem&#62;Oranges&#60;/asp:ListItem&#62;
&#60;asp:ListItem&#62;Oranges&#60;/asp:ListItem&#62;
&#60;asp:ListItem&#62;Cocoa&#60;/asp:ListItem&#62;
&#60;asp:ListItem&#62;CustardApple&#60;/asp:ListItem&#62;
&#60;asp:ListItem&#62;Breadfruit&#60;/asp:ListItem&#62;
&#60;/asp:CheckBoxList&#62;
&#60;br /&#62;
&#60;asp:Button ID=&#8221;Button2&#8243; runat=&#8221;server&#8221; onclick=&#8221;Button2_Click&#8221; Text=&#8221;Button&#8221; /&#62;
Step2: use ArrayList to get CheckBoxList Selected values into Label control
Note:  Remove Label Text Property (keep label clean without any text) i.e
By Default Label Text property = Label(Remove this text) in Label Property
if not checkboxlist items display as
LabelMovies,Furniture,Electronics (so [...]]]></description>
		<wfw:commentRss>http://www.codeforasp.net/asp-net-checkboxlist-selected-value.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Asp.net CheckBoxList DataSource</title>
		<link>http://www.codeforasp.net/asp-net-checkboxlist-datasource.html</link>
		<comments>http://www.codeforasp.net/asp-net-checkboxlist-datasource.html#comments</comments>
		<pubDate>Wed, 02 Sep 2009 07:04:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Standard Controls]]></category>
		<category><![CDATA[asp.net check]]></category>
		<category><![CDATA[asp.net checkboxlist]]></category>
		<category><![CDATA[asp.net CheckBoxList control]]></category>
		<category><![CDATA[asp.net checkboxlist datasource]]></category>
		<category><![CDATA[asp.net checkboxlist scrollbars]]></category>

		<guid isPermaLink="false">http://www.codeforasp.net/?p=69</guid>
		<description><![CDATA[step1: create table category in your database, the query of the table link below
tblCategory Table
step2: insert some values into tblcategory table as shown in below figure
step3: Drag CheckBoxList control into Default.aspx Page
&#60;asp:CheckBoxList ID=&#8221;CheckBoxList1&#8243; runat=&#8221;server&#8221; RepeatColumns=&#8221;2&#8243;&#62;
&#60;/asp:CheckBoxList&#62;
Step4: write below code in Page_Load event 
//Sample code

protected void Page_Load(object sender, EventArgs e)
{
//Data Source = Your server name or local  [...]]]></description>
		<wfw:commentRss>http://www.codeforasp.net/asp-net-checkboxlist-datasource.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>asp.net checkboxlist control,asp.net checkboxlist scrollbar</title>
		<link>http://www.codeforasp.net/asp-net-checkboxlist-controlasp-net-checkboxlist-scrollbar.html</link>
		<comments>http://www.codeforasp.net/asp-net-checkboxlist-controlasp-net-checkboxlist-scrollbar.html#comments</comments>
		<pubDate>Tue, 01 Sep 2009 09:17:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Standard Controls]]></category>
		<category><![CDATA[asp.net checkbox]]></category>
		<category><![CDATA[asp.net checkbox checked]]></category>
		<category><![CDATA[asp.net checkboxlist]]></category>
		<category><![CDATA[asp.net checkboxlist scrollbars]]></category>
		<category><![CDATA[asp.net dropdownlist]]></category>

		<guid isPermaLink="false">http://www.codeforasp.net/?p=48</guid>
		<description><![CDATA[Asp.net checkBoxList Control is used to select multiple listitems in CheckBoxList.
&#60;asp:CheckBoxList ID=&#8221;CheckBoxList1&#8243; runat=&#8221;server&#8221;&#62;
&#60;asp:ListItem&#62;Apples&#60;/asp:ListItem&#62;
&#60;asp:ListItem&#62;Grapes&#60;/asp:ListItem&#62;
&#60;asp:ListItem&#62;Bananas&#60;/asp:ListItem&#62;
&#60;asp:ListItem&#62;Mangos&#60;/asp:ListItem&#62;
&#60;asp:ListItem&#62;Oranges&#60;/asp:ListItem&#62;
&#60;asp:ListItem&#62;Cocoa&#60;/asp:ListItem&#62;
&#60;asp:ListItem&#62;CustardApple&#60;/asp:ListItem&#62;
&#60;asp:ListItem&#62;Breadfruit&#60;/asp:ListItem&#62;
&#60;/asp:CheckBoxList&#62;
Properties of CheckBoxList
RepeatColumns: The number of columns used to layout the items
* By default CheckBoxList contain one column
Ex: RepeatColumns =2 then it shows 2 columns
RepeatDirection: The direction in which items are laid out
RepeatDirection= horizontal/vertical
cellpadding: The padding between each item.
cellspacing: The spacing between each [...]]]></description>
		<wfw:commentRss>http://www.codeforasp.net/asp-net-checkboxlist-controlasp-net-checkboxlist-scrollbar.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
