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
Amol
NA
208
194.1k
Please help to implement Dropdown list in my project
Nov 22 2011 4:01 AM
here is my aspx code
<asp:DropDownList
ID="DropDownList1"
runat="server"
AutoPostBack="True">
<asp:ListItem>
Mark as
</asp:ListItem>
<asp:ListItem>
Mark as Read
</asp:ListItem>
<asp:ListItem>
Mark as Unread
</asp:ListItem>
</asp:DropDownList>
when i click on dropdown list
i want only two option shuld drop as
Mark as Read
and
Mark as UnRead
but
mark as
option also getting drop
i want it to be intact @ dropdown text
even when user select
Mark as Read
then also it shuld be der @ dropdown text
Please help
Many Thanks..
Reply
Answers (
2
)
SOLVED Deafult last column sorting gridview problem
How can We create Webcam application using Asp.net