Click here to Skip to main content
15,913,282 members
Home / Discussions / C#
   

C#

 
Questiontransfering information from form to form Pin
dsl/fahk19-Dec-06 15:57
dsl/fahk19-Dec-06 15:57 
AnswerRe: transfering information from form to form Pin
Tarakeshwar Reddy19-Dec-06 18:22
professionalTarakeshwar Reddy19-Dec-06 18:22 
AnswerRe: transfering information from form to form Pin
Christian Graus19-Dec-06 18:27
protectorChristian Graus19-Dec-06 18:27 
QuestionHow to reference the dynamically generate textbox ID Pin
MyRunner19-Dec-06 12:22
MyRunner19-Dec-06 12:22 
AnswerRe: How to reference the dynamically generate textbox ID Pin
Guffa19-Dec-06 13:48
Guffa19-Dec-06 13:48 
GeneralRe: How to reference the dynamically generate textbox ID Pin
MyRunner20-Dec-06 4:52
MyRunner20-Dec-06 4:52 
AnswerRe: How to reference the dynamically generate textbox ID Pin
Guffa20-Dec-06 6:22
Guffa20-Dec-06 6:22 
QuestionSemi-Complicated Databinding Issue Pin
Drew McGhie19-Dec-06 11:22
Drew McGhie19-Dec-06 11:22 
I'm having an issue with the changes made to combobox selections being pushed back to a datatable. Hopefully I'll be able to explain things enough to at least get some help.

I have two comboboxes on a form. Each has its dataSource set to a pre-populated table in a dataset. Upon selection of a value in the first one, I change the DataTable.DefaultView.RowFilter on the second combobox's source table to filter the table and only display relevant selctions.

I also have a table which is meant to save the values selected in those two comboboxes. I declare a BindingSource, and set its dataSource to a third table in the dataset. I DataBind the comboboxes' SelectedValue property to the appropriate columns in the 3rd datatable.

Here's my issue.
Upon selecting a value in the first combobox, and then hitting the button that calls .EndEdit on the binding source, only the first combobox's value is moved back into the datatable, and the new second combobox's value is not.

I can select a value in the first, and then re-select the new filtered value, and that will result in a proper binding back to the datatable.

I'm looking for assistance on how to tell the bindingsource to process the new filtered value in the second combobox, since the user has not actually changed the value itself.

Any suggestions?
AnswerRe: Semi-Complicated Databinding Issue Pin
GirishKB19-Dec-06 20:10
GirishKB19-Dec-06 20:10 
GeneralRe: Semi-Complicated Databinding Issue Pin
Drew McGhie20-Dec-06 7:58
Drew McGhie20-Dec-06 7:58 
Questionn-tier design Pin
fmardani19-Dec-06 11:06
fmardani19-Dec-06 11:06 
AnswerRe: n-tier design Pin
Ravi Bhavnani19-Dec-06 11:33
professionalRavi Bhavnani19-Dec-06 11:33 
AnswerRe: n-tier design Pin
il_masacratore19-Dec-06 20:24
il_masacratore19-Dec-06 20:24 
AnswerRe: n-tier design Pin
jhwurmbach20-Dec-06 3:37
jhwurmbach20-Dec-06 3:37 
QuestionCreating an instance using late bindng Pin
Tom.sikes@hp.com19-Dec-06 11:01
Tom.sikes@hp.com19-Dec-06 11:01 
AnswerRe: Creating an instance using late bindng Pin
Pete O'Hanlon19-Dec-06 11:02
mvePete O'Hanlon19-Dec-06 11:02 
AnswerRe: Creating an instance using late bindng Pin
Tom.sikes@hp.com19-Dec-06 11:07
Tom.sikes@hp.com19-Dec-06 11:07 
GeneralRe: Creating an instance using late bindng Pin
Pete O'Hanlon21-Dec-06 5:15
mvePete O'Hanlon21-Dec-06 5:15 
QuestionHow can I acces a C++ library in C# Pin
ComCoderCsharp19-Dec-06 10:47
ComCoderCsharp19-Dec-06 10:47 
AnswerRe: How can I acces a C++ library in C# Pin
Ravi Bhavnani19-Dec-06 10:50
professionalRavi Bhavnani19-Dec-06 10:50 
Questionhow to Create Fade in/Fade out Menu for my asp.net WebSite ? Pin
hdv21219-Dec-06 9:41
hdv21219-Dec-06 9:41 
AnswerRe: how to Create Fade in/Fade out Menu for my asp.net WebSite ? Pin
Ravi Bhavnani19-Dec-06 10:52
professionalRavi Bhavnani19-Dec-06 10:52 
GeneralRe: how to Create Fade in/Fade out Menu for my asp.net WebSite ? Pin
hdv21219-Dec-06 11:05
hdv21219-Dec-06 11:05 
GeneralRe: how to Create Fade in/Fade out Menu for my asp.net WebSite ? Pin
Ravi Bhavnani19-Dec-06 11:12
professionalRavi Bhavnani19-Dec-06 11:12 
Questionstretch a character width horizontally in in rich text box - c# Pin
charlespratheepan19-Dec-06 8:43
charlespratheepan19-Dec-06 8:43 

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.