<?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>Interview Tips &#187; Controls</title>
	<atom:link href="http://tipsinterview.com/tag/controls/feed/" rel="self" type="application/rss+xml" />
	<link>http://tipsinterview.com</link>
	<description>Interview Tips, Interview Questions and Answers</description>
	<lastBuildDate>Sun, 20 May 2012 05:16:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Strongly Typed Data Controls in asp.net 5</title>
		<link>http://tipsinterview.com/2011/09/18/strongly-typed-data-controls-in-asp-net-5/</link>
		<comments>http://tipsinterview.com/2011/09/18/strongly-typed-data-controls-in-asp-net-5/#comments</comments>
		<pubDate>Sun, 18 Sep 2011 07:42:16 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Interview Tips]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[Controls]]></category>
		<category><![CDATA[customer object]]></category>
		<category><![CDATA[div]]></category>
		<category><![CDATA[firstname]]></category>
		<category><![CDATA[intellisense]]></category>
		<category><![CDATA[lt]]></category>
		<category><![CDATA[ModelType]]></category>
		<category><![CDATA[repeater]]></category>
		<category><![CDATA[way]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=599</guid>
		<description><![CDATA[Strongly Typed Data Controls The next release of ASP.NET provides the ability to enable strongly-typed data templates.  Specifically, we’ve added the ability to declare what type of data a control is going to be bound to, by way of a new “ModelType” property on data controls.  Setting this property will cause two new typed variables [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/09/18/strongly-typed-data-controls-in-asp-net-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is WPF ? Why it is used?</title>
		<link>http://tipsinterview.com/2011/08/15/what-is-wpf-why-it-is-used/</link>
		<comments>http://tipsinterview.com/2011/08/15/what-is-wpf-why-it-is-used/#comments</comments>
		<pubDate>Mon, 15 Aug 2011 01:39:24 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[3d graphics]]></category>
		<category><![CDATA[animation]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[application markup language]]></category>
		<category><![CDATA[Controls]]></category>
		<category><![CDATA[design customization]]></category>
		<category><![CDATA[DirectX]]></category>
		<category><![CDATA[user interface]]></category>
		<category><![CDATA[Uses]]></category>
		<category><![CDATA[win32 applications]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=589</guid>
		<description><![CDATA[WPF is Object Oriented , XAML based. It Uses DirectX Engine for rendering GUI It do not use GDI 32 programming at all as opposed to Win32 applications It do not require more time or cost for graphics, drawing or animation programming It is Easy to change resolution unlike win32 application It is XAML Friendly. [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/08/15/what-is-wpf-why-it-is-used/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WPF Interview Questions</title>
		<link>http://tipsinterview.com/2011/08/08/wpf-interview-questions-2/</link>
		<comments>http://tipsinterview.com/2011/08/08/wpf-interview-questions-2/#comments</comments>
		<pubDate>Mon, 08 Aug 2011 01:38:49 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Controls]]></category>
		<category><![CDATA[Dispatcher]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[interview]]></category>
		<category><![CDATA[interview questions]]></category>
		<category><![CDATA[real time]]></category>
		<category><![CDATA[subset]]></category>
		<category><![CDATA[time applications]]></category>
		<category><![CDATA[Types]]></category>
		<category><![CDATA[web applications]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=587</guid>
		<description><![CDATA[1. What is WPF ? Why it is used? 2. What is XAML? 3. What is Dispatcher Object? 4. What is Dependency Object? 5. What is the architecture of WPF? 6.What is are Types of events and Event Routing or a Routed Event? 7. What is difference between Event Bubbling vs Event Tunneling? When to [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/08/08/wpf-interview-questions-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET Validation Server Controls</title>
		<link>http://tipsinterview.com/2011/02/27/asp-net-validation-server-controls/</link>
		<comments>http://tipsinterview.com/2011/02/27/asp-net-validation-server-controls/#comments</comments>
		<pubDate>Sun, 27 Feb 2011 02:48:44 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[checks]]></category>
		<category><![CDATA[CompareValidator]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[Controls]]></category>
		<category><![CDATA[CustomValidator]]></category>
		<category><![CDATA[input control]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[validation errors]]></category>
		<category><![CDATA[validation server]]></category>
		<category><![CDATA[web page]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=511</guid>
		<description><![CDATA[CompareValidator     Compares the value of one input control to the value of another input control or to a fixed value CustomValidator     Allows you to write a method to handle the validation of the value entered RangeValidator     Checks that the user enters a value that falls between two values RegularExpressionValidator     Ensures that [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/02/27/asp-net-validation-server-controls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTML Server Controls</title>
		<link>http://tipsinterview.com/2011/02/12/html-server-controls/</link>
		<comments>http://tipsinterview.com/2011/02/12/html-server-controls/#comments</comments>
		<pubDate>Sat, 12 Feb 2011 02:46:50 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[body]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[Controls]]></category>
		<category><![CDATA[element]]></category>
		<category><![CDATA[HtmlGeneric]]></category>
		<category><![CDATA[input type file]]></category>
		<category><![CDATA[input type image]]></category>
		<category><![CDATA[input type radio]]></category>
		<category><![CDATA[input type text]]></category>
		<category><![CDATA[lt image]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=507</guid>
		<description><![CDATA[HtmlAnchor     Controls an &#60;a&#62; HTML element HtmlButton     Controls a &#60;button&#62; HTML element HtmlForm     Controls a &#60;form&#62; HTML element HtmlGeneric     Controls other HTML element not specified by a specific HTML server control, like &#60;body&#62;, &#60;div&#62;, &#60;span&#62;, etc. HtmlImage     Controls an &#60;image&#62; HTML element HtmlInputButton     Controls &#60;input type="button"&#62;, &#60;input type="submit"&#62;, and [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/02/12/html-server-controls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to ASP.NET with C#</title>
		<link>http://tipsinterview.com/2010/01/13/introduction-to-asp-net-with-c/</link>
		<comments>http://tipsinterview.com/2010/01/13/introduction-to-asp-net-with-c/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 00:25:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[business logic]]></category>
		<category><![CDATA[Controls]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[java programmers]]></category>
		<category><![CDATA[label image]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[server controls]]></category>
		<category><![CDATA[vb programmers]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/01/13/introduction-to-asp-net-with-c/</guid>
		<description><![CDATA[Classic Asp: Asp, which is now more commonly known as Classic Asp was used extensively in 1990's. The idea of creating dynamic pages and linking them with database was the main purpose of classic Asp. Asp used html controls for user interaction. Apart from the good features available in Asp programming, it also lacks in [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/01/13/introduction-to-asp-net-with-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

