Click here to Skip to main content
15,886,606 members
Home / Discussions / C#
   

C#

 
QuestionPreventing moving a toolstrip from one toolstripcontainer to another Pin
RobMaddison13-Mar-08 7:32
RobMaddison13-Mar-08 7:32 
QuestionHow to save drawing from picture box drawn in GDI+ into bmp file type? Pin
yuenli13-Mar-08 5:54
yuenli13-Mar-08 5:54 
AnswerRe: How to save drawing from picture box drawn in GDI+ into bmp file type? Pin
led mike13-Mar-08 6:09
led mike13-Mar-08 6:09 
GeneralRe: How to save drawing from picture box drawn in GDI+ into bmp file type? Pin
leppie13-Mar-08 8:33
leppie13-Mar-08 8:33 
AnswerRe: How to save drawing from picture box drawn in GDI+ into bmp file type? Pin
Skippums13-Mar-08 6:55
Skippums13-Mar-08 6:55 
GeneralRe: How to save drawing from picture box drawn in GDI+ into bmp file type? Pin
yuenli13-Mar-08 13:43
yuenli13-Mar-08 13:43 
GeneralRe: How to save drawing from picture box drawn in GDI+ into bmp file type? Pin
KaptinKrunch13-Mar-08 17:11
KaptinKrunch13-Mar-08 17:11 
GeneralEditing ComboBox with DataSource Pin
polishprogrammer13-Mar-08 5:44
polishprogrammer13-Mar-08 5:44 
I have a database that has one table (let's call it Cyl) that has several fields "linked" to other reference tables. The associated database editing application allows the user to enter new records for through a combination of textboxes and comboboxes. The comboboxes have as their datasource the linked tables. So, the user can select an item for the new record from a pre-set list of items stored in one of the other tables. The "linked" comboboxes are databound to the source datatable (Cyl) on the SelectedValue property and their datasource and value member are the linked tables values.

This works well unless the user needs to input data for a field in the Cyl table that is not currently present in one of the linked tables (let's say a Cust table). In that case, I can get the software to save the Cust field data even if the entry for the Cust field is not in the related Cust table, but the data does not display correctly on the form because the Cust field in the Cyl table is bound to the SelectedValue of the Cust combobox and if the entry for the Cust field is not represented in the Cust table, there is no value in Cust combobox.

So, basically what I need is to have the a field from one table, say the Cust table, loaded into a combobox that users will use to enter data for a field in another table while still allowing the user to enter data that is not in the Cust table.

I hope this question makes sense.

Thanks.
GeneralToolbox icon for user control Pin
hain13-Mar-08 5:25
hain13-Mar-08 5:25 
GeneralRe: Toolbox icon for user control Pin
led mike13-Mar-08 5:37
led mike13-Mar-08 5:37 
GeneralRe: Toolbox icon for user control Pin
hain13-Mar-08 5:44
hain13-Mar-08 5:44 
GeneralRe: Toolbox icon for user control Pin
led mike13-Mar-08 6:05
led mike13-Mar-08 6:05 
GeneralRe: Toolbox icon for user control [modified] Pin
hain13-Mar-08 6:17
hain13-Mar-08 6:17 
GeneralRe: Toolbox icon for user control Pin
led mike13-Mar-08 8:16
led mike13-Mar-08 8:16 
GeneralRe: Toolbox icon for user control Pin
leppie13-Mar-08 8:30
leppie13-Mar-08 8:30 
GeneralRe: Toolbox icon for user control Pin
hain13-Mar-08 10:17
hain13-Mar-08 10:17 
GeneralRe: Toolbox icon for user control Pin
hain13-Mar-08 10:20
hain13-Mar-08 10:20 
GeneralUnable to connect to Web Service Pin
Manoj Sethi13-Mar-08 5:01
Manoj Sethi13-Mar-08 5:01 
GeneralRe: Unable to connect to Web Service Pin
Muhammad Gouda13-Mar-08 5:04
Muhammad Gouda13-Mar-08 5:04 
GeneralRe: Unable to connect to Web Service Pin
James J. Foster13-Mar-08 6:46
James J. Foster13-Mar-08 6:46 
GeneralRe: Unable to connect to Web Service Pin
Skippums13-Mar-08 6:46
Skippums13-Mar-08 6:46 
GeneralRe: Unable to connect to Web Service Pin
leppie13-Mar-08 10:57
leppie13-Mar-08 10:57 
GeneralErrors with typecasting Pin
Leo Smith13-Mar-08 4:55
Leo Smith13-Mar-08 4:55 
GeneralRe: Errors with typecasting Pin
Gareth H13-Mar-08 5:04
Gareth H13-Mar-08 5:04 
GeneralRe: Errors with typecasting Pin
Leo Smith13-Mar-08 6:00
Leo Smith13-Mar-08 6:00 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.