How would I control the order of events if I want the list to be dynamically updated? Is there a command that causes it to reload with the new DataSource? If there is something wrong with the order things are being executed, then why is the list being populated with the correct items?
retrieving ListBox data when populating with TableAdapter
Hello, I'm a Java developer but brand new to ASP (i have done some of the tutorials) so I have some ASP programming background however I cannot find the cause or the fix to this problem.
I am writing a web page in ASP (using C#) that needs to take data from a Database and put it into a ListBox, then have a button retrieve the selected item and then do some stuff. The problem I am having is retrieving the values in the ListBox. ...
Leave a comment: