<?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>Web Development - Web Development Tutorial for Developer&#039;s, Asp.net Tutorial, PHP Development, Wordpress Integration &#187; Controls</title>
	<atom:link href="http://www.solutions4ever.net/category/controls/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.solutions4ever.net</link>
	<description>Web Development Solutions Provider</description>
	<lastBuildDate>Fri, 03 Sep 2010 11:45:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>ASP.NET Web Server Controls</title>
		<link>http://www.solutions4ever.net/2010/02/asp-net-web-server-controls/</link>
		<comments>http://www.solutions4ever.net/2010/02/asp-net-web-server-controls/#comments</comments>
		<pubDate>Sat, 27 Feb 2010 09:26:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Controls]]></category>

		<guid isPermaLink="false">http://www.solutions4ever.net/?p=97</guid>
		<description><![CDATA[<p>The syntax for creating a Web server control is:</p>



&#60;asp:control_name id=&#8221;some_id&#8221; runat=&#8221;server&#8221; /&#62;



<p> </p>



Web Server Control
Description


AdRotator
Displays a sequence of images


Button
Displays a push button


Calendar
Displays a calendar


CalendarDay
A day in a calendar control


CheckBox
Displays a check box


CheckBoxList
Creates a multi-selection check box group


DataGrid
Displays fields of a data source in a grid


DataList
Displays items from a data source by  ... <a href="http://www.solutions4ever.net/2010/02/asp-net-web-server-controls/" class="expert-read-more" >Read More</a>]]></description>
			<content:encoded><![CDATA[<p>The syntax for creating a Web server control is:</p>
<table border="0" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<td>&lt;asp:control_name id=&#8221;some_id&#8221; runat=&#8221;server&#8221; /&gt;</td>
</tr>
</tbody>
</table>
<p> </p>
<table border="1" cellspacing="0" cellpadding="0" width="100%">
<tbody>
<tr>
<th width="30%" align="left">Web Server Control</th>
<th width="70%" align="left">Description</th>
</tr>
<tr>
<td>AdRotator</td>
<td>Displays a sequence of images</td>
</tr>
<tr>
<td>Button</td>
<td>Displays a push button</td>
</tr>
<tr>
<td>Calendar</td>
<td>Displays a calendar</td>
</tr>
<tr>
<td>CalendarDay</td>
<td>A day in a calendar control</td>
</tr>
<tr>
<td>CheckBox</td>
<td>Displays a check box</td>
</tr>
<tr>
<td>CheckBoxList</td>
<td>Creates a multi-selection check box group</td>
</tr>
<tr>
<td>DataGrid</td>
<td>Displays fields of a data source in a grid</td>
</tr>
<tr>
<td>DataList</td>
<td>Displays items from a data source by using templates</td>
</tr>
<tr>
<td>DropDownList</td>
<td>Creates a drop-down list</td>
</tr>
<tr>
<td>HyperLink</td>
<td>Creates a hyperlink</td>
</tr>
<tr>
<td>Image</td>
<td>Displays an image</td>
</tr>
<tr>
<td>ImageButton</td>
<td>Displays a clickable image</td>
</tr>
<tr>
<td>Label</td>
<td>Displays static content which is programmable (lets you apply styles to its content)</td>
</tr>
<tr>
<td>LinkButton</td>
<td>Creates a hyperlink button</td>
</tr>
<tr>
<td>ListBox</td>
<td>Creates a single- or multi-selection drop-down list</td>
</tr>
<tr>
<td>ListItem</td>
<td>Creates an item in a list</td>
</tr>
<tr>
<td>Literal</td>
<td>Displays static content which is programmable(does not let you apply styles to its content)</td>
</tr>
<tr>
<td>Panel</td>
<td>Provides a container for other controls</td>
</tr>
<tr>
<td>PlaceHolder</td>
<td>Reserves space for controls added by code</td>
</tr>
<tr>
<td>RadioButton</td>
<td>Creates a radio button</td>
</tr>
<tr>
<td>RadioButtonList</td>
<td>Creates a group of radio buttons</td>
</tr>
<tr>
<td>BulletedList</td>
<td>Creates a list in bullet format</td>
</tr>
<tr>
<td>Repeater</td>
<td>Displays a repeated list of items bound to the control</td>
</tr>
<tr>
<td>Style</td>
<td>Sets the style of controls</td>
</tr>
<tr>
<td>Table</td>
<td>Creates a table</td>
</tr>
<tr>
<td>TableCell</td>
<td>Creates a table cell</td>
</tr>
<tr>
<td>TableRow</td>
<td>Creates a table row</td>
</tr>
<tr>
<td>TextBox</td>
<td>Creates a text box</td>
</tr>
<tr>
<td>Xml</td>
<td>Displays an XML file or the results of an XSL transform</td>
</tr>
</tbody>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.solutions4ever.net/2010/02/asp-net-web-server-controls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
