Hi Ashok,
thanks for responding so quickly.
Judging by the other posts I have been trawling on this subject, i suspected this may be the case.
Could you please give me an example of how you would go about this? The items that the user selects, will be used in an SQL query to generate a question paper.
many thanks
Main Topics
Browse All Topics





by: Ashok9Posted on 2009-11-07 at 06:33:53ID: 25766441
Actually that you can not do if the listbox is bound to any dataset.
So you have to use temporary hidden listbox or collection for the dataset.
From that temporary listbox you have to populate your main list box.