[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.mobile

SelectionList event SelectedIndexChanged

Marco Rizzi

12/12/2002 5:01:00 PM

Hi,

I have a problem with event in SelectionList.
I set a event on SelectedIndexChanged but it's not raised.

Anyome Can Help Me?

Marco
1 Answer

Pierluigi

12/12/2002 10:42:00 PM

0

MMIT selectionlist doesn't raise an automatic postback event, so if U want
to raise the selectedindex_change, U have to include a button in the form,
raising the postback for U.
"Marco Rizzi" <marco@marcorizzi.com> ha scritto nel messaggio
news:048101c2a1f7$b8245ca0$89f82ecf@TK2MSFTNGXA01...
> Hi,
>
> I have a problem with event in SelectionList.
> I set a event on SelectedIndexChanged but it's not raised.
>
> Anyome Can Help Me?
>
> Marco