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
Gaurav Pal
NA
306
68.3k
Ajax combobox Suggestion in filter form
Aug 24 2015 4:24 AM
Hi
I am using ajax combobox in my application and append data from database see my ComboBox
<asp:ComboBox ID="cmblocation" runat="server" CaseSensitive="false" CssClass="WindowsStyle" ItemInsertLocation="Append" AutoCompleteMode="SuggestAppend" DropDownStyle="DropDownList" BackColor="#f0f0f0" Width="400px">
</asp:ComboBox>
i want filteration in suggestion
my combobox items are
Car
Jeep
Metro
rail
Train
when i am enter
a
then
C
a
r
R
a
il
Tr
a
in
these items are highlighted.
Reply
Answers (
0
)
creating checkbox with tree view in asp.net mvc
Fileupload control