-----------------------------------------------------------

New Message on MumbaiUserGroup

-----------------------------------------------------------
From: kalpesh
Message 4 in Discussion

Clifton,

The test.htm works as expected. But if you make this a server control as given in the 
first post, you will be surprised

put the following code to check the selectedindex

<asp:DropDownList id="DropDownList1" runat="server">
    <asp:ListItem value="46">INR</asp:ListItem>
    <asp:ListItem value="2">USE</asp:ListItem>
    <asp:ListItem value="1">USD</asp:ListItem>
    <asp:ListItem value="1">URO</asp:ListItem>
    <asp:ListItem value="29">SND</asp:ListItem>
    <asp:ListItem value="46.09">INP</asp:ListItem>
    <asp:ListItem value="47">IDR</asp:ListItem>
    <asp:ListItem value=".7">EURO</asp:ListItem>
    <asp:ListItem value="70">EUR</asp:ListItem>
</asp:DropDownList>

Put a server side button & on click of it (server side), check what is the dropdown;s 
selectedindex

IMO, the existing selectedindex property isnt used in server control

See my prev post on this for detail. I think the code is simple enough to simulate, 
there isnt any extra code required

Cheers
Kalpesh


-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/mumbaiusergroup/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you received 
this message by mistake, please click the "Remove" link below. On the pre-addressed 
e-mail message that opens, simply click "Send". Your e-mail address will be deleted 
from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to