Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Robin Shaw #1
Accessing ADO.NET Data Controls on a Web Page from custom control at Design Time
Hi
I'm building a custom control that requires a SQL Connection. I would like
to be able to display a list of SQL Connection Data Controls on a web page
at design time so the developer can wire up the custom control to a standard
SQL connection data control.
Problem is that the Data controls do not appear in the Page.controls
collection and seem to reside above the Page object of the WebForm.
At design time I can get hold of the page object the custom control is
dropped on.
Does anybody know how to get a handle on the data control objects dropped on
a web form at design time?
Cheers
Robin
Robin Shaw Guest
-
Design Time Support for custom User Controls
Is there any way to get the UserControl designer(or my own designer) to create a class other than UserControl at design time? Or to find out what... -
Discovering CSS refs in page custom control resides during design time.
Hi, I have custom controls that let developers apply CSS styles depending on the state of the control. They can do this at run-time and also at... -
Add controls to my custom control with tags in HTML design view
I have created a custom control but would like to add other controls to it at design time. I want to be able to put custom control tags inside the... -
Custom Control design time access to SQLConnection on Web Page
Hi I'm developing a server web control and it requires a SQLConnection object. Is there a way at design time to display a list of available... -
Using Table control in a custom composite control. Control does not render properly in design time.
All, I have written a very simple custom composite control that includes a control of type System.Web.UI.WebControls.Table. The control...



Reply With Quote

