help Me pplease
-
okay 2 textboxes one box i have user input the other one is a password now i need to bind the userid and the datatime stamp to the listbox that i need to bind to xml file and then call and read that xml file into another listbox on another form im using c# Thanks any help would be greatly appreciated.......i checked out the article on msdn and im still lost. Da Intern
-
okay 2 textboxes one box i have user input the other one is a password now i need to bind the userid and the datatime stamp to the listbox that i need to bind to xml file and then call and read that xml file into another listbox on another form im using c# Thanks any help would be greatly appreciated.......i checked out the article on msdn and im still lost. Da Intern
what you just described is a whole program. which part are you having trouble with? Seems to me that you also need an OK button (and a cancel button). In the ok button event place the code that takes the userid and psswd and does what you need. (i.e. you time stamping, output to the xml file ...)
-
what you just described is a whole program. which part are you having trouble with? Seems to me that you also need an OK button (and a cancel button). In the ok button event place the code that takes the userid and psswd and does what you need. (i.e. you time stamping, output to the xml file ...)
how do i bind a listbox to an xml file then how do i read that xml file in another form the last part i can probably figure out but binding it to xml file is killing me Thanks Da Intern
-
how do i bind a listbox to an xml file then how do i read that xml file in another form the last part i can probably figure out but binding it to xml file is killing me Thanks Da Intern
I'm not sure if that is possible. Parse the xml file and use the YourList.Items.Add method. Also, I'm not sure what you mean by "xml file in another form". if it is some sort of object you can either make it public, make a property or create a method in the "OtherForm" that allows access to the file. Goodluck
-
how do i bind a listbox to an xml file then how do i read that xml file in another form the last part i can probably figure out but binding it to xml file is killing me Thanks Da Intern
Set the listbox's DataSource with a DataSet, problem solved. leppie::AllocCPArticle(Generic DFA State Machine for .NET);
-
Set the listbox's DataSource with a DataSet, problem solved. leppie::AllocCPArticle(Generic DFA State Machine for .NET);
Uh i still need some more help Da Intern
-
Uh i still need some more help Da Intern
jphuphilly wrote: Uh i still need some more help Uh I cant help you if I dont know what you need help with... Did you try a dataset? leppie::AllocCPArticle(Generic DFA State Machine for .NET);