Hire my services

If you would like to hire my services, you can now do so by visiting the following link:

http://mdssolutions.co.uk

Article Statistics

ArticlesLatest Entry
2121-May-2008

Code Bank Statistics

CategoryTipsLatest Entry
Applications420-Feb-2008
Cache118-Apr-2007
Controls926-Jul-2007
CSS107-Sep-2007
Database428-Aug-2007
Dates128-Aug-2007
Email105-Mar-2007
Files123-Apr-2007
HTML101-Mar-2007
Images226-Mar-2007
Pages115-Oct-2007
Sessions122-Nov-2007
SQL Server1518-Mar-2008
Strings309-May-2007
Skip Navigation LinksHome > Articles
Image to turn on paging View RSS Feed for articles

LessThanDot launching 1st June 2008

Summary: The IT Community of the 21st Century: LessThanDotSocialize it

Read More...

Convert HTML tables to a DataSet

Summary: An example of how we can extract data from HTML tables and create a DataSet object containing this data.Socialize it

Read More...

Access Master Page controls from the Content Page

Summary: An example of how you can get or set the values of a control on the Master Page from one of your content pages.Socialize it

Read More...

Reference files with relative paths

Summary: An example of how to reference files based on the root path of the application.Socialize it

Read More...

Using CLR to access .NET functions in SQL Server

Summary: An example of how we can create a function in .NET and then use them in SQL Server.Socialize it

Read More...

Using Generics to create a property list

Summary: An example of how the System.Collections.Generic namespace can allow us to create a Property which can be added to, referred to by index and also iterated.Socialize it

Read More...

Drawing images and bar charts with System.Drawing

Summary: An example of how we can create an image and even bar charts by using the System.Drawing namespace.Socialize it

Read More...

Add paging to a repeater

Summary: An example of how we can add paging to a repeater control by using a PagedDataSource.Socialize it

Read More...

An introduction to classes and properties

Summary: A beginners guide to creating classes and propertiesSocialize it

Read More...

Read and display a text file

Summary: An example of how we can read a text file and bind it's contents to a GridView controlSocialize it

Read More...

Display Version Information

Summary: An example of how we can use an AssemblyInfo file to show version information on our pageSocialize it

Read More...

Retrieve data from a web page

Summary: An example of how we can make a request to a web page and retrieve the resulting HTMLSocialize it

Read More...

Append client side functions with Attributes.Add

Summary: The Attributes.Add method can be used to add and append client side functions.Socialize it

Read More...

Add a total row to a GridView

Summary: An example of how to create a re-usable function to add a total row to a GridViewSocialize it

Read More...

How to export a GridView to Excel

Summary: A simple look at how you can easily add "Export To Excel" functionality to your GridView.Socialize it

Read More...

Use Response.Filter to intercept your HTML

Summary: You can use Response.Filter to get a reference to the final HTML that will be sent to the clientSocialize it

Read More...

Create an RSS Feed

Summary: Add an RSS Feed to your siteSocialize it

Read More...

Data Caching

Summary: An example of how you can cache data within your application.Socialize it

Read More...

Keyboard Navigation

Summary: How to make your site accessible by including keyboard navigation.Socialize it

Read More...

XHTML Strict Validation

Summary: ASP.NET 2.0 has problems when trying to validate a XHTML 1.0 Strict page using the W3 validation service.Socialize it

Read More...

Use C Sharp and VB.NET in the same project

Summary: Use C# and VB.NET classes in the same ASP.NET applicationSocialize it

Read More...