<%Session["Plan"] = "Holistic"; %>
Monday, May 26, 2014
Friday, May 23, 2014
url not working www and without www when add in iis
1) go to edit binding add website with host1 name
2) then click add again and add host2
3)host 1: www.mysite.com
host2 : mysite.com
2) then click add again and add host2
3)host 1: www.mysite.com
host2 : mysite.com
Thursday, May 22, 2014
Wednesday, May 21, 2014
set label color in javascript
document.getElementById('<%= lblwarning.ClientID %>').style.color = "red";
set label text in javascript
document.getElementById('<%= lblwarning.ClientID %>').innerHTML = msg.d;
Subscribe to:
Posts (Atom)