You will always get the first item, if you don't enclose the population of
the DDL inside an if/then/postback block
if not page.ispostback then
- - populate ddl
end if
David Wier
http://aspnet101.com
http://iWritePro.com - One click PDF, convert .doc/.rtf/.txt to HTML with no
bloated markup
"Ronny Mandal" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> On Oct 11, 6:29 pm, MDoyle <MatthewRDo...@gmail.com> wrote:
>> Are you repopulating the DropDown after the the postBack? You may be
>> having an issue where the drop down isn't populated yet when you are
>> reading the selected item.
> Yes, I am populating after the post-back. But if the the drop down
> isn't populated,
> how come that I always get the first item when I get the current
> selected?
>
> Regards,
>
> Ronny Mandal
>
>