<?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; code behind</title>
	<atom:link href="http://stepbystepasp.net/tag/code-behind/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>2) Intro Contd. Adding New Page to ASP.NET Web Application [F]</title>
		<link>http://stepbystepasp.net/2-intro-contd-adding-new-page-to-aspnet-web-application-f/</link>
		<comments>http://stepbystepasp.net/2-intro-contd-adding-new-page-to-aspnet-web-application-f/#comments</comments>
		<pubDate>Wed, 10 Dec 2008 17:51:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[ASP.NET Tutorials]]></category>
		<category><![CDATA[Free Video Tutorials]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[code behind]]></category>
		<category><![CDATA[web form]]></category>

		<guid isPermaLink="false">http://stepbystepasp.net/?p=117</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>This video continue from the previous video, in which i share with you how to add a new page to your web application. I also explain briefly what code behind means, which is to separate your design from your application logic. Watch the video and leave comments.
(Please open the article to see the flash file [...]]]></description>
			<content:encoded><![CDATA[<p>This video continue from the previous video, in which i share with you how to add a new page to your web application. I also explain briefly what code behind means, which is to separate your design from your application logic. Watch the video and leave comments.<br />
<small>(Please open the article to see the flash file or player.)</small><br />
•    Location on the PC where the files are stored. The default location is; My Documents &gt; Visual Studio 2008 &gt; Websites &gt; [Your Website]. There are 4 files created by default, and in the future videos I’ll be explaining the functions of these files.<br />
•    How to add another page to your website application. Add new item by right-clicking on the project and choose a web form. Do not choose an HTML page, each page in your asp.net web application is a web form, so please remember that. You can then name your website.<br />
•    You have options to place your codes in a separate file or not. You also have options to select a Master Page. At this time we do not have a master page, so please leave this checkbox unticked. In this video series we’ll cover master pages and you will understand its function.<br />
•    What the &lt;script runat=”server”&gt;&lt;/script&gt; means. This will be present at the top of your page if you place the code in the same page.<br />
•    I explained the differences between placing your code in a separate file or putting your c# codes and html codes in the same page.<br />
•    I explained how to use application logic, the page load method, to execute a statement. I used this example to demonstrate the difference between the code-behind and combining the design and application logic coding.<br />
Watch the video and leave a comment.</p>
<a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fstepbystepasp.net%2F2-intro-contd-adding-new-page-to-aspnet-web-application-f%2F&amp;linkname=2%29%20Intro%20Contd.%20Adding%20New%20Page%20to%20ASP.NET%20Web%20Application%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/2-intro-contd-adding-new-page-to-aspnet-web-application-f/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
