|
The only solution I found was to read the values directly from the request, so I did it like this:
string[] items = this.Request.Form["listBox"].Split(',');
i don't like it, but it works for now.
|
|
Expert:
|
dustPuppy
|
|
Date:
|
Apr 11, 2007
|
|
Time:
|
23:43
|
|
|
|
Votes: Good (0) | Bad (0) Login to rate this answer
|
|
|
|
|
|
|
This question has been answered, and points have been rewarded to the following experts:
You're welcome however to comment or give additional information or if you wish, you have the ability to write an Answer Summary for this question by clicking on the "Answer Summaries" Tab.
|
|