I have a user Control that has a dropdownlist in it. I have a code beside page that allows me to add values to the Dropdownlist. I then place the user Control on a normal .aspx page
Every thing works fine,
However I also have a button on the .aspx page
The Button on the .aspx page is set to retrieve the property of the selected value in the dropdownlist (DDL).
This too works fine however the Problem that I get is that the DDL is reset to the top value when I hit the list so all I ever get is the top value in the list.
I am using 'if not ispostback' to prevent the data being reloaded when I press the button.
I am quite new to
VB.NET though having been MCSE since NT4 days.
Any help would be appreciated
Cheers
Rob
Stevens