Please post some code snippet.
Probably you fill dropdown every time, use IsPostBack property to fill it
only first time you enter the page.
Also check if EnableViewState of dropdown and page is set to true.
"Mira Vizjak" <> wrote in message
news:bf1qbl$jf9$...
> Hi
> I'm using a datagrid with a dropdown list in it. The dropdown list is
filled
> with values from SQL database, it's autopostback property is set to true
and
> when I select another item in it, the SelectedIndexChanged event fires
> properly, but I can't the index or value of the selected item.
SelectedValue
> and SelectedItem is Nothing, Request.Params("DropDown1") is empty as well.
> Thanks for your help!
>
> Jure
>
>
|