Ask a Question related to ASP.NET Building Controls, Design and Development.
-
Christopher Calhoun #1
HELP Generating ConnectionString Property from the Designer
This functionality is implemented in the SQLConnection control in the
connectionstring property. I am Building a custom control from an inherited
base class. (datagrid)
I have exposed a property for a connectionstring which I want the user of
this control to be able to use the way the connectionstring property is
implemented in the designer for the SQLConnection control.
Does anyone know how to invoke the designer property dropdown functionality
that builds a connection string from DataLinks?
Any help on this is GREATLY appreciated.
Thanks in advance!
Christopher Calhoun Guest
-
Generating the *.aspx.designer.vb Files
I have an ASP.NET application in which I register several of my usercontrols in the Web.config file's... -
Control Designer change property but does not persist
Hi All, I'm developing a custom control for ASP.NET (2.0 but this shouldn't matter). I've got a property PageID (Guid) in this control: ... -
Designer Font Property
I've had some success using the designer to configure my control. However, I'm having some trouble getting the designer to write code for the... -
nested collection property VS designer error
Hi, i've made a webcontrol (treeview) that have a Nodes (collection ) property. This collection handles objects of Node type . Each Node have... -
URGENT!!! Generating a connetionstring property from the designer...
This functionality is implemented in the SQLConnection control in the connectionstring property. I am Building a custom control from an inherited... -
John Saunders #2
Re: HELP Generating ConnectionString Property from the Designer
"Christopher Calhoun" <calhoun_chris@hotmail.com> wrote in message
news:OgnKVNP4DHA.2468@TK2MSFTNGP09.phx.gbl...inherited> This functionality is implemented in the SQLConnection control in the
> connectionstring property. I am Building a custom control from anfunctionality> base class. (datagrid)
>
> I have exposed a property for a connectionstring which I want the user of
> this control to be able to use the way the connectionstring property is
> implemented in the designer for the SQLConnection control.
>
> Does anyone know how to invoke the designer property dropdownChristopher,> that builds a connection string from DataLinks?
I don't have an answer for you (seems to be a trend today), but I do want to
mention that we use a control that has a connection string property. I hate
it! It's different from every other control we use. Instead of using a
connection string, this control should expose DataSource and DataMember
properties, "just like everyone else".
Now, perhaps your control actually needs to use a connection string and
cannot use a DataSource/DataMember pair.
--
John Saunders
John.Saunders at SurfControl.com
John Saunders Guest



Reply With Quote

