<?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"
	>

<channel>
	<title>Technical Interview Questions &#187; ASP.NET Interview Questions</title>
	<atom:link href="http://www.technicalinterview.info/category/aspnet-interview-questions/feed" rel="self" type="application/rss+xml" />
	<link>http://www.technicalinterview.info</link>
	<description>Java Interview Questions &#124; IT interview questions &#124; Software Testing Interview questions &#124; .Net Interview Questions &#124; Job Interview Questions &#38; Answers &#124; Tough Interview Questions &#124; Technology Interview Questions &#124; Tech Interview Questions &#124; Testing Interview Questions &#124; SAP Interview Questions &#124; ABAP Interview Questions &#124; Data Warehousing Interview Questions</description>
	<pubDate>Tue, 02 Sep 2008 08:33:19 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>What is the different between ASP.NET and VB.NET?</title>
		<link>http://www.technicalinterview.info/what-is-the-different-between-aspnet-and-vbnet/</link>
		<comments>http://www.technicalinterview.info/what-is-the-different-between-aspnet-and-vbnet/#comments</comments>
		<pubDate>Mon, 07 May 2007 02:51:00 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[ASP.NET Interview Questions]]></category>

		<category><![CDATA[VB.NET Interview Questions]]></category>

		<guid isPermaLink="false">http://www.technicalinterview.info/what-is-the-different-between-aspnet-and-vbnet.html</guid>
		<description><![CDATA[ASP.Net is an &#8220;environment&#8221;, and VB.Net is a programming language. You can write ASP.Net pages (called &#8220;Web Forms&#8221; by Microsoft) using VB.Net (or C#, or J# or Managed C++ or any one of a number of .Net compatible languages).
Confusingly, there is an IDE that Microsoft markets called VB.Net, which allows you to write and compile [...]]]></description>
			<content:encoded><![CDATA[<p>ASP.Net is an &#8220;environment&#8221;, and VB.Net is a programming language. You can write ASP.Net pages (called &#8220;Web Forms&#8221; by Microsoft) using VB.Net (or C#, or J# or Managed C++ or any one of a number of .Net compatible languages).<br />
Confusingly, there is an IDE that Microsoft markets called VB.Net, which allows you to write and compile [...]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technicalinterview.info/what-is-the-different-between-aspnet-and-vbnet/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How can we create custom controls in ASP.NET?</title>
		<link>http://www.technicalinterview.info/how-can-we-create-custom-controls-in-aspnet/</link>
		<comments>http://www.technicalinterview.info/how-can-we-create-custom-controls-in-aspnet/#comments</comments>
		<pubDate>Sun, 29 Apr 2007 01:27:00 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[ASP.NET Interview Questions]]></category>

		<guid isPermaLink="false">http://www.technicalinterview.info/how-can-we-create-custom-controls-in-aspnet.html</guid>
		<description><![CDATA[Custom Controls can be created in either of the following 3 methods.
1. Creating as a composite control : This method uses and combines the existing controls to give a custom functionality which can be used across different projects by adding to the control library. This can provide for event bubbling from child controls to the [...]]]></description>
			<content:encoded><![CDATA[<p>Custom Controls can be created in either of the following 3 methods.<br />
1. Creating as a composite control : This method uses and combines the existing controls to give a custom functionality which can be used across different projects by adding to the control library. This can provide for event bubbling from child controls to the [...]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technicalinterview.info/how-can-we-create-custom-controls-in-aspnet/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How many types of validation controls are provided by ASP.NET ?</title>
		<link>http://www.technicalinterview.info/how-many-types-of-validation-controls-are-provided-by-aspnet/</link>
		<comments>http://www.technicalinterview.info/how-many-types-of-validation-controls-are-provided-by-aspnet/#comments</comments>
		<pubDate>Sun, 29 Apr 2007 01:26:00 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[ASP.NET Interview Questions]]></category>

		<guid isPermaLink="false">http://www.technicalinterview.info/how-many-types-of-validation-controls-are-provided-by-aspnet.html</guid>
		<description><![CDATA[RequiredField Validator Control,Range Validator Control, RegularExpression Validator Control,Custom Validator Control and Validation Summary Control are provided by ASP.NET.
]]></description>
			<content:encoded><![CDATA[<p>RequiredField Validator Control,Range Validator Control, RegularExpression Validator Control,Custom Validator Control and Validation Summary Control are provided by ASP.NET.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technicalinterview.info/how-many-types-of-validation-controls-are-provided-by-aspnet/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Can you explain what is “AutoPostBack” feature in ASP.NET ?</title>
		<link>http://www.technicalinterview.info/can-you-explain-what-is-%e2%80%9cautopostback%e2%80%9d-feature-in-aspnet/</link>
		<comments>http://www.technicalinterview.info/can-you-explain-what-is-%e2%80%9cautopostback%e2%80%9d-feature-in-aspnet/#comments</comments>
		<pubDate>Sun, 29 Apr 2007 01:26:00 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[ASP.NET Interview Questions]]></category>

		<guid isPermaLink="false">http://www.technicalinterview.info/can-you-explain-what-is-%e2%80%9cautopostback%e2%80%9d-feature-in-aspnet.html</guid>
		<description><![CDATA[AutoPostBack is built into the form-based server controls, and when enabled, automatically posts the page back to the server whenever the value of the control in question is changed.
]]></description>
			<content:encoded><![CDATA[<p>AutoPostBack is built into the form-based server controls, and when enabled, automatically posts the page back to the server whenever the value of the control in question is changed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technicalinterview.info/can-you-explain-what-is-%e2%80%9cautopostback%e2%80%9d-feature-in-aspnet/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How can you enable automatic paging in DataGrid ?</title>
		<link>http://www.technicalinterview.info/how-can-you-enable-automatic-paging-in-datagrid/</link>
		<comments>http://www.technicalinterview.info/how-can-you-enable-automatic-paging-in-datagrid/#comments</comments>
		<pubDate>Sun, 29 Apr 2007 01:23:00 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[ASP.NET Interview Questions]]></category>

		<guid isPermaLink="false">http://www.technicalinterview.info/how-can-you-enable-automatic-paging-in-datagrid.html</guid>
		<description><![CDATA[Using the Built-In Paging Controls
To use default paging, you set properties to enable paging, set the page size, and specify the style of the paging controls. Paging controls are LinkButton controls. You can choose from these types: Next and previous buttons. The button captions can be any text you want. Page numbers, which allow users [...]]]></description>
			<content:encoded><![CDATA[<p>Using the Built-In Paging Controls<br />
To use default paging, you set properties to enable paging, set the page size, and specify the style of the paging controls. Paging controls are LinkButton controls. You can choose from these types: Next and previous buttons. The button captions can be any text you want. Page numbers, which allow users [...]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technicalinterview.info/how-can-you-enable-automatic-paging-in-datagrid/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What is the difference between login controls and Forms authentication?</title>
		<link>http://www.technicalinterview.info/what-is-the-difference-between-login-controls-and-forms-authentication/</link>
		<comments>http://www.technicalinterview.info/what-is-the-difference-between-login-controls-and-forms-authentication/#comments</comments>
		<pubDate>Sun, 29 Apr 2007 01:22:00 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[ASP.NET Interview Questions]]></category>

		<guid isPermaLink="false">http://www.technicalinterview.info/what-is-the-difference-between-login-controls-and-forms-authentication.html</guid>
		<description><![CDATA[Login controls are an easy way to implement Forms authentication without having to write any code. For example, the Login control performs the same functions you would normally perform when using the FormsAuthentication class—prompt for user credentials, validate them, and issue the authentication ticket—but with all the functionality wrapped in a control that you can [...]]]></description>
			<content:encoded><![CDATA[<p>Login controls are an easy way to implement Forms authentication without having to write any code. For example, the Login control performs the same functions you would normally perform when using the FormsAuthentication class—prompt for user credentials, validate them, and issue the authentication ticket—but with all the functionality wrapped in a control that you can [...]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technicalinterview.info/what-is-the-difference-between-login-controls-and-forms-authentication/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What is Tracing in ASP.NET ?</title>
		<link>http://www.technicalinterview.info/what-is-tracing-in-aspnet/</link>
		<comments>http://www.technicalinterview.info/what-is-tracing-in-aspnet/#comments</comments>
		<pubDate>Sun, 29 Apr 2007 01:21:00 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[ASP.NET Interview Questions]]></category>

		<guid isPermaLink="false">http://www.technicalinterview.info/what-is-tracing-in-aspnet.html</guid>
		<description><![CDATA[ASP.NET introduces new functionality that allows you to write debug statements, directly in your code, without having to remove them from your application when it is deployed to production servers. Called tracing, this feature allows you to write variables or structures in a page, assert whether a condition is met, or simply trace through the [...]]]></description>
			<content:encoded><![CDATA[<p>ASP.NET introduces new functionality that allows you to write debug statements, directly in your code, without having to remove them from your application when it is deployed to production servers. Called tracing, this feature allows you to write variables or structures in a page, assert whether a condition is met, or simply trace through the [...]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technicalinterview.info/what-is-tracing-in-aspnet/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How do we enable tracing ?</title>
		<link>http://www.technicalinterview.info/how-do-we-enable-tracing/</link>
		<comments>http://www.technicalinterview.info/how-do-we-enable-tracing/#comments</comments>
		<pubDate>Sun, 29 Apr 2007 01:20:00 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[ASP.NET Interview Questions]]></category>

		<guid isPermaLink="false">http://www.technicalinterview.info/how-do-we-enable-tracing.html</guid>
		<description><![CDATA[Instead of enabling tracing for individual pages, you can enable it for your entire application. In that case, every page in your application displays trace information. Application tracing is useful when you are developing an application because you can easily enable it and disable it without editing individual pages. When your application is complete, you [...]]]></description>
			<content:encoded><![CDATA[<p>Instead of enabling tracing for individual pages, you can enable it for your entire application. In that case, every page in your application displays trace information. Application tracing is useful when you are developing an application because you can easily enable it and disable it without editing individual pages. When your application is complete, you [...]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technicalinterview.info/how-do-we-enable-tracing/feed/</wfw:commentRss>
		</item>
		<item>
		<title>What exactly happens when ASPX page is requested from Browser?</title>
		<link>http://www.technicalinterview.info/what-exactly-happens-when-aspx-page-is-requested-from-browser/</link>
		<comments>http://www.technicalinterview.info/what-exactly-happens-when-aspx-page-is-requested-from-browser/#comments</comments>
		<pubDate>Sun, 29 Apr 2007 01:14:00 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[ASP.NET Interview Questions]]></category>

		<guid isPermaLink="false">http://www.technicalinterview.info/what-exactly-happens-when-aspx-page-is-requested-from-browser.html</guid>
		<description><![CDATA[At its core, the ASP.NET execution engine compiles the page into a class, which derives from the code behind class (which in turn derives directly or indirectly from the Page class). Then it injects the newly created class into the execution environment, instantiates it, and executes it. ASP.NET, on the other hand, can accept code [...]]]></description>
			<content:encoded><![CDATA[<p>At its core, the ASP.NET execution engine compiles the page into a class, which derives from the code behind class (which in turn derives directly or indirectly from the Page class). Then it injects the newly created class into the execution environment, instantiates it, and executes it. ASP.NET, on the other hand, can accept code [...]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technicalinterview.info/what-exactly-happens-when-aspx-page-is-requested-from-browser/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How do you deploy an ASP.NET application?</title>
		<link>http://www.technicalinterview.info/how-do-you-deploy-an-aspnet-application/</link>
		<comments>http://www.technicalinterview.info/how-do-you-deploy-an-aspnet-application/#comments</comments>
		<pubDate>Sun, 29 Apr 2007 01:09:00 +0000</pubDate>
		<dc:creator></dc:creator>
		
		<category><![CDATA[ASP.NET Interview Questions]]></category>

		<guid isPermaLink="false">http://www.technicalinterview.info/how-do-you-deploy-an-aspnet-application.html</guid>
		<description><![CDATA[You can deploy an ASP.NET Web application using any one of the following three deployment options.1.XCOPY Deployment
2.Using the Copy Project option in VS .NET
3.Deployment using VS.NET installer
]]></description>
			<content:encoded><![CDATA[<p>You can deploy an ASP.NET Web application using any one of the following three deployment options.1.XCOPY Deployment<br />
2.Using the Copy Project option in VS .NET<br />
3.Deployment using VS.NET installer</p>
]]></content:encoded>
			<wfw:commentRss>http://www.technicalinterview.info/how-do-you-deploy-an-aspnet-application/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
