Hi I solved the problem, somehow in this line of code where the DropDown is populated it was setting it to 0:
shippingSelection.SelectedIndex = 0;
I removed that and had to put where the DropDown is populated in its own method.
| CodeGuru Home | VC++ / MFC / C++ | .NET / C# | Visual Basic | VB Forums | Developer.com |
|
Results 1 to 5 of 5
Thread: DropDownlist value returns 0Threaded View
|
Click Here to Expand Forum to Full Width |