Gridview with combobox whose data is dependent on field in gridview

W

wallermj

I am an inexperienced asp.net user starting my first app in asp.net. I
need to have a combobox field in my gridview whose data is filtered by
a field in that row. More specifically, I am to display all the
invoice numbers (there can be many) tied to the container number
displayed on the row. Each row has a different container number so in
each row the combobox will need to display different information. I
have found code to help me figure out how to populate the combobox, but
I can't find anything out there that has an example of a combobox on a
gridview that has unique values in the combobox for each row, tied to
data in that row.

Thanks in advance for any help.
 
W

wallermj

Thank you for your response, but I don't see the relationship between
the sample that you sent and my question. This might be because I am
new to asp.net. What I want is for the dropdownlist to be in my
gridview and the data in the dropdownlist for each row to be unique
based on the key value for the row.

Again thanks for your reply and the site you referrenced should be
helpful to me in the future.
 

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

Top