Click here to Skip to main content
15,921,837 members
Home / Discussions / C#
   

C#

 
AnswerRe: Catching Dynamic Button Events (C# / ASP.NET) Pin
Christian Graus12-Jul-06 4:30
protectorChristian Graus12-Jul-06 4:30 
GeneralRe: Catching Dynamic Button Events (C# / ASP.NET) Pin
jabberman12-Jul-06 4:45
jabberman12-Jul-06 4:45 
GeneralRe: Catching Dynamic Button Events (C# / ASP.NET) Pin
Christian Graus12-Jul-06 4:47
protectorChristian Graus12-Jul-06 4:47 
GeneralRe: Catching Dynamic Button Events (C# / ASP.NET) Pin
jabberman20-Jul-06 5:22
jabberman20-Jul-06 5:22 
GeneralRe: Catching Dynamic Button Events (C# / ASP.NET) Pin
Christian Graus20-Jul-06 9:43
protectorChristian Graus20-Jul-06 9:43 
QuestionFirst record displayed in list/combobox shows "System.Data.DataRowView" instead of the value Pin
Glen Harvy12-Jul-06 3:26
Glen Harvy12-Jul-06 3:26 
AnswerRe: First record displayed in list/combobox shows "System.Data.DataRowView" instead of the value Pin
Josh Smith12-Jul-06 3:42
Josh Smith12-Jul-06 3:42 
GeneralRe: First record displayed in list/combobox shows "System.Data.DataRowView" instead of the value Pin
Glen Harvy12-Jul-06 12:40
Glen Harvy12-Jul-06 12:40 
Thanks for your assistance:

Josh Smith wrote:
Why are you adding items to the combo's Databindings collection and setting the DataSource. That's not a normal thing to do,


The form is a collection of all the data related to one record with the ability to move forward and backward between records. I want to be able to change the dataset values of these individual records/fields via a combobox selection of options as they are displayed. Adding the items to those form fields allows this to happen except with the problem as descibed. The change in values is also detected correctly and saved to the database.


Josh Smith wrote:
Does the problem keep happening if you remove these two lines?


This resolves the problem as described BUT if I change the data in the field then the new data displayed in the field remains constant no matter which record I move to. In other words, the dataset is not updated. Additionally, the change in the fields value is not detected and the database is not updated when requested.

HAVING SAID ALL THE ABOVE

I changed the source as you suggested and do you think I can now return the code back to what it was and get it to work as described above Confused | :confused:

It strikes me that I'm trying to do something in a way that can't be done.

Any suggestions Smile | :)

Glen Harvy
QuestionListView Sorting Problem [modified] Pin
Abhijeet Bhamare12-Jul-06 3:17
Abhijeet Bhamare12-Jul-06 3:17 
AnswerRe: ListView Sorting Problem Pin
Josh Smith12-Jul-06 3:47
Josh Smith12-Jul-06 3:47 
AnswerRe: ListView Sorting Problem Pin
Andrew Lygin12-Jul-06 18:21
Andrew Lygin12-Jul-06 18:21 
Questionworking with Excel Pin
DJPaul12-Jul-06 3:02
DJPaul12-Jul-06 3:02 
AnswerRe: working with Excel Pin
alexey N12-Jul-06 21:24
alexey N12-Jul-06 21:24 
Questionread xml file Pin
Mohammad Daba'an12-Jul-06 2:55
Mohammad Daba'an12-Jul-06 2:55 
AnswerRe: read xml file Pin
stancrm12-Jul-06 2:57
stancrm12-Jul-06 2:57 
GeneralRe: read xml file Pin
Mohammad Daba'an12-Jul-06 3:30
Mohammad Daba'an12-Jul-06 3:30 
GeneralRe: read xml file Pin
stancrm12-Jul-06 3:55
stancrm12-Jul-06 3:55 
Questiondownlaod music file & play it in c#.net Pin
Bibhu Sh. Panigrahi12-Jul-06 2:48
Bibhu Sh. Panigrahi12-Jul-06 2:48 
GeneralMSXML2.ServerXMLHTTP50 replacement in .NET [modified] Pin
Abhinav Nigam12-Jul-06 2:45
Abhinav Nigam12-Jul-06 2:45 
QuestionHow to set display of a column according to its value in DataGrid? Pin
Jovito12-Jul-06 1:55
Jovito12-Jul-06 1:55 
QuestionWritting to Word document template Pin
AfriDiesel12-Jul-06 1:37
AfriDiesel12-Jul-06 1:37 
QuestionDatabase to XML file Pin
johan313112-Jul-06 0:23
johan313112-Jul-06 0:23 
AnswerRe: Database to XML file Pin
Ed.Poore12-Jul-06 1:21
Ed.Poore12-Jul-06 1:21 
QuestionCommunication between classes [modified] Pin
Roger Alsing11-Jul-06 22:58
Roger Alsing11-Jul-06 22:58 
AnswerRe: Communication between classes Pin
J4amieC11-Jul-06 23:13
J4amieC11-Jul-06 23:13 

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.