RSS

Archive | Code RSS feed for this section

If, else, elseif, statements

17. August 2008

Comments Off

Simple use of conditional statements.

Continue reading...

Request.Querystring()

17. August 2008

Comments Off

Simple use of Request.Querystring

Continue reading...

OleDb – Simple Database Databinding

17. August 2008

Comments Off

Binding database data to a gridview using a datareader.

Continue reading...

Using configSource

17. August 2008

Comments Off

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

Comments Off

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

Continue reading...

Changing MasterPageFile

14. August 2008

Comments Off

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

Comments Off

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

Comments Off

A simple example of setting and getting public properties.

Continue reading...

Loops: break & continue statements

26. July 2008

Comments Off

Simple and easy to understand explanations of loop, break, and continue statements.

Continue reading...

Loops

25. July 2008

Comments Off

Examples of While, Do While, and For loops.

Continue reading...