<?xml version="1.0"?><?xml-stylesheet type="text/xsl" href="http://code.msdn.microsoft.com/rss.xsl"?><rss version="2.0"><channel><title>ZNet Free Asp.net Controls</title><link>http://code.msdn.microsoft.com/ZNetControls/Project/ProjectRss.aspx</link><description>ZNet Controls - Free Asp.net Controls - GridView with data grouping and indexing</description><item><title>NEW POST: JavaScript error in update panel</title><link>http://code.msdn.microsoft.com/ZNetControls/Thread/View.aspx?ThreadId=619</link><description>&lt;div class="wikidoc"&gt;
Checkboxlist validator causes JavaScript error (NULL is null not an object) in update panel.&lt;br /&gt;
&lt;/div&gt;</description><author>shahzeb85</author><pubDate>Wed, 20 Aug 2008 06:32:20 GMT</pubDate><guid isPermaLink="false">NEW POST: JavaScript error in update panel 20080820A</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/ZNetControls/Wiki/View.aspx?title=Home&amp;version=12</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;Free Asp.net 1.0 ZNet Controls - GridView with data grouping and indexing
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Extended GridView for with DataGrouping and Record Indexing, RequiredFieldValidator for CheckBoxList, etc.
&lt;/h1&gt;&lt;h2&gt;
Grouping in GridView
&lt;/h2&gt;When we start writing apps in asp.net, we always get hold off if we miss some functionality that we desperately need to roll out the solution. And the case is true always when we write code with Asp.Net's GridView control... When i started with one of the developments (Web Portal), i was running into issues since i dont have those expected functionalities available in the classic asp.net 2.0 controls. I was being asked by the business owners to have grouping in the listing while display data. The only option left off is to go for third party components like infragistics and i have to shed dollars from my pocket to have it done. Having said that, i started thinking.. &amp;quot;Why can't i have a simple control extended from the classic to have those required functionalites instead buying..?&amp;quot;. There i started..And i became successfull in delivering the solution .Now the control is complete and i have few more ideas to be incorporated within the control, but in future. The control is free to use and distribute with no restrictions and royality. The current version has only GridView with grouping functionality based on DataKeys and record indexing, all with CSS styles....&lt;br /&gt; &lt;br /&gt;To learn how to use the control, please visit &lt;a href="http://znetcontrols.blogspot.com/2008/08/extended-gridview-for-aspnet-20-with.html" class="externalLink"&gt;http://znetcontrols.blogspot.com/2008/08/extended-gridview-for-aspnet-20-with.html&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Required Field Validator web server control for ChekBoxList in ASP.Net
&lt;/h1&gt;&lt;h2&gt;
CheckBoxList Validation
&lt;/h2&gt;The ASP.Net Validator controls shipped by Microsoft .Net Framework (from 1.0 till 3.5) are very helpful for developers to implement form control validations, even for a novice developer with little knowledge on Javascript. However, it does lacks validators for some controls which are desperately needed for our day to day coding, say for instance CheckBox, CheckBoxList, etc. This article describes how to develop your own validator controls to validate any .net server controls with your own logics. Or broadly, how to extend a BaseValidator class with custom functionality?&lt;br /&gt; &lt;br /&gt;Required Field Validators are very popular among the .net validator controls. They works like a charm for Textbox, Dropdowns, FileUpload, etc. While writing any web form, say a feedback form or a registration form, we may have to use CheckBoxList controls to enable the user to ope multiple items from the list display. Here is the catch22. We dont have the validator...!. Instead, we should either write a lengthy code in javascript for client validation or use the Custom Validator Control to enable the validations in both the ends (server and client). User have another option to make use of partial rendering of pages for validation by using Ajax update panels control. However the later approach is troublesome and time consuming and is fully based on our host and network. Th built in validators are not allowed to be assigned for validation to any other controls like CheckBox since the ValidatedControlConverter will list only those webcontrols which can be validated. When creating your own validation control, you can enable the designer to display a list of controls that support validation controls. &lt;br /&gt; &lt;br /&gt;To learn how to use the control, please visit &lt;a href="http://znetcontrols.blogspot.com/2008/08/required-field-validator-for.html" class="externalLink"&gt;http://znetcontrols.blogspot.com/2008/08/required-field-validator-for.html&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>Ziyad6</author><pubDate>Thu, 14 Aug 2008 13:48:24 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080814P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/ZNetControls/Wiki/View.aspx?title=Home&amp;version=11</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;Free Asp.net 1.0 ZNet Controls - GridView with data grouping and indexing
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Extended GridView for with DataGrouping and Record Indexing, RequiredFieldValidator for CheckBoxList, etc.
&lt;/h1&gt;Grouping in GridView&lt;br /&gt;When we start writing apps in asp.net, we always get hold off if we miss some functionality that we desperately need to roll out the solution. And the case is true always when we write code with Asp.Net's GridView control... When i started with one of the developments (Web Portal), i was running into issues since i dont have those expected functionalities available in the classic asp.net 2.0 controls. I was being asked by the business owners to have grouping in the listing while display data. The only option left off is to go for third party components like infragistics and i have to shed dollars from my pocket to have it done. Having said that, i started thinking.. &amp;quot;Why can't i have a simple control extended from the classic to have those required functionalites instead buying..?&amp;quot;. There i started..And i became successfull in delivering the solution .Now the control is complete and i have few more ideas to be incorporated within the control, but in future. The control is free to use and distribute with no restrictions and royality. The current version has only GridView with grouping functionality based on DataKeys and record indexing, all with CSS styles....&lt;br /&gt; &lt;br /&gt;To learn how to use the control, please visit &lt;a href="http://znetcontrols.blogspot.com/2008/08/extended-gridview-for-aspnet-20-with.html" class="externalLink"&gt;http://znetcontrols.blogspot.com/2008/08/extended-gridview-for-aspnet-20-with.html&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Required Field Validator web server control for ChekBoxList in ASP.Net
&lt;/h1&gt;CheckBoxList Validation&lt;br /&gt;The ASP.Net Validator controls shipped by Microsoft .Net Framework (from 1.0 till 3.5) are very helpful for developers to implement form control validations, even for a novice developer with little knowledge on Javascript. However, it does lacks validators for some controls which are desperately needed for our day to day coding, say for instance CheckBox, CheckBoxList, etc. This article describes how to develop your own validator controls to validate any .net server controls with your own logics. Or broadly, how to extend a BaseValidator class with custom functionality?&lt;br /&gt; &lt;br /&gt;Required Field Validators are very popular among the .net validator controls. They works like a charm for Textbox, Dropdowns, FileUpload, etc. While writing any web form, say a feedback form or a registration form, we may have to use CheckBoxList controls to enable the user to ope multiple items from the list display. Here is the catch22. We dont have the validator...!. Instead, we should either write a lengthy code in javascript for client validation or use the Custom Validator Control to enable the validations in both the ends (server and client). User have another option to make use of partial rendering of pages for validation by using Ajax update panels control. However the later approach is troublesome and time consuming and is fully based on our host and network. Th built in validators are not allowed to be assigned for validation to any other controls like CheckBox since the ValidatedControlConverter will list only those webcontrols which can be validated. When creating your own validation control, you can enable the designer to display a list of controls that support validation controls. &lt;br /&gt; &lt;br /&gt;To learn how to use the control, please visit &lt;a href="http://znetcontrols.blogspot.com/2008/08/required-field-validator-for.html" class="externalLink"&gt;http://znetcontrols.blogspot.com/2008/08/required-field-validator-for.html&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>Ziyad6</author><pubDate>Thu, 14 Aug 2008 13:47:46 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080814P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/ZNetControls/Wiki/View.aspx?title=Home&amp;version=10</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;Free Asp.net 1.0 ZNet Controls - GridView with data grouping and indexing
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Extended GridView for with DataGrouping and Record Indexing, RequiredFieldValidator for CheckBoxList, etc.
&lt;/h1&gt; &lt;br /&gt;When we start writing apps in asp.net, we always get hold off if we miss some functionality that we desperately need to roll out the solution. And the case is true always when we write code with Asp.Net's GridView control... When i started with one of the developments (Web Portal), i was running into issues since i dont have those expected functionalities available in the classic asp.net 2.0 controls. I was being asked by the business owners to have grouping in the listing while display data. The only option left off is to go for third party components like infragistics and i have to shed dollars from my pocket to have it done. Having said that, i started thinking.. &amp;quot;Why can't i have a simple control extended from the classic to have those required functionalites instead buying..?&amp;quot;. There i started..And i became successfull in delivering the solution .Now the control is complete and i have few more ideas to be incorporated within the control, but in future. The control is free to use and distribute with no restrictions and royality. The current version has only GridView with grouping functionality based on DataKeys and record indexing, all with CSS styles....&lt;br /&gt; &lt;br /&gt;To learn how to use the control, please visit &lt;a href="http://znetcontrols.blogspot.com/2008/08/extended-gridview-for-aspnet-20-with.html" class="externalLink"&gt;http://znetcontrols.blogspot.com/2008/08/extended-gridview-for-aspnet-20-with.html&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Required Field Validator web server control for ChekBoxList in ASP.Net
&lt;/h1&gt; &lt;br /&gt;The ASP.Net Validator controls shipped by Microsoft .Net Framework (from 1.0 till 3.5) are very helpful for developers to implement form control validations, even for a novice developer with little knowledge on Javascript. However, it does lacks validators for some controls which are desperately needed for our day to day coding, say for instance CheckBox, CheckBoxList, etc. This article describes how to develop your own validator controls to validate any .net server controls with your own logics. Or broadly, how to extend a BaseValidator class with custom functionality?&lt;br /&gt; &lt;br /&gt;Required Field Validators are very popular among the .net validator controls. They works like a charm for Textbox, Dropdowns, FileUpload, etc. While writing any web form, say a feedback form or a registration form, we may have to use CheckBoxList controls to enable the user to ope multiple items from the list display. Here is the catch22. We dont have the validator...!. Instead, we should either write a lengthy code in javascript for client validation or use the Custom Validator Control to enable the validations in both the ends (server and client). User have another option to make use of partial rendering of pages for validation by using Ajax update panels control. However the later approach is troublesome and time consuming and is fully based on our host and network. Th built in validators are not allowed to be assigned for validation to any other controls like CheckBox since the ValidatedControlConverter will list only those webcontrols which can be validated. When creating your own validation control, you can enable the designer to display a list of controls that support validation controls. &lt;br /&gt; &lt;br /&gt;To learn how to use the control, please visit &lt;a href="http://znetcontrols.blogspot.com/2008/08/required-field-validator-for.html" class="externalLink"&gt;http://znetcontrols.blogspot.com/2008/08/required-field-validator-for.html&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>Ziyad6</author><pubDate>Thu, 14 Aug 2008 09:07:07 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080814A</guid></item><item><title>UPDATED RELEASE: ZNet Free Asp.net Controls v1.1 (Aug 13, 2008)</title><link>http://code.msdn.microsoft.com/ZNetControls/Release/ProjectReleases.aspx?ReleaseId=1403</link><description></description><author></author><pubDate>Thu, 14 Aug 2008 07:22:01 GMT</pubDate><guid isPermaLink="false">UPDATED RELEASE: ZNet Free Asp.net Controls v1.1 (Aug 13, 2008) 20080814A</guid></item><item><title>CREATED RELEASE: Extended GridView and Validator for CheckBoxList (Aug 13, 2008)</title><link>http://code.msdn.microsoft.com/ZNetControls/Release/ProjectReleases.aspx?ReleaseId=1403</link><description></description><author></author><pubDate>Wed, 13 Aug 2008 15:12:38 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: Extended GridView and Validator for CheckBoxList (Aug 13, 2008) 20080813P</guid></item><item><title>RELEASED: Extended GridView and Validator for CheckBoxList (Aug 13, 2008)</title><link>http://code.msdn.microsoft.com/ZNetControls/Release/ProjectReleases.aspx?ReleaseId=1403</link><description></description><author></author><pubDate>Wed, 13 Aug 2008 15:12:38 GMT</pubDate><guid isPermaLink="false">RELEASED: Extended GridView and Validator for CheckBoxList (Aug 13, 2008) 20080813P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/ZNetControls/Wiki/View.aspx?title=Home&amp;version=9</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;Free Asp.net 1.0 ZNet Controls - GridView with data grouping and indexing
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Extended GridView for Asp.Net 2.0 with Custom Grouping and Record Indexing 
&lt;/h1&gt; &lt;br /&gt;When we start writing apps in asp.net, we always get hold off if we miss some functionality that we desperately need to roll out the solution. And the case is true always when we write code with Asp.Net's GridView control... When i started with one of the developments (Web Portal), i was running into issues since i dont have those expected functionalities available in the classic asp.net 2.0 controls. I was being asked by the business owners to have grouping in the listing while display data. The only option left off is to go for third party components like infragistics and i have to shed dollars from my pocket to have it done. Having said that, i started thinking.. &amp;quot;Why can't i have a simple control extended from the classic to have those required functionalites instead buying..?&amp;quot;. There i started..And i became successfull in delivering the solution .Now the control is complete and i have few more ideas to be incorporated within the control, but in future. The control is free to use and distribute with no restrictions and royality. The current version has only GridView with grouping functionality based on DataKeys and record indexing, all with CSS styles....&lt;br /&gt; &lt;br /&gt;To learn how to use the control, please visit &lt;a href="http://znetcontrols.blogspot.com/2008/08/extended-gridview-for-aspnet-20-with.html" class="externalLink"&gt;http://znetcontrols.blogspot.com/2008/08/extended-gridview-for-aspnet-20-with.html&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Required Field Validator web server control for ChekBoxList in ASP.Net
&lt;/h1&gt; &lt;br /&gt;The ASP.Net Validator controls shipped by Microsoft .Net Framework (from 1.0 till 3.5) are very helpful for developers to implement form control validations, even for a novice developer with little knowledge on Javascript. However, it does lacks validators for some controls which are desperately needed for our day to day coding, say for instance CheckBox, CheckBoxList, etc. This article describes how to develop your own validator controls to validate any .net server controls with your own logics. Or broadly, how to extend a BaseValidator class with custom functionality?&lt;br /&gt; &lt;br /&gt;Required Field Validators are very popular among the .net validator controls. They works like a charm for Textbox, Dropdowns, FileUpload, etc. While writing any web form, say a feedback form or a registration form, we may have to use CheckBoxList controls to enable the user to ope multiple items from the list display. Here is the catch22. We dont have the validator...!. Instead, we should either write a lengthy code in javascript for client validation or use the Custom Validator Control to enable the validations in both the ends (server and client). User have another option to make use of partial rendering of pages for validation by using Ajax update panels control. However the later approach is troublesome and time consuming and is fully based on our host and network. Th built in validators are not allowed to be assigned for validation to any other controls like CheckBox since the ValidatedControlConverter will list only those webcontrols which can be validated. When creating your own validation control, you can enable the designer to display a list of controls that support validation controls. &lt;br /&gt; &lt;br /&gt;To learn how to use the control, please visit &lt;a href="http://znetcontrols.blogspot.com/2008/08/required-field-validator-for.html" class="externalLink"&gt;http://znetcontrols.blogspot.com/2008/08/required-field-validator-for.html&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>Ziyad6</author><pubDate>Wed, 13 Aug 2008 15:09:51 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080813P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/ZNetControls/Wiki/View.aspx?title=Home&amp;version=8</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;Free Asp.net 1.0 ZNet Controls - GridView with data grouping and indexing
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Extended GridView for Asp.Net 2.0 with Custom Grouping and Record Indexing 
&lt;/h1&gt; &lt;br /&gt;When we start writing apps in asp.net, we always get hold off if we miss some functionality that we desperately need to roll out the solution. And the case is true always when we write code with Asp.Net's GridView control... When i started with one of the developments (Web Portal), i was running into issues since i dont have those expected functionalities available in the classic asp.net 2.0 controls. I was being asked by the business owners to have grouping in the listing while display data. The only option left off is to go for third party components like infragistics and i have to shed dollars from my pocket to have it done. Having said that, i started thinking.. &amp;quot;Why can't i have a simple control extended from the classic to have those required functionalites instead buying..?&amp;quot;. There i started..And i became successfull in delivering the solution .Now the control is complete and i have few more ideas to be incorporated within the control, but in future. The control is free to use and distribute with no restrictions and royality. The current version has only GridView with grouping functionality based on DataKeys and record indexing, all with CSS styles....&lt;br /&gt; &lt;br /&gt;To learn how to use the control, please visit &lt;a href="http://znetcontrols.blogspot.com/2008/08/extended-gridview-for-aspnet-20-with.html" class="externalLink"&gt;http://znetcontrols.blogspot.com/2008/08/extended-gridview-for-aspnet-20-with.html&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>Ziyad6</author><pubDate>Tue, 05 Aug 2008 16:16:36 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080805P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/ZNetControls/Wiki/View.aspx?title=Home&amp;version=7</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;Free Asp.net 1.0 ZNet Controls - GridView with data grouping and indexing
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;&lt;h1&gt;
Extended GridView for Asp.Net 2.0 with Custom Grouping and Record Indexing 1
&lt;/h1&gt; &lt;br /&gt;When we start writing apps in asp.net, we always get hold off if we miss some functionality that we desperately need to roll out the solution. And the case is true always when we write code with Asp.Net's GridView control... When i started with one of the developments (Web Portal), i was running into issues since i dont have those expected functionalities available in the classic asp.net 2.0 controls. I was being asked by the business owners to have grouping in the listing while display data. The only option left off is to go for third party components like infragistics and i have to shed dollars from my pocket to have it done. Having said that, i started thinking.. &amp;quot;Why can't i have a simple control extended from the classic to have those required functionalites instead buying..?&amp;quot;. There i started..And i became successfull in delivering the solution .Now the control is complete and i have few more ideas to be incorporated within the control, but in future. The control is free to use and distribute with no restrictions and royality. The current version has only GridView with grouping functionality based on DataKeys and record indexing, all with CSS styles....&lt;br /&gt; &lt;br /&gt;To learn how to use the control, please visit &lt;a href="http://znetcontrols.blogspot.com/2008/08/extended-gridview-for-aspnet-20-with.html" class="externalLink"&gt;http://znetcontrols.blogspot.com/2008/08/extended-gridview-for-aspnet-20-with.html&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>Ziyad6</author><pubDate>Tue, 05 Aug 2008 16:16:23 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080805P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/ZNetControls/Wiki/View.aspx?title=Home&amp;version=6</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;Free Asp.net 1.0 ZNet Controls - GridView with data grouping and indexing
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;!Extended GridView for Asp.Net 2.0 with Custom Grouping and Record Indexing 1&lt;br /&gt; &lt;br /&gt;When we start writing apps in asp.net, we always get hold off if we miss some functionality that we desperately need to roll out the solution. And the case is true always when we write code with Asp.Net's GridView control... When i started with one of the developments (Web Portal), i was running into issues since i dont have those expected functionalities available in the classic asp.net 2.0 controls. I was being asked by the business owners to have grouping in the listing while display data. The only option left off is to go for third party components like infragistics and i have to shed dollars from my pocket to have it done. Having said that, i started thinking.. &amp;quot;Why can't i have a simple control extended from the classic to have those required functionalites instead buying..?&amp;quot;. There i started..And i became successfull in delivering the solution .Now the control is complete and i have few more ideas to be incorporated within the control, but in future. The control is free to use and distribute with no restrictions and royality. The current version has only GridView with grouping functionality based on DataKeys and record indexing, all with CSS styles....&lt;br /&gt; &lt;br /&gt;To learn how to use the control, please visit &lt;a href="http://znetcontrols.blogspot.com/2008/08/extended-gridview-for-aspnet-20-with.html" class="externalLink"&gt;http://znetcontrols.blogspot.com/2008/08/extended-gridview-for-aspnet-20-with.html&lt;span class="externalLinkIcon"&gt;&lt;/span&gt;&lt;/a&gt;&lt;br /&gt;
&lt;/div&gt;</description><author>Ziyad6</author><pubDate>Tue, 05 Aug 2008 16:15:59 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080805P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/ZNetControls/Wiki/View.aspx?title=Home&amp;version=5</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;Free Asp.net 1.0 ZNet Controls - GridView with data grouping and indexing
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;Extended GridView for Asp.Net 2.0 with Custom Grouping and Record Indexing &lt;br /&gt;When we start writing apps in asp.net, we always get hold off if we miss some functionality that we desperately need to roll out the solution. And the case is true always when we write code with Asp.Net's GridView control... When i started with one of the developments (Web Portal), i was running into issues since i dont have those expected functionalities available in the classic asp.net 2.0 controls. I was being asked by the business owners to have grouping in the listing while display data. The only option left off is to go for third party components like infragistics and i have to shed dollars from my pocket to have it done. Having said that, i started thinking.. &amp;quot;Why can't i have a simple control extended from the classic to have those required functionalites instead buying..?&amp;quot;. There i started..And i became successfull in delivering the solution .Now the control is complete and i have few more ideas to be incorporated within the control, but in future. The control is free to use and distribute with no restrictions and royality. The current version has only GridView with grouping functionality based on DataKeys and record indexing, all with CSS styles....&lt;br /&gt; &lt;br /&gt;To learn how to use the control, please visit &amp;lt;a href=&amp;quot;http://znetcontrols.blogspot.com/2008/08/extended-gridview-for-aspnet-20-with.html&amp;quot;&amp;gt;http://znetcontrols.blogspot.com/2008/08/extended-gridview-for-aspnet-20-with.html&amp;lt;/a&amp;gt;&lt;br /&gt;
&lt;/div&gt;</description><author>Ziyad6</author><pubDate>Tue, 05 Aug 2008 16:14:24 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080805P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/ZNetControls/Wiki/View.aspx?title=Home&amp;version=4</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;Free Asp.net 1.0 ZNet Controls - GridView with data grouping and indexing
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;Extended GridView for Asp.Net 2.0 with Custom Grouping and Record Indexing &lt;br /&gt;When we start writing apps in asp.net, we always get hold off if we miss some functionality that we desperately need to roll out the solution. And the case is true always when we write code with Asp.Net's GridView control... When i started with one of the developments (Web Portal), i was running into issues since i dont have those expected functionalities available in the classic asp.net 2.0 controls. I was being asked by the business owners to have grouping in the listing while display data. The only option left off is to go for third party components like infragistics and i have to shed dollars from my pocket to have it done. Having said that, i started thinking.. &amp;quot;Why can't i have a simple control extended from the classic to have those required functionalites instead buying..?&amp;quot;. There i started..And i became successfull in delivering the solution .Now the control is complete and i have few more ideas to be incorporated within the control, but in future. The control is free to use and distribute with no restrictions and royality. The current version has only GridView with grouping functionality based on DataKeys and record indexing, all with CSS styles....&lt;br /&gt; &lt;br /&gt;To learn how to use the control, please visit &amp;lt;a href=&amp;quot;http://znetcontrols.blogspot.com/2008/08/extended-gridview-for-aspnet-20-with.html&amp;quot;&amp;gt;http://znetcontrols.blogspot.com/2008/08/extended-gridview-for-aspnet-20-with.html&amp;lt;/a&amp;gt; &lt;br /&gt;
&lt;/div&gt;</description><author>Ziyad6</author><pubDate>Tue, 05 Aug 2008 16:13:51 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080805P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/ZNetControls/Wiki/View.aspx?title=Home&amp;version=3</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;Free Asp.net 1.0 ZNet Controls - GridView with data grouping and indexing
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;Extended GridView for Asp.Net 2.0 with Custom Grouping and Record Indexing &lt;br /&gt;When we start writing apps in asp.net, we always get hold off if we miss some functionality that we desperately need to roll out the solution. And the case is true always when we write code with Asp.Net's GridView control... When i started with one of the developments (Web Portal), i was running into issues since i dont have those expected functionalities available in the classic asp.net 2.0 controls. I was being asked by the business owners to have grouping in the listing while display data. The only option left off is to go for third party components like infragistics and i have to shed dollars from my pocket to have it done. Having said that, i started thinking.. &amp;quot;Why can't i have a simple control extended from the classic to have those required functionalites instead buying..?&amp;quot;. There i started..And i became successfull in delivering the solution .Now the control is complete and i have few more ideas to be incorporated within the control, but in future. The control is free to use and distribute with no restrictions and royality. The current version has only GridView with grouping functionality based on DataKeys and record indexing, all with CSS styles....&lt;br /&gt; &lt;br /&gt;To learn how to use the control, please visit http://znetcontrols.blogspot.com/2008/08/extended-gridview-for-aspnet-20-with.html &lt;br /&gt;
&lt;/div&gt;</description><author>Ziyad6</author><pubDate>Tue, 05 Aug 2008 16:13:19 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080805P</guid></item><item><title>UPDATED WIKI: Home</title><link>http://code.msdn.microsoft.com/ZNetControls/Wiki/View.aspx?title=Home&amp;version=2</link><description>&lt;div class="wikidoc"&gt;
&lt;b&gt;Resource Page Description&lt;/b&gt;&lt;br /&gt;Free Asp.net 1.0 ZNet Controls - GridView with data grouping and indexing
&lt;br /&gt; &lt;br /&gt; &lt;br /&gt;Extended GridView for Asp.Net 2.0 with Custom Grouping and Record Indexing &lt;br /&gt;When we start writing apps in asp.net, we always get hold off if we miss some functionality that we desperately need to roll out the solution. And the case is true always when we write code with Asp.Net's GridView control... When i started with one of the developments (Web Portal), i was running into issues since i dont have those expected functionalities available in the classic asp.net 2.0 controls. I was being asked by the business owners to have grouping in the listing while display data. The only option left off is to go for third party components like infragistics and i have to shed dollars from my pocket to have it done. Having said that, i started thinking.. &amp;quot;Why can't i have a simple control extended from the classic to have those required functionalites instead buying..?&amp;quot;. There i started..And i became successfull in delivering the solution .Now the control is complete and i have few more ideas to be incorporated within the control, but in future. The control is free to use and distribute with no restrictions and royality. The current version has only GridView with grouping functionality based on DataKeys and record indexing, all with CSS styles....&lt;br /&gt;
&lt;/div&gt;</description><author>Ziyad6</author><pubDate>Tue, 05 Aug 2008 16:12:11 GMT</pubDate><guid isPermaLink="false">UPDATED WIKI: Home 20080805P</guid></item><item><title>CREATED RELEASE: ZNet Free Asp.net Controls  v1.0 (Aug 05, 2008)</title><link>http://code.msdn.microsoft.com/ZNetControls/Release/ProjectReleases.aspx?ReleaseId=1370</link><description></description><author></author><pubDate>Tue, 05 Aug 2008 16:11:28 GMT</pubDate><guid isPermaLink="false">CREATED RELEASE: ZNet Free Asp.net Controls  v1.0 (Aug 05, 2008) 20080805P</guid></item></channel></rss>