Ask a Question related to ASP.NET General, Design and Development.
-
blenderdude #1
binding to a dropdown control
I would like to bind a list of items to a drop down control and then
bind the selectedvalue to a row from a different table. Is it possible
to do this with just databinding? I can populate the drop down ok, its
binding the selected value that causes problems.
For example say you had a list of states in the tblstates table. You
load these into the dropdown. And then you want to select the correct
state from the proper record in the tblContacts table.
Currently I would have to populate the control with a databind and
then manually select the proper state.
Thanks,
Mike
blenderdude Guest
-
How to display a property of a custom control with a dropdown styl
Hello, I have written my own custom control and I want one of its properties to display as a dropdown list when clicked, so the user can select... -
please help me with a Dropdown selectindexchange event into a custom control
Hello, Im inserting a dropdownlist into a custom control, I fills it up, change the autopostback property to true, and finally assign the handler... -
binding user control to Repeater web control
Hi, I have designed a user control which exposes properties for data binding in the containing web page, and I want to use the Repeater web... -
dropdown list in custom control not persiting databind
testMy Custom Control doesn't has a drop down that pulls it's information from another class that I use to get generic here's the anotated version... -
One DROPDOWN SELECT control can it fill in 2 textboxes?
Hello dear PHP users, I have a form with text boxes and a dropdown menu with names of cities The adjacent textbox fills by the help of a...



Reply With Quote

