TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
prathyusha
NA
180
74.5k
dropdownlist
Jun 21 2013 5:59 AM
hi
<asp:UpdatePanel ID="UpdatePanel2" runat="server">
<ContentTemplate>
<asp:Label ID="Label3" runat="server" Text=""></asp:Label>
<a href="#" style="border: none;">
<asp:DropDownList ID="ddl" runat="server" AutoPostBack="True" Height="20px" Width="65px"
OnSelectedIndexChanged="ddl_SelectedIndexChanged" onKeyUp="this.blur();">
<asp:ListItem>Select</asp:ListItem>
<asp:ListItem>Profile</asp:ListItem>
<asp:ListItem>Company Details</asp:ListItem>
<asp:ListItem>Change Password</asp:ListItem>
<asp:ListItem>Logout</asp:ListItem>
</asp:DropDownList>
</ContentTemplate>
<Triggers>
<asp:AsyncPostBackTrigger ControlID="ddl" EventName="SelectedIndexChanged" />
</Triggers>
</asp:UpdatePanel>
the dropdownlist control selected event is not fired in firefox please help me
Reply
Answers (
2
)
asp.net
how to store an image and textbox in sqlserver ?