<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><!-- generator="WordPress/2.6.2" --><rss xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="0.92">
<channel>
	<title>Trek Innovations</title>
	<link>http://www.trekinnovations.com</link>
	<description>Thoughts For You</description>
	<lastBuildDate>Thu, 27 Aug 2009 13:11:39 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/TrekInnovations" type="application/rss+xml" /><feedburner:emailServiceId>TrekInnovations</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>YSlow Add-ons For FireFox</title>
		<description>YSlow Add-ons For Fire fox:

YSlow is the add-ons for the firefox that analyzes the web pages and the reasons why they are slow based on the Yahoos rule for very high performance web sites. This YSlow will analyzes the web pages and suggests the number of  ways to improve ...&lt;img src="http://feeds.feedburner.com/~r/TrekInnovations/~4/Ha385s-WGuA" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/TrekInnovations/~3/Ha385s-WGuA/yslow-add-ons-for-firefox</link>
			<feedburner:origLink>http://www.trekinnovations.com/uncategorized/yslow-add-ons-for-firefox</feedburner:origLink></item>
	<item>
		<title>Regular Expression To Allow only 2 Decimal Places in the Textbox Control</title>
		<description>Regular Expression To Allow only 2 Decimal Places in the Textbox Control :
In order to allow only 2 decimal places in the textbox use the regular expression validator. In the validator control there will be a property called ValidationExpression,use this property to assign the valid expression as shown below.
 
&lt;asp:TextBox ...&lt;img src="http://feeds.feedburner.com/~r/TrekInnovations/~4/QAljo0inw0o" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/TrekInnovations/~3/QAljo0inw0o/regular-expression-to-allow-only-2-decimal-places-in-the-textbox-control</link>
			<feedburner:origLink>http://www.trekinnovations.com/aspnet/regular-expression-to-allow-only-2-decimal-places-in-the-textbox-control</feedburner:origLink></item>
	<item>
		<title>Export NestedGridView To Excel</title>
		<description>In order to export the nested gridview please follow the code below.

SalesReport.Ascx

&lt;%@ Control Language="C#" AutoEventWireup="true" Codebehind="SalesReport.ascx.cs"
Inherits="Epod.UserControls.SalesReport" %&gt;
&lt;div id="divgridView" class="grid"&gt;
&lt;asp:GridView ID="gvProducts" runat="server" AllowSorting="false" AllowPaging="false" AutoGenerateColumns="False"
CellPadding="4" GridLines="None" ShowFooter="false" OnRowCommand="gvProducts_RowCommand"
Width="100%"&gt;
&lt;Columns&gt;
&lt;asp:TemplateField ItemStyle-HorizontalAlign="Left"&gt;
&lt;ItemTemplate&gt;
&lt;tr&gt;
&lt;td&gt;
&lt;asp:LinkButton ID="_btnExpandandCollapse" runat="server" Text="&lt;img src='../images/expand.gif' alt='Expand to see detailed report' border='0' /&gt;"
CssClass="GridViewDataHyperLink" CommandArgument='&lt;%# Container.DataItemIndex %&gt;'
CommandName='&lt;%# Eval("ProductId_pk") %&gt;' ToolTip="Expand to see the detailed report"&gt;&lt;/asp:LinkButton&gt;&amp;nbsp;&amp;nbsp;
&lt;asp:Label ...&lt;img src="http://feeds.feedburner.com/~r/TrekInnovations/~4/Zkzxv48wo94" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/TrekInnovations/~3/Zkzxv48wo94/export-nestedgridview-to-excel</link>
			<feedburner:origLink>http://www.trekinnovations.com/aspnet/export-nestedgridview-to-excel</feedburner:origLink></item>
	<item>
		<title>Export Data from Data Table to Excel File Format using C#.NET</title>
		<description>In order to achieve this first, you need to add a component known as Excel.dll (Microsoft excel 11.0 Object Library) into your .NET project references. 
 
To do above follow below instructions:
 
Add a reference to the Microsoft Excel Object Library. To do this, follow these steps: 
a. On the ...&lt;img src="http://feeds.feedburner.com/~r/TrekInnovations/~4/G0lbmIpHpq8" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/TrekInnovations/~3/G0lbmIpHpq8/export-data-from-data-table-to-excel-file-format-using-cnet</link>
			<feedburner:origLink>http://www.trekinnovations.com/aspnet/export-data-from-data-table-to-excel-file-format-using-cnet</feedburner:origLink></item>
	<item>
		<title>Validating Controls within Ajax Tab Panels/Tab Control</title>
		<description>Normally when we are using Ajax TabContols in aspx page with validation controls enabled on each and every TabPanel. Suppose if iam having 3 tab panels in TabControl and every tabpanel has some validations enabled and if iam in 1st panel and I submitted the form by clicking the button ...&lt;img src="http://feeds.feedburner.com/~r/TrekInnovations/~4/crQSar7vxWk" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/TrekInnovations/~3/crQSar7vxWk/validating-controls-within-ajax-tab-panelstab-control</link>
			<feedburner:origLink>http://www.trekinnovations.com/aspnet/validating-controls-within-ajax-tab-panelstab-control</feedburner:origLink></item>
	<item>
		<title>Maintain tab index on Ajax tab control with post back</title>
		<description>I have a DropDownList in 2 different Tab Panels in a TabContainer (from the AJAX control toolkit on ASP.NET's website) and I discovered that the TabContainer does not maintain state on postbacks for DropDownLists.  In other words, if I am on the second tab and I changed the value of ...&lt;img src="http://feeds.feedburner.com/~r/TrekInnovations/~4/4kOMFPZp0io" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/TrekInnovations/~3/4kOMFPZp0io/maintain-tab-index-on-ajax-tab-control-with-post-back</link>
			<feedburner:origLink>http://www.trekinnovations.com/ajax/maintain-tab-index-on-ajax-tab-control-with-post-back</feedburner:origLink></item>
	<item>
		<title>Exporting GridView to Excel Problem  When Using Web UserControl:</title>
		<description>This article explains how you can export your GridView control to Excel files. If you are working with web user control. Suppose if you are having your gridview in your User Control and you are trying to export the gridview data to some other format some thing like this

 
protected ...&lt;img src="http://feeds.feedburner.com/~r/TrekInnovations/~4/RMl_08u94us" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/TrekInnovations/~3/RMl_08u94us/exporting-gridview-to-excel-problem-when-using-web-usercontrol</link>
			<feedburner:origLink>http://www.trekinnovations.com/aspnet/exporting-gridview-to-excel-problem-when-using-web-usercontrol</feedburner:origLink></item>
	<item>
		<title>Exporting GridView to Excel ‘GridView’ must be placed inside a form tag</title>
		<description>This article explains how you can export your GridView control to Excel files. If you are working with GridView.

Exporting Grid View to Excel Files:  

The approach is pretty much the same as it was in Gridview. The following code executes on a button click event. 
protected void _btnReports_Click(object sender, ...&lt;img src="http://feeds.feedburner.com/~r/TrekInnovations/~4/Wy5Nzp2Dt6M" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/TrekInnovations/~3/Wy5Nzp2Dt6M/exporting-gridview-to-excel-gridview-must-be-placed-inside-a-form-tag</link>
			<feedburner:origLink>http://www.trekinnovations.com/aspnet/exporting-gridview-to-excel-gridview-must-be-placed-inside-a-form-tag</feedburner:origLink></item>
	<item>
		<title>Worked Out Examples Of Oops Concepts in Console Application Using VB.NET</title>
		<description>In this article I gave the examples for all Oops concepts in console applications using VB.NET. This article is only for the beginners who want to learn .NET. And in my next article I will give the same examples using C#. 
In this article you will see the examples for: ...&lt;img src="http://feeds.feedburner.com/~r/TrekInnovations/~4/PiHQ3I4VI9M" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/TrekInnovations/~3/PiHQ3I4VI9M/worked-out-examples-of-oops-concepts-in-console-application-using-vbnet</link>
			<feedburner:origLink>http://www.trekinnovations.com/oops-concepts/worked-out-examples-of-oops-concepts-in-console-application-using-vbnet</feedburner:origLink></item>
	<item>
		<title>AJAX Cascading Dropdown Component using WCF</title>
		<description>AJAX Cascading Dropdown Component using WCF
1. Create new Asp.Net Website
2. Add new item for XML file with the name LaptopsService.xml (Data source for DropdownList Items)

&lt;?xml version="1.0" encoding="utf-8" ?&gt;
&lt;LaptopsService&gt;
 &lt;make name="Dell"&gt;
 &lt;model name="Inspiron 1111"&gt;
 &lt;color name="Green" /&gt;
 &lt;color name="Sea Green" /&gt;
 &lt;color name="Pale Green" /&gt;
 &lt;/model&gt;
 &lt;model name="Inspiron 2222"&gt;
 &lt;color name="Red" ...&lt;img src="http://feeds.feedburner.com/~r/TrekInnovations/~4/IKJsFjSYvpI" height="1" width="1"/&gt;</description>
		<link>http://feedproxy.google.com/~r/TrekInnovations/~3/IKJsFjSYvpI/ajax-cascading-dropdown-component-using-wcf</link>
			<feedburner:origLink>http://www.trekinnovations.com/ajax/ajax-cascading-dropdown-component-using-wcf</feedburner:origLink></item>
</channel>
</rss>
