<?xml version="1.0" encoding="utf-8"?><rss version="2.0"><channel><title>Tips and Tutorials</title><description></description><link>http://script.wareseeker.com/ASP-NET/Tips-and-Tutorials</link><item><title>ASP.NET 2.0: GridView Filtering</title><link>http://script.wareseeker.com/ASP-NET/asp.net-2.0-gridview-filtering.zip/3740</link><description>In this tutorial you will learn how to add a filter to a Grid View Control, To modify the query with a parameterized filter, the WHERE Clause, Parameter properties, Parameter Value Editor and To test</description><author>WareSeeker</author><category>Tips and Tutorials</category><pubDate>Sun, 04 Jun 2006 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP-NET/asp.net-2.0-gridview-filtering.zip/3740</guid></item><item><title>How to build ASP.NET Media Player Control 1</title><link>http://script.wareseeker.com/ASP-NET/how-to-build-asp.net-media-player-control-1.zip/30aea9f799</link><description>This tutorial explains how to play video on web page and how to build custom ASP.NET control that manages Windows Media Player on web page.</description><author>WareSeeker</author><category>Tips and Tutorials</category><pubDate>Sat, 06 Dec 2008 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP-NET/how-to-build-asp.net-media-player-control-1.zip/30aea9f799</guid></item><item><title>Custom Rendered Controls In ASP.NET 1</title><link>http://script.wareseeker.com/ASP-NET/custom-rendered-controls-in-asp.net-1.zip/30b82dcfd6</link><description>This tutorial explains how to render visual interface and add events to custom ASP.NET web control. Custom Web Controls are reusable controls with user defined behaviors. Custom web controls are simply classes which contains own methods, attributes,</description><author>WareSeeker</author><category>Tips and Tutorials</category><pubDate>Tue, 13 Jan 2009 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP-NET/custom-rendered-controls-in-asp.net-1.zip/30b82dcfd6</guid></item><item><title>GridView extras - DetailsView 1</title><link>http://script.wareseeker.com/ASP-NET/gridview-extras-detailsview-1.zip/30b833302d</link><description>This tutorial explains how to add a record, sort and divide data in DataGrid, and how to use DetailsView control. DetailsView class shows one single record in table form. Its used to give a view on all the details of any object selected by a GridView or</description><author>WareSeeker</author><category>Tips and Tutorials</category><pubDate>Thu, 09 Oct 2008 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP-NET/gridview-extras-detailsview-1.zip/30b833302d</guid></item><item><title>Importance of Coding Standards for .NET Development 1.0.0</title><link>http://script.wareseeker.com/ASP-NET/importance-of-coding-standards-for-.net-development-1.0.0.zip/30b835104b</link><description>A coding standard is a set of guidelines, rules and regulations on how to write code which will help programmers/developer quickly read and understand source code conforming to the style as well as helping to avoid introducing faults and</description><author>WareSeeker</author><category>Tips and Tutorials</category><pubDate>Fri, 15 Aug 2008 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP-NET/importance-of-coding-standards-for-.net-development-1.0.0.zip/30b835104b</guid></item><item><title>Introducing C# 3</title><link>http://script.wareseeker.com/ASP-NET/introducing-c-3.zip/30b847116b</link><description>This is the first of a four part series on C# 3.0. It covers type inference, also known as implicitly typed variables. It explains what type inference is, why it is useful and the performance consequences of using it. It also looks at implicitly typed</description><author>WareSeeker</author><category>Tips and Tutorials</category><pubDate>Tue, 18 Dec 2007 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP-NET/introducing-c-3.zip/30b847116b</guid></item><item><title>Data Source Controls in ASP.NET 2.0 1</title><link>http://script.wareseeker.com/ASP-NET/data-source-controls-in-asp.net-2.0-1.zip/30b84d11cb</link><description>Tutorial introduces a number of new Web controls designed for accessing and modifying data in ASP.NET 2.0. You can perform all common database related tasks like displaying, editing and updating the data with minimum effort. ASP.NET 2.0 has got some</description><author>WareSeeker</author><category>Tips and Tutorials</category><pubDate>Thu, 18 Oct 2007 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP-NET/data-source-controls-in-asp.net-2.0-1.zip/30b84d11cb</guid></item><item><title>Cross Page posting in ASP.NET 2.0 1</title><link>http://script.wareseeker.com/ASP-NET/cross-page-posting-in-asp.net-2.0-1.zip/30b84d71d1</link><description>Tutorial explains how to post data between web forms, using new Cross Page posting functionality. Keeping in view limitations in ASP.NET 1.x, Microsoft has reinstated Cross Page posting feature in ASP.NET 2.0. Many of us might not be aware of Cross</description><author>WareSeeker</author><category>Tips and Tutorials</category><pubDate>Fri, 12 Oct 2007 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP-NET/cross-page-posting-in-asp.net-2.0-1.zip/30b84d71d1</guid></item><item><title>Introduction to AJAX and Microsoft ASP.NET AJAX Framework 1</title><link>http://script.wareseeker.com/ASP-NET/introduction-to-ajax-and-microsoft-asp.net-ajax-framework-1.zip/30b84e61e0</link><description>Explains how to use AJAX to make more dynamic and responsive ASP.NET Web applications, which ultimately results in rich user experience. AJAX, an acronym for Asynchronous JavaScript And XML is a group of technologies like Java Script, XML, CSS, DOM,</description><author>WareSeeker</author><category>Tips and Tutorials</category><pubDate>Fri, 05 Oct 2007 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP-NET/introduction-to-ajax-and-microsoft-asp.net-ajax-framework-1.zip/30b84e61e0</guid></item><item><title>How to use TreeView control in ASP.NET 2.0 1</title><link>http://script.wareseeker.com/ASP-NET/how-to-use-treeview-control-in-asp.net-2.0-1.zip/30b84fb1f5</link><description>ASP.Net 2.0 introduces many new controls including a TreeView Control, which can be used to consume information from hierarchical data sources like an XML file and then display that information. In this tutorial, I am going to statically data bind the</description><author>WareSeeker</author><category>Tips and Tutorials</category><pubDate>Tue, 18 Sep 2007 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP-NET/how-to-use-treeview-control-in-asp.net-2.0-1.zip/30b84fb1f5</guid></item><item><title>Create HTML Image Maps Dynamically With .NET 1.0</title><link>http://script.wareseeker.com/ASP-NET/create-html-image-maps-dynamically-with-.net-1.0.zip/30b87d44ce</link><description>Ive been working on a financial reporting project lately and came upon the idea of bringing our charts from ChartFX.NET to life. The idea being that we could dynamically review each pixels color in the chart in order to generate an HTML image map on</description><author>WareSeeker</author><category>Tips and Tutorials</category><pubDate>Fri, 02 Jan 2004 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP-NET/create-html-image-maps-dynamically-with-.net-1.0.zip/30b87d44ce</guid></item><item><title>One Web.config For All Developers 1.0</title><link>http://script.wareseeker.com/ASP-NET/one-web.config-for-all-developers-1.0.zip/30b87e64e0</link><description>Working on a multi-developer ASP.NET project while sharing one web.config can be time consuming and troublesome. Usually, each developer may have path and other settings specific to their development machine, such as Database connection strings, paths,</description><author>WareSeeker</author><category>Tips and Tutorials</category><pubDate>Fri, 10 Sep 2004 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP-NET/one-web.config-for-all-developers-1.0.zip/30b87e64e0</guid></item><item><title>Creating multilingual websites - Part 2 1.0</title><link>http://script.wareseeker.com/ASP-NET/creating-multilingual-websites-part-2-1.0.zip/30b88044fe</link><description>With a solid foundation created in Part 1, we now turn our attention to more advanced topics. We�ll use context rewriting for some professional looking and hassle free state-management, talk about good database design with respect to multilingual</description><author>WareSeeker</author><category>Tips and Tutorials</category><pubDate>Mon, 23 Aug 2004 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP-NET/creating-multilingual-websites-part-2-1.0.zip/30b88044fe</guid></item><item><title>Creating multilingual websites - Part 1 1.0</title><link>http://script.wareseeker.com/ASP-NET/creating-multilingual-websites-part-1-1.0.zip/30b8807501</link><description>Extend the existing globalization capabilities of .Net to create flexible and powerful multilgual web sites. First create a custom ResourceManager and then create custom localized-capable server controls to easily deploy multilingual functionality.</description><author>WareSeeker</author><category>Tips and Tutorials</category><pubDate>Sat, 14 Aug 2004 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP-NET/creating-multilingual-websites-part-1-1.0.zip/30b8807501</guid></item><item><title>Creating Custom RSS Feeds � Part 1</title><link>http://script.wareseeker.com/ASP-NET/creating-custom-rss-feeds-part-1.zip/30b880d507</link><description>This article explains how to use the .NET XmlTextWriter class to create a custom RSS feed. I have decided to write this article in 2 parts. In this part, I will focus on creating the RSS feed and how to consume it from an asp.net page. In part 2, I will</description><author>WareSeeker</author><category>Tips and Tutorials</category><pubDate>Sun, 20 Jun 2004 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP-NET/creating-custom-rss-feeds-part-1.zip/30b880d507</guid></item><item><title>Creating Dropdown list control from Datasource 1</title><link>http://script.wareseeker.com/ASP-NET/creating-dropdown-list-control-from-datasource-1.zip/30b883452e</link><description>We will create a custom dropdown conrol using a datasource. This code provides us to fill a dropdrown list using a datasource. This code also displays us ASP.NET is easier than classical ASP to generate custom controls.</description><author>WareSeeker</author><category>Tips and Tutorials</category><pubDate>Mon, 27 Oct 2003 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP-NET/creating-dropdown-list-control-from-datasource-1.zip/30b883452e</guid></item><item><title>Introduction to C# Syntax Part 1 1</title><link>http://script.wareseeker.com/ASP-NET/introduction-to-c-syntax-part-1-1.zip/30b884c546</link><description>William Fawthrop (aka Informant) gives us his first .NET article in what promises to be a great new series of articles from him. The author specializes in .NET migration as well as creative solutions in the .NET framework. In this article: A C# Hello</description><author>WareSeeker</author><category>Tips and Tutorials</category><pubDate>Tue, 18 Feb 2003 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP-NET/introduction-to-c-syntax-part-1-1.zip/30b884c546</guid></item><item><title>MS SQL RD4 Encryption 1.0</title><link>http://script.wareseeker.com/ASP-NET/ms-sql-rd4-encryption-1.0.zip/30b8879573</link><description>This is a simple RD4 encryption stored procedure. Its nice because it uses the same procedure to encrypt and decrypt and it beats using a cast as varbinary.</description><author>WareSeeker</author><category>Tips and Tutorials</category><pubDate>Thu, 01 May 2003 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP-NET/ms-sql-rd4-encryption-1.0.zip/30b8879573</guid></item><item><title>Using Dreamweaver MX for Consuming Web Services in ASP.NET M</title><link>http://script.wareseeker.com/ASP-NET/using-dreamweaver-mx-for-consuming-web-services-in-asp.net-m.zip/30b888e588</link><description>Explains how Dreamweaver MX can be used to consume web services in ASP.NET for the visual environment. In detail, the &amp;quot;Local Time&amp;quot; web service from XMethods will be utilized.</description><author>WareSeeker</author><category>Tips and Tutorials</category><pubDate>Mon, 27 Jan 2003 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP-NET/using-dreamweaver-mx-for-consuming-web-services-in-asp.net-m.zip/30b888e588</guid></item><item><title>Visual Basic .NET Developer&amp;#39;s Guide to ASP.NET, XML and ADO.NET : Page Fram</title><link>http://script.wareseeker.com/ASP-NET/visual-basic-.net-developer-s-guide-to-asp.net-xml-and-ado.net-page-fram.zip/30b889458e</link><description>Sample chapter from &amp;quot;Visual Basic .NET Developers Guide to ASP.NET, XML and ADO.NET&amp;quot; on ASP.NET controls, code-behind, Page object, web controls, HTML controls and Page object reference.</description><author>WareSeeker</author><category>Tips and Tutorials</category><pubDate>Wed, 18 Dec 2002 00:00:00 +0700</pubDate><guid>http://script.wareseeker.com/ASP-NET/visual-basic-.net-developer-s-guide-to-asp.net-xml-and-ado.net-page-fram.zip/30b889458e</guid></item></channel></rss>