![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Newbie
Join Date: Apr 2008
Posts: 19
Rep Power: 0
![]() |
Adding values from XML file to combo box
Hello
I have created an XML File with an root and in it 12 "rows". Now I wish to bind that Data to my combo box (design time) so when the user press on the combo box he would be able to see those 12 rows. How do I do it?
__________________
NULL is all around me! |
|
|
|
|
|
#2 |
|
Hobbyist Programmer
|
Re: Adding values from XML file to combo box
retrieve those values from the XML files, and then add them to the combo box dynamically using Javascript.
I really don't know what im talking about today, tas been a bad day but yes. Thats how i would do it anyway lol Chris
__________________
Who said i couldn't program sarcasm = raw_input('Type in a sarcastic remark: ')
|
|
|
|
|
|
#3 | |
|
Newbie
Join Date: Apr 2008
Posts: 19
Rep Power: 0
![]() |
Re: Adding values from XML file to combo box
Quote:
I tried using an Data Set to bring the Data from the XML but still I got blocked ![]() Still thanks for the replay
__________________
NULL is all around me! |
|
|
|
|
|
|
#4 |
|
Hobbyist Programmer
|
Re: Adding values from XML file to combo box
your using vb and asp's then? sorry i miss these things.
Assigning the value to the combo box should be simple, i though this was where you were having the problem. But it appears your having the problem retrieving the data from the XML files. Which unfortunatly i canot help you with as i lack experience with XML files for some unknown reason but there we go.
__________________
Who said i couldn't program sarcasm = raw_input('Type in a sarcastic remark: ')
|
|
|
|
|
|
#5 | |
|
Newbie
Join Date: Apr 2008
Posts: 19
Rep Power: 0
![]() |
Re: Adding values from XML file to combo box
Quote:
__________________
NULL is all around me! |
|
|
|
|
|
|
#6 |
|
Hobbyist Programmer
|
Re: Adding values from XML file to combo box
indeed, i still am a newbie. What code do you have so far for getting the info from the XML file?
__________________
Who said i couldn't program sarcasm = raw_input('Type in a sarcastic remark: ')
|
|
|
|
|
|
#7 | |
|
Newbie
Join Date: Apr 2008
Posts: 19
Rep Power: 0
![]() |
Re: Adding values from XML file to combo box
Quote:
)
__________________
NULL is all around me! |
|
|
|
|
|
|
#8 |
|
Hobbyist Programmer
|
Re: Adding values from XML file to combo box
you after dataTables if you google it you should get some good links that can help you.
I havn't read this but it seems like it may provide some help for you http://www.rustemsoft.com/... after that im afraid i can't help give it a few hours and someone who will reply will be on i would of though Chris
__________________
Who said i couldn't program sarcasm = raw_input('Type in a sarcastic remark: ')
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help Parsing 1.2 Gig XML File | fahlyn | Java | 9 | Jan 17th, 2008 6:09 PM |
| About Adding Text to Beginning of File | pal | C++ | 3 | Sep 20th, 2007 11:18 PM |
| Adding The Values of Pointers | Darkhack | C | 12 | Jun 28th, 2007 2:38 PM |
| Adding more info to a text file without erasing | crawforddavid2006 | C# | 2 | Apr 11th, 2007 2:10 PM |
| All Combo Values into PHP VAR | kruptof | PHP | 4 | Oct 22nd, 2006 1:08 PM |