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
Bass Alfa
NA
11
2.2k
How to create searchable bounded ASP dropdownlist
Apr 3 2019 10:23 AM
I have a bounded DropDownList in my ASP WebForm.
it's bounded like this:
<
div
class
=
"form-group"
>
<
asp:DropDownList
ID
=
"myDDL"
runat
=
"server"
CssClass
=
"form control"
AutoPostBack
=
"true"
DataSourceID
=
"MyDS"
DataTextField
=
"EName"
DataValueField
=
"A D"
>
</
asp:DropDownList
>
<
asp:SqlDataSource
ID
=
"MyDS"
runat
=
"server"
ConnectionString
=
"<%$ ConnectionStrings:Conn %>"
SelectCommand
=
"NamesListSP"
SelectCommandType
=
"StoredProcedure"
>
</
asp:SqlDataSource
>
</
div
>
i tried to using JQuery (select2.js, dropdownsearchable.js) but nothing working
!
any idea please?
Reply
Answers (
1
)
Asp.Net Core Web API login authentication
how to give OnPageIndexChanging on multiple gridview ?