<?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>StepByStepASP.NET &#187; ASP.NET Server Controls</title>
	<atom:link href="http://stepbystepasp.net/tag/aspnet-server-controls/feed/" rel="self" type="application/rss+xml" />
	<link>http://stepbystepasp.net</link>
	<description></description>
	<lastBuildDate>Tue, 03 Feb 2009 11:48:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>4) Quick Intro To Server Controls and the Toolbox [F]</title>
		<link>http://stepbystepasp.net/4-quick-intro-to-server-controls-and-the-toolbox-f/</link>
		<comments>http://stepbystepasp.net/4-quick-intro-to-server-controls-and-the-toolbox-f/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 18:52:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET Tutorials]]></category>
		<category><![CDATA[Free Video Tutorials]]></category>
		<category><![CDATA[ASP.NET Server Controls]]></category>
		<category><![CDATA[button]]></category>
		<category><![CDATA[calendar]]></category>
		<category><![CDATA[drop down list]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[image button]]></category>
		<category><![CDATA[image map]]></category>
		<category><![CDATA[label]]></category>
		<category><![CDATA[panel]]></category>
		<category><![CDATA[radio button]]></category>

		<guid isPermaLink="false">http://stepbystepasp.net/?p=131</guid>
		<description><![CDATA[<script type="text/javascript" src="http://stepbystepasp.net/wp-includes/js/jquery/jquery.js"></script><script type="text/javascript" src="http://stepbystepasp.net/wp-content/plugins/pb-embedflash/js/sbadapter/shadowbox-jquery.js"></script><script type="text/javascript" src="http://stepbystepasp.net/wp-content/plugins/pb-embedflash/js/shadowbox.js"></script><script type="text/javascript"><!--
window.onload = function() {var options ={assetURL:'',loadingImage:'http://stepbystepasp.net/wp-content/plugins/pb-embedflash/css/images/loading.gif',flvPlayer:'http://stepbystepasp.net/wp-content/plugins/pb-embedflash/swf/mediaplayer.swf',animate:true,animSequence:'wh',overlayColor:'#000',overlayOpacity:0.85,overlayBgImage:'http://stepbystepasp.net/wp-content/plugins/pb-embedflash/css/images/overlay-85.png',listenOverlay:true,autoplayMovies:true,showMovieControls:true,resizeDuration:0.35,fadeDuration:0.35,displayNav:true,continuous:false,displayCounter:true,counterType:'default',viewportPadding:20,handleLgImages:'resize',initialHeight:160,initialWidth:320,enableKeys:true,keysClose:['c', 'q', 27],keysPrev:['p', 37],keysNext:['n', 39],handleUnsupported:'',text: {cancel:'Cancel',loading: 'loading',close:'<span class="shortcut">C</span>lose',next:'<span class="shortcut">N</span>ext',prev:'<span class="shortcut">P</span>revious',errors:{single: 'You must install the <a href="{0}">{1}</a> browser plugin to view this content.',shared: 'You must install both the <a href="{0}">{1}</a> and <a href="{2}">{3}</a> browser plugins to view this content.',either: 'You must install either the <a href="{0}">{1}</a> or the <a href="{2}">{3}</a> browser plugin to view this content.'}}};Shadowbox.init(options);}
--></script>In this video tutorials i walked through the functions of the server and html controls on the toolbox. This is just a brief introduction to these controls, in the future videos i&#8217;ll be doing indept coverage of each of the server controls.
(Please open the article to see the flash file or player.)

Label &#8211; Its used [...]]]></description>
			<content:encoded><![CDATA[<p>In this video tutorials i walked through the functions of the server and html controls on the toolbox. This is just a brief introduction to these controls, in the future videos i&#8217;ll be doing indept coverage of each of the server controls.<br />
<small>(Please open the article to see the flash file or player.)</small></p>
<ul>
<li>Label &#8211; Its used to display text</li>
<li>Textbox &#8211; used to receive input from users</li>
<li>Button &#8211; button is used to send message to server for processing</li>
<li>LinkButton &#8211; another form of button which looks like anchor text</li>
<li>Image button &#8211; this will allow you to use your own image as button, which is a cool feature, instead of using the default button</li>
<li>Hyperlink &#8211; Anchor text as you know</li>
<li>Dropdownlist &#8211; enable you to choose from different options</li>
<li>Listbox &#8211; you choose from different options but you can select multiple choices</li>
<li>Checkbox &#8211; you can select multiple options from a given list by ticking what you want</li>
<li>Checkboxlist &#8211; you can bind this to a database</li>
<li>Radiobutton &#8211; just like a checkbox but you can only choose one option</li>
<li>Radiobuttonlist &#8211; can be bound to a database or xml file</li>
<li>Image &#8211; you can add image to your website using this control</li>
<li>Imagemap &#8211; allow you to have an image with different responses when you click on different area of the image, for example if you have an image map for a human skeleton, when you click on the head area you get different response from when you click on the arms.</li>
<li>Table &#8211; a table as you know it (not with four legs though <img src='http://stepbystepasp.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> )</li>
<li>Calendar &#8211; you can add calendar</li>
<li>AdRotator &#8211; can be used to display advertisement on your website.</li>
<li>File upload &#8211; can be used to upload files to the database, or save file onto your computer.</li>
<li>Multiview &#8211; have multiple views on one page.</li>
<li>Panel &#8211; is a container that can be used to hold other controls.</li>
<li>and so on.</li>
</ul>
<p>Watch the video and leave comments.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fstepbystepasp.net%2F4-quick-intro-to-server-controls-and-the-toolbox-f%2F&amp;linkname=4%29%20Quick%20Intro%20To%20Server%20Controls%20and%20the%20Toolbox%20%5BF%5D"><img src="http://stepbystepasp.net/wp-content/plugins/add-to-any/share_save_120_16.png" width="120" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://stepbystepasp.net/4-quick-intro-to-server-controls-and-the-toolbox-f/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
