Featured Articles |
Reader comments
Indexed links to tutorials, code snippets, and documentation from dotnet sites,
usenet forums and knowledge base articles. Link Count 84,000+ links.
Using the BaseValidator to get control values
A quick tip to get control values
Accessing Validators in JavaScript
A quick tip on accessing validators client side
.NET 2.0 downloads and information
Taking a look at what is offered in the new beta downloads
Events and C#: Part 2 Custom EventArgs
This article takes a look at creating your own EventArgs class
Events and C#: Part 1
Explaining Events and Event messaging in simple English, and learning how to create your first class with an event.
Transforming your XML with an XSL stylesheet created from a string in code-behind
Use this quick code to easily take an XSL stylesheet created from a string, and then
transform an XML document, and return the output from your code-behind.
Getting stored procedure information
Some quick code to getting stored procedure information
Removing lines from multiple files
This quick code looks at removing the first 10 lines from all files in a
directory.
More quick caching
Use this quick code to cache data using the Cache object.
A simple Windows Form to handle asynchronous communication along with a status bar message
This piece of quick code gives you a Base Windows Form that can be inherited by other forms for quick application development and reuse.
Quick Code: Deleting all files from a specific directory
Use this piece of quick code to delete all files in a specified directory
More DataGrid/Repeater Tips: Showing data from multiple tables effectively
Use DataRelations to easily show data from multiple tables and display the information in a grid or repeater control.
More DataGrid/Repeater Tips: Numbering rows in your grid
Check out this quick code to add numbered rows to your grid or repeater control.
XPath and XmlDocuments
A quick code example of using an XPath query with an XML document
Getting the width and height of your strings for dynamic images
Use this quick code to get the width and height of a string created dynamically.