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
nallya
NA
459
474k
Regarding DropDownList
Sep 21 2012 2:04 AM
I have 4 dropdownlist with autopostback="true" to retrive data on SelectedIndexChanged, so i added select as first value in ddl like
<asp:DropDownList ID="ddl3" runat="server" AppendDataBoundItems="true" AutoPostBack="true" onselectedindexchanged="ddl3_SelectedIndexChanged">
<asp:ListItem>Select</asp:ListItem>
</asp:DropDownList>
but when i go from 1st ddl to 2nd ddl the selected value in 1st ddl remains same but i want it come on select value how can i do that
also after page refresh all ddl value must come on select.
Thank You
Reply
Answers (
3
)
Is there any query in Entity Framework so i can convert first letter of each record in uppercase
how to cal javascript onselectedindexchanged in dropdown