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
dhoni kholi
NA
198
42.7k
CSS For Ajax ComboBox
Feb 1 2020 12:39 AM
This my Css For ComboBox
<
ajaxToolkit:ComboBox
ID
=
"cmbSname"
runat
=
"server"
AutoCompleteMode
=
"SuggestAppend"
CssClass
=
"WindowsStyle"
DropDownStyle
=
"DropDownList"
AutoPostBack
=
"True"
onselectedindexchanged
=
"cmbSname_SelectedIndexChanged"
>
</
ajaxToolkit:ComboBox
>
<
asp:ScriptManager
ID
=
"ScriptManager1"
runat
=
"server"
>
</
asp:ScriptManager
>
.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_textboxcontainer input
{
margin
:
0
;
border
:
solid
1px
#7F9DB9
;
border-right
:
0px
none
;
padding
:
1px
0px
0px
5px
;
font-size
:
13px
;
height
:
18px
;
position
:
relative
;
}
.WindowsStyle .ajax__combobox_inputcontainer .ajax__combobox_buttoncontainer button
{
margin
:
0
;
padding
:
0
;
background-image
:
url
(windows-arrow.gif);
background-position
:
top
left
;
border
:
0px
none
;
height
:
21px
;
width
:
21px
;
}
.WindowsStyle .ajax__combobox_itemlist
{
border-color
:
#7F9DB9
;
}
This is My Output
But I want This type of Combobox
Reply
Answers (
1
)
Is ASP.net and Javacript a viable stack to follow?
How To Open BootStrap Model when User Click On Edit Button?