RSS

Tag Archive | "asp"

Visual Gallery – A free simple photo gallery

Saturday, December 27, 2008

Comments Off

Visual Gallery- A free ASP.NET image gallery created by Cesar F Quinteros. It generates square thumbnails on the fly and is ideal for a small, personal image gallery.

Continue reading...

If, else, elseif, statements

Sunday, August 17, 2008

Comments Off

Simple use of conditional statements.

Continue reading...

Request.Querystring()

Sunday, August 17, 2008

Comments Off

Simple use of Request.Querystring

Continue reading...

Using configSource

Sunday, August 17, 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()

Friday, August 15, 2008

Comments Off

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

Continue reading...

Changing MasterPageFile

Thursday, August 14, 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...

Setting And Getting Public Properties

Monday, August 11, 2008

Comments Off

A simple example of setting and getting public properties.

Continue reading...