| Working With Server Variables in ASP.NET |
| DotNetJunkies |
| Even though the title of this article is "Working With Server Variables" we will be going over more, namely the NameValueCollection class. We'll be using the NameValueCollection class to illustrate how you can load a Name/Value collection into it and easily search it to retrieve desired values. This article is broken up into the following sections: |
|
| Working With Server Variables in ASP.NET |
| DotNetJunkies |
| Even though the title of this article is "Working With Server Variables" we will be going over more, namely the NameValueCollection class. We'll be using the NameValueCollection class to illustrate how you can load a Name/Value collection into it and easily search it to retrieve desired values. This article is broken up into the following sections: |
|
| Working with String Resources |
| Egg Head Cafe |
| This short article will have a narrow focus - how to create a string resource file, and how to use it. |
|
| Working With Tab Control |
| C# Corner |
| I was actually trying to explore how to work with tabs. It seemed pretty easy so I thought of venturing further and giving each of my tab-pages a meaningful look. And there it goes. I landed up building a small application which would help you in learning the different aspects of C# programming right from how to work with a user-control and to connect to a database which my first tab-page shows (and so does this article). |
|
| Working with the Timer Control in VB.NET |
| C# Corner |
| The Timer control allows you to set a time interval to execute an event after that interval continuously. It is useful when you want to execute certain applications after a certain interval. |
|
| Writing a Days of the Week Selector Control |
| http://aspalliance.com/ |
| In this article I'll describe the process I went through to create a control for choosing days of the week. The need driving this is the creation of an admin program that allows certain tasks to be scheduled for certain days of the week, a la Windows Scheduled Tasks. |
|
| WYSIWYG Editor for ASP.net |
| http://www.paul-abraham.com/ |
| WYSIWYG Editor for ASP.net |
|
| XML Classes from Web Services |
| XML Magazine |
| Although Web services can be used to return simple types such as integers and strings, I'll focus on how different XML-related classes found in the .Net platform can be returned from Web services to allow consuming clients to integrate the data received into an application using technologies such as XSLT. After introducing a simple example of how the XmlDocument and XmlNode classes can be returned, I'll walk you through a news filter Web service that demonstrates why and when you may want to return these object types from a Web Service. |
|
| Xml Counter |
| Master C# |
| Everyone wants to know how many people and from where are visiting their pages (including Me) . A component without which any website is incomplete is a good Counter which helps the Web Developer to track the viewers and the viewers trend. |
|
| Xml Counter 4 |
| Master C# |
| Page Counter - Everyone wants to know how many people and from where are visiting their pages (including Me) . A component without which any website is incomplete, is a good Counter which helps the Web Developer to track the viewers visiting his site. To meet this requirement I have developed a Counter in ASP.NET, since I have access only to free resources in have used XML as my database to store the visitor information. |
|
| XML Documentation Using C# Compilers |
| C#Today |
| In this article, Salim Naim takes a look at XML documentation using C# compilers, a useful solution to the often tedious process of documenting code. Documentation is very important, particularly when a developer has to work with another developer's code. The advent of XML documentation is a big help in this area. |
|
| XMLHelper REDUX and IE WebBrowser Control |
| Egg Head Cafe |
| "Xmlhelper" basically is a class that attempts to encapsulate some of the most common methods used in working with XML and to provide an additional layer of abstraction, making these tasks easier. I downloaded XMLHelper and saw that Rob had really put quite a bit into it. However, I needed to do things like XSL transforms and Schema validation and none of that stuff was in there. Rather than roll my own, I decided it would be better to extend Rob's excellent foundation, add to it, and then make it available to others to do the same. |
|
| XSLT / XML / C# |
| C# Help |
| In this article the author shows how to apply
XSLT to data coming from a database in XML format. |
|
| YASS - Yet Another Site Searcher |
| The Code Project |
| A small single site Webcrawler with built-in scheduler. |
|
| Your First ASP.NET User Control |
| FLWS.com.au |
| Basically User Controls (.ascx files) allow you to bundle up a group of Server Controls and mix them with some custom logic to perform some sort of repetitive task. What you end up with is a Black (or White) box style control, with properties and methods that you can re-use across your site. |
|