Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Jereme #1
Dynamically create controls from a network directory tree
I'm trying to create a search page with msIndex service
and i want the user to be able to select the directories
they would like to search within. I have a directory tree
on the network share and I want the controls to start at
point (A) and search within Point (A) and dynamically
create the Checkbox controls on the Folders (Shallow only)
within the directory.
any help would be of value.
Jereme Guest
-
Create User Controls dynamically
Howdy, I have a user control that needs to be displayed X amount of times on one page. How is this done? I was thinking of putting it into a... -
change into a directory to create other folders/directory
I need to create sub folders in a parent folder.. i have ... <cfset session.parentdir = "e:\mainstuff\"> <cfdirectory action="create"... -
Dynamically loading Tree View controls
(Type your message here) Hi I have two tree view controls on my aspx page and the user canopen multiple tree view controls if he so desires. I... -
Dynamically create controls with non-hierarchical IDs
You could add a Name attribute to the control and use GetElementsByName to find it. Dale "Simon Wallis"... -
How do I dynamically create user controls?
Thanks for any help...! My error is: Object reference not set to an instance of an object. Here's the setup: I have made a user control...



Reply With Quote

