Click here to Skip to main content
15,887,405 members

Comments by Member 10924493 (Top 16 by date)

Member 10924493 26-Sep-14 0:38am View    
Thanks for the Answer ,but My application not working with JQuery Plz Give it in Plain Java Script,even i don't know how to do it Thanks
Member 10924493 9-Aug-14 1:12am View    
hi i am not getting the Master page in my Content page i.e Default.aspx. in my Page_load event
like you said Master.SearchButton.Attributes.Add("disabled", "disabled");
Member 10924493 8-Aug-14 7:17am View    
im creating a button dynamically,i want to apply the cssclass "btnmbl1" to the dynamic button how can i?
Member 10924493 8-Aug-14 7:12am View    
but the same css working fine with other buttons which are created in .aspx page,when im using css for dyamic button like as u told
Member 10924493 8-Aug-14 6:58am View    
I am not getting any error but css is not applied,I have a seperate Style class in my website in that i wrote my css like

.btnmbl1
{
font-weight: bold;
font-size: 15px;
color: Black;
font-family: Calibri;
width: 150px;
height: 70px;
border-style: none;
background-image:url(../images/Button_Mobile_R2.gif);
}
.btnmbl1:focus, .btnmbl1:hover
{
background-image:url(../images/Button_Mobile_R2_1.gif);
}