<?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; control</title>
	<atom:link href="http://tipsinterview.com/tag/control/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>New Generation Vehicle Tracking Telematics</title>
		<link>http://tipsinterview.com/2011/12/12/new-generation-vehicle-tracking-telematics/</link>
		<comments>http://tipsinterview.com/2011/12/12/new-generation-vehicle-tracking-telematics/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 04:20:01 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Interview Tips]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[fleet control]]></category>
		<category><![CDATA[fleet operation]]></category>
		<category><![CDATA[fleet owners]]></category>
		<category><![CDATA[location]]></category>
		<category><![CDATA[New]]></category>
		<category><![CDATA[size fleet]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[Telematics]]></category>
		<category><![CDATA[tracking telematics]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2011/12/12/new-generation-vehicle-tracking-telematics/</guid>
		<description><![CDATA[From simply using GPS tracking for basic vehicle location to today's integrated technology systems, telematics vehicle tracking? technology has rapidly evolved in recent years, and can provide fleet control rooms with comprehensive data reporting on both vehicle performance and driver behaviour. As simple or as complex as an individual business will require, ?new generation vehicle [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/12/12/new-generation-vehicle-tracking-telematics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Powerpacked new controls in Microsoft ASP.NET 3.5</title>
		<link>http://tipsinterview.com/2011/06/12/powerpacked-new-controls-in-microsoft-asp-net-3-5/</link>
		<comments>http://tipsinterview.com/2011/06/12/powerpacked-new-controls-in-microsoft-asp-net-3-5/#comments</comments>
		<pubDate>Sun, 12 Jun 2011 08:55:18 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[DataPager]]></category>
		<category><![CDATA[listview control]]></category>
		<category><![CDATA[property]]></category>
		<category><![CDATA[repeater control]]></category>
		<category><![CDATA[ScriptManagerProxy]]></category>
		<category><![CDATA[sql oracle]]></category>
		<category><![CDATA[web page size]]></category>
		<category><![CDATA[xmlhttprequest object]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=567</guid>
		<description><![CDATA[DataPager - Controls like Gridview, Repeater exhibit the pagination behaviour. This is useful when display results return far too many records than an ideal web page height. A search may return countless records, but the web page size should not ideally go on and on depending on the number of records returned. For this, the [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/06/12/powerpacked-new-controls-in-microsoft-asp-net-3-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ViewState is responsible for maintaining data across the Page Post Back</title>
		<link>http://tipsinterview.com/2011/04/13/viewstate-is-responsible-for-maintaining-data-across-the-page-post-back/</link>
		<comments>http://tipsinterview.com/2011/04/13/viewstate-is-responsible-for-maintaining-data-across-the-page-post-back/#comments</comments>
		<pubDate>Wed, 13 Apr 2011 12:46:11 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Interview Tips]]></category>
		<category><![CDATA[Cloud]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[control values]]></category>
		<category><![CDATA[dropdownlist]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[platforms]]></category>
		<category><![CDATA[real world]]></category>
		<category><![CDATA[world contests]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=537</guid>
		<description><![CDATA[Does ViewState is responsible for maintaining data across the Page Post Back for Postback controls (like textbox, dropdownlist) and non-postbackcontrols(like label)? It is false. For NonPostback controls it is true but for postback controls, ASP.NET retrieves their values one by one from the HTTP request and copies them to the control values while creating the [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/04/13/viewstate-is-responsible-for-maintaining-data-across-the-page-post-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET &#8211; HTML Server Controls</title>
		<link>http://tipsinterview.com/2011/03/02/asp-net-html-server-controls/</link>
		<comments>http://tipsinterview.com/2011/03/02/asp-net-html-server-controls/#comments</comments>
		<pubDate>Wed, 02 Mar 2011 02:54:45 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Interview Tips]]></category>
		<category><![CDATA[aspx file]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[element]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[html element]]></category>
		<category><![CDATA[html server]]></category>
		<category><![CDATA[Load]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[server control]]></category>
		<category><![CDATA[server scripts]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=516</guid>
		<description><![CDATA[HTML server controls are HTML tags understood by the server. HTML elements in ASP.NET files are, by default, treated as text. To make these elements programmable, add a runat="server" attribute to the HTML element. This attribute indicates that the element should be treated as a server control. The id attribute is added to identify the [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/03/02/asp-net-html-server-controls/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>Web Server Controls</title>
		<link>http://tipsinterview.com/2011/02/20/web-server-controls/</link>
		<comments>http://tipsinterview.com/2011/02/20/web-server-controls/#comments</comments>
		<pubDate>Sun, 20 Feb 2011 02:48:08 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[check]]></category>
		<category><![CDATA[checkboxlist]]></category>
		<category><![CDATA[content panel]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[control style]]></category>
		<category><![CDATA[Displays]]></category>
		<category><![CDATA[hyperlink button]]></category>
		<category><![CDATA[hyperlink image]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[list]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=509</guid>
		<description><![CDATA[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 [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2011/02/20/web-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>What is Fragment Caching in ASP.NET?</title>
		<link>http://tipsinterview.com/2010/09/10/what-is-fragment-caching-in-asp-net/</link>
		<comments>http://tipsinterview.com/2010/09/10/what-is-fragment-caching-in-asp-net/#comments</comments>
		<pubDate>Fri, 10 Sep 2010 00:48:00 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[Asp.Net]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[behavior]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[footers]]></category>
		<category><![CDATA[implementations]]></category>
		<category><![CDATA[navigation bars]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[subset]]></category>
		<category><![CDATA[what is fragment]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/2010/09/10/what-is-fragment-caching-in-asp-net/</guid>
		<description><![CDATA[Fragment caching refers to the caching of individual user controls within a Web Form.&#160; Each user control can have independent cache durations and implementations of how the caching behavior is to be applied. Fragment caching is useful when you need to cache only a subset of a page.&#160; Navigation bars, header, and footers are good [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/09/10/what-is-fragment-caching-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ASP.NET 2.0 Interview Questions</title>
		<link>http://tipsinterview.com/2010/06/01/asp-net-2-0-interview-questions-2/</link>
		<comments>http://tipsinterview.com/2010/06/01/asp-net-2-0-interview-questions-2/#comments</comments>
		<pubDate>Tue, 01 Jun 2010 06:47:59 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Interview Tips]]></category>
		<category><![CDATA[application]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[default event]]></category>
		<category><![CDATA[graphics designer]]></category>
		<category><![CDATA[NET]]></category>
		<category><![CDATA[site]]></category>
		<category><![CDATA[spot areas]]></category>
		<category><![CDATA[tabular fashion]]></category>
		<category><![CDATA[visual studio 2005]]></category>

		<guid isPermaLink="false">http://tipsinterview.com/?p=306</guid>
		<description><![CDATA[17. In the Design view in Visual Studio 2005 of an ASP.NET web page, what is the easiest way to create an event handler for the default event of a ASP.NET server control? A. Open the code-behind page and write the code. B. Right-click the control and select Create Handler. C. Drag an event handler [...]]]></description>
		<wfw:commentRss>http://tipsinterview.com/2010/06/01/asp-net-2-0-interview-questions-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

