Home All Groups Group Topic Archive Search About

drop down inside a datagrid example? (windows forms, not asp)

Author
31 Jan 2006 6:04 PM
Scott Emick
Does anyone have a good example of how I can databind my datagrid to a
datasource and have one of my columns be a drop down that references a
related table (foreign key)?

Thanks

Scott

--
Scott Emick
Web Programmer
Fox International
Remove the ham from mail address if it's not spam

Author
31 Jan 2006 7:24 PM
Cor Ligthert [MVP]
Scott,

Take this side and search for "combobox" as a drop down binded to data is
called in windowforms

http://www.vb-tips.com/default.aspx

I hope this helps,

Cor