Load xml table, waiting to finish, load final grid
I have a question. Since the program doesn't wait until the XML table is finished loading, how can I make it? I want to do this...
1. Load an invisible table with some dropdown choices in an SQL database
2. once that finishes loading, populate the data into a dropdown box
3. then finally, load the actually main grid, with the dropdown boxes in them.
Right now I have everything loading, (both tables) and the user clicks a button, and it populates the dropdown boxes, and then you can start editing the grid, but I want this to be done automaticly.
Load the table, wait, populate the dropdown box once the table is loaded, load the final grid.
1. Load an invisible table with some dropdown choices in an SQL database
2. once that finishes loading, populate the data into a dropdown box
3. then finally, load the actually main grid, with the dropdown boxes in them.
Right now I have everything loading, (both tables) and the user clicks a button, and it populates the dropdown boxes, and then you can start editing the grid, but I want this to be done automaticly.
Load the table, wait, populate the dropdown box once the table is loaded, load the final grid.
David
September 23,