P
Phenom
I have a form that a user can enter an ID number, pull the data back
and edit and update the data. So far, any simple controls, such as text
boxes work.
I have 4 controls that are dropdownlists populated by a database. I
would like to keep these dropdownlists populated by the database, but
if the dataset returns a value, I would like that value to become the
selectedvalue for the drop downs.
I know how to do this in ASP, but so far when I search the internet for
info on ado.net/asp.net I don't find any way to reference a specific
column in a dataset.
Is this possible? Can you point me somewhere that shows an example of
this or post a brief example in response?
Thanks in advance.
and edit and update the data. So far, any simple controls, such as text
boxes work.
I have 4 controls that are dropdownlists populated by a database. I
would like to keep these dropdownlists populated by the database, but
if the dataset returns a value, I would like that value to become the
selectedvalue for the drop downs.
I know how to do this in ASP, but so far when I search the internet for
info on ado.net/asp.net I don't find any way to reference a specific
column in a dataset.
Is this possible? Can you point me somewhere that shows an example of
this or post a brief example in response?
Thanks in advance.