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
Anand MR
NA
39
19.8k
Dropdown List selection changed event not firing
Dec 12 2014 4:27 AM
I used Dropdowmlist in my Content page.
if i select the 'Day1' from the dropdownlist item
the event is firing.
but if i select the 'Day1' again from the dropdownlist item
the event is not firing.
<asp:DropDownList ID="ddlSelectDayforTest" AutoPostBack="true" runat="server" OnSelectedIndexChanged="ddlSelectDayforTest_SelectedIndexChanged" Height="16px" >
<asp:ListItem Value="0">Select</asp:ListItem>
<asp:ListItem Value="1">Day1</asp:ListItem>
<asp:ListItem Value="2" Enabled="false">Day2</asp:ListItem>
<asp:ListItem Value="3" Enabled="false">Day3</asp:ListItem>
<asp:ListItem Value="4" Enabled="false">Day4</asp:ListItem>
<asp:ListItem Value="5" Enabled="false">Day5</asp:ListItem>
<asp:ListItem Value="6" Enabled="false">Day6</asp:ListItem>
</asp:DropDownList>
Reply
Answers (
1
)
how to return dynamic stored procedures in entity framework
How to develop face detecion using webcam in asp.net