Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Subramanian Ramachandran via .NET 247 #1
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 havecreated an ascx out of this treeview control and a couple ofother buttons with it and use LoadControl to dynamically createnew tree window. My problem is that when the user tries to drilldown on the dynamically created window, the existing tree windowalso gets drilled down. How to solve this problem?
--------------------------------
From: Subramanian Ramachandran
-----------------------
Posted by a user from .NET 247 ([url]http://www.dotnet247.com/[/url])
<Id>pRhZh7nxI0aZs6D/Q+AgMQ==</Id>
Subramanian Ramachandran via .NET 247 Guest
-
Add web controls to tree view webcontrol
Hi we are using VS2005 beta 2 and the new tree view control. I have added 3 radio buttons (html controls) to every node as the node text, but... -
Maintaining View State For Dynamically Created Controls
I am building a custom control that I want to server as a container for child controls that can be dynamically added to this control. I can persist... -
Loading controls dynamically + passing parameters
Hi, I can use following syntax to add user controls directly to my pages : <XYZ:myControl parameter1="value1" parameter2="value2"... -
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.... -
Loading a user controls in Design View
Not sure I understand you fully, but it sounds like you want to build a custom Designer for your control. If so, see: ...



Reply With Quote

