Ask a Question related to Dreamweaver AppDev, Design and Development.
-
Brandon Taylor #1
help with UserControl and enumeration in VB.NET
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
Brandon Taylor Guest
-
Event not firing in usercontrol inside usercontrol
I'm stumped on this problem. I've created a user control that dynamically creates 5 linkbuttons in the CreateChildControls method. Each of these... -
Enumeration in Component
I am using C# in Visual Studio to develop my own component. I inherited from System.ComponentModel.Component. I added a public variable that is a... -
files enumeration
Hi All, I tried to enumated all files under a specific directory (folder) by first calling MoreFilesX's FSGetDirectoryItems() then I use... -
WebControls enumeration
Is there enumeration for the WebControls? Thanks. -
Use LoadControl to load a usercontrol but the webcontrol in the usercontrol can not AutoPostBack
a uscontrol test.ascx have a dropdownlist web control the dropdownlist's AutoPostBack property is set "true" but when i use...



Reply With Quote

