Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Pradeep Kumar C #1
Building child controls on Design Time
Hi ,
I am trying to create a custom control similar to datagrid.Grid contain
some thing like data column where i am able to add column during design time
using VS.NET 2003 collection editor , but on clicking the save button the
corresponding innercontrol is not return on the aspx page. But I can
instantiate the corresponding control details in the code behind page.
It will be appreciable if any body can give a solution for this.
Thanks and Regards,
Pradeep
Pradeep Kumar C Guest
-
Skin not applied at design time for CompositeComponent child contr
I am using Visual Studio 2008 and I have a very simple custom web server control class named TestControl. The class inherits from CompositeControl,... -
Control.Controls bug? Control's child controls missing at the run time.
Hello, ..NET 1.1/VB.NET: I have a custom web control Public Class DatePicker Inherits Control Implements INamingContainer -
Add controls DESIGN Time.
Hi All. I would like to know, HOW can I add control (textboxes) etc to my web form in design time? I have tried everything... someone @ MS should... -
Get Child Controls at design-time
I have a Webcontrol that was supposed to act like a panel control. I manipulated a TemplatedControlDesigner to make an "Edit mode". I save my... -
Composite WebControl -- Child Control Property Persistance at Design-time
Hi, I seen, this asked a number of times at this group but still have not seen any complete/rectified/fixed code. I have created a Composite... -
Steven Cheng[MSFT] #2
RE: Building child controls on Design Time
Hi Pradeep,
Not sure what's your detailed code for the certain control. But I think you
can have a look at the TreeView control(IE WebControls)'s source code for
reference since the IE WebControl's code are all open source. The TreeView
has a "Nodes" member collection wihch may be similiar to your question.
You can download the IE WebControl's source at [url]http://www.asp.net[/url]
also, here are some other tech articles on asp.net web control dev and
designtime support:
#HOW TO: Create a Web Control with an Expandable Property in the Designer
by Using Visual C# .NET
[url]http://support.microsoft.com/?id=324301[/url]
#Templated Data-Bound Control Sample
[url]http://msdn.microsoft.com/library/en-us/cpguide/html/cpcontemplateddatabound[/url]
controlsample.asp?frame=true
#PersistenceMode Enumeration
[url]http://msdn.microsoft.com/library/en-us/cpref/html/frlrfsystemwebuipersisten[/url]
cemodeclasstopic.asp?frame=true
Thanks.
Regards,
Steven Cheng
Microsoft Online Support
Get Secure! [url]www.microsoft.com/security[/url]
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
Get Preview at ASP.NET whidbey
[url]http://msdn.microsoft.com/asp.net/whidbey/default.aspx[/url]
Steven Cheng[MSFT] Guest



Reply With Quote

