RSS

Archive | ASP.NET RSS feed for this section

Adding expire tags to your CSS and JavaScript files

1. January 2009

6 Comments

Adding expiration headers to PHP/ASP files.

Continue reading...

If, else, elseif, statements

17. August 2008

0 Comments

Simple use of conditional statements.

Continue reading...

Request.Querystring()

17. August 2008

0 Comments

Simple use of Request.Querystring

Continue reading...

OleDb – Simple Database Databinding

17. August 2008

0 Comments

Binding database data to a gridview using a datareader.

Continue reading...

Using configSource

17. August 2008

0 Comments

Example of how to allocate an external config file with connection string information to your main config file allowing you to harness the power of a more intricate way to manage user permissions.

Continue reading...

String vs. String()

15. August 2008

0 Comments

Something great I noticed about the difference of dimming as String and as String().

Continue reading...

Changing MasterPageFile

14. August 2008

0 Comments

This snippet is from a web app I was developing in ASP.NET that had to have the ability to switch skins upon the administrator's command.

Continue reading...

Reading an html file

12. August 2008

0 Comments

A sweet and simple way to load a file's text into a textarea control.

Continue reading...

Setting And Getting Public Properties

11. August 2008

0 Comments

A simple example of setting and getting public properties.

Continue reading...