Hello all,

I've got limited experience with VB.NET, so please bear with me...

I have a user control that has an Enumeration, "renderMode" which has the
values: "normal" and "admin".

Values loaded into the user control are based on the value of renderMode.
Here's what I would like to accomplish:

1. Set the default value of "renderMode" to "normal" if a certain
querystring value is not present.
2. If the control is loaded and a certain querystring value is present, set
the value of "renderMode" to "admin"

Can someone please give me some pointers? I'd REALLY appreciate it!

TIA,
Brandon