Home All Groups Group Topic Archive Search About

DropDownList resets in ASP.NET2.0

Author
30 Nov 2005 6:09 PM
conset23
after filing DropDownList,  i click on Imagebutton, and DropDownList resets
like  i reinicialize it. This occurs even if  DropDownList filing perfors
once. EnableViewState is set to true.
Any sugestions?

Author
30 Nov 2005 7:37 PM
Pipo
You get a postback I guess....?


Show quoteHide quote
"conset23" <conse***@yahoo.com> schreef in bericht
news:ezsAAjd9FHA.2152@TK2MSFTNGP10.phx.gbl...
> after filing DropDownList,  i click on Imagebutton, and DropDownList
> resets like  i reinicialize it. This occurs even if  DropDownList filing
> perfors once. EnableViewState is set to true.
> Any sugestions?
>
Author
1 Dec 2005 12:30 PM
conset23
yea, but ViewState must store all i need..
Show quoteHide quote
"Pipo" <P***@home.com> wrote in message
news:eodv9Ve9FHA.3760@TK2MSFTNGP14.phx.gbl...
> You get a postback I guess....?
>
>
> "conset23" <conse***@yahoo.com> schreef in bericht
> news:ezsAAjd9FHA.2152@TK2MSFTNGP10.phx.gbl...
>> after filing DropDownList,  i click on Imagebutton, and DropDownList
>> resets like  i reinicialize it. This occurs even if  DropDownList filing
>> perfors once. EnableViewState is set to true.
>> Any sugestions?
>>
>
>
Author
1 Dec 2005 2:35 PM
conset23
solved.
just added DropDownList fill method in Page_Init() and everything ok.
Show quoteHide quote
"conset23" <conse***@yahoo.com> wrote in message
news:OWcoSKn9FHA.1032@TK2MSFTNGP11.phx.gbl...
> yea, but ViewState must store all i need..
> "Pipo" <P***@home.com> wrote in message
> news:eodv9Ve9FHA.3760@TK2MSFTNGP14.phx.gbl...
>> You get a postback I guess....?
>>
>>
>> "conset23" <conse***@yahoo.com> schreef in bericht
>> news:ezsAAjd9FHA.2152@TK2MSFTNGP10.phx.gbl...
>>> after filing DropDownList,  i click on Imagebutton, and DropDownList
>>> resets like  i reinicialize it. This occurs even if  DropDownList filing
>>> perfors once. EnableViewState is set to true.
>>> Any sugestions?
>>>
>>
>>
>
>