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
Fareeda Hussain
NA
93
92.4k
how to show the placeholder of dropdownlist in confirm box?
Apr 9 2017 4:25 AM
Hi
In my web application there is a dropdown list that will show confirm box while changing the listitem . I have added title for each listitem
eg :
<asp:DropDownList ID="myddl" runat="server" AppendDataBoundItems="true" onchange="Confirm()" AutoPostBack="true"
OnSelectedIndexChanged="myddl_SelectedIndexChanged" >
<asp:ListItem Value="0">--select--</asp:ListItem>
<asp:ListItem title="ABC" Value="1" >AAA</asp:ListItem>
<asp:ListItem title="EFG" Value="2" >BBB</asp:ListItem>
</asp:DropDownList>
How can I show the title of these selected item on confirm box?
thanks inadvance
Fareeda
Reply
Answers (
4
)
Unable to bind Cascading Dropdowns - jQuery AJAX
Asp.Net MVC Demo Project