Click here to Skip to main content
16,013,747 members

Comments by MalathiMals (Top 9 by date)

MalathiMals 2-Nov-16 3:11am View    
object null reference exception coming
MalathiMals 24-Oct-16 2:36am View    
see what i tried......


<asp:DropDownList runat="server" ID="ddlshopname" CssClass="PMSdropdown">


.PMSdropdown {
height: 39px;
width: 316px;
background: transparent;
color: gray;
padding-left: 10px;
font-size: 14px;

background-image: url(Images/arrow.png);
background-repeat: no-repeat;
background-position: 40px;
-webkit-background-clip: padding-box;
}

.PMSdropdown option {
background-color: #4D4D4D;
color: #969696;
padding-left: 50px;
font-size: 14px;
height:50px;
}

option:hover{
color:#fcb316;
}


thats all but hover color i did't get
MalathiMals 24-Oct-16 2:14am View    
no i didn't get
MalathiMals 20-Oct-16 3:04am View    
sorry working good
MalathiMals 20-Oct-16 3:03am View    
i tried that one but not working