one to many relationships

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hey all,
i have a dataset that has a customers tableadapter and an orders
tableadapter. i have a webform that has a dropdownlist bound to the customers
and and formview bound to the orders.

when i click Add the button for the formview on a respective customer the
insert template shows a writable textbox for the customer id. how do i make
that a read-only showing the dropdownlist's currently selected customer id?
seems like this should be an automatic thing.

thanks,
rodchar
 
What exactly are you asking? Normally you just write the label of the
data in the column and only show the DropDownList in edit mode.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top