Goto master page
Add two events in body tag like following
<body onbeforeunload="document.body.style.cursor = 'wait';" onunload="document.body.style.cursor = 'default';">
Thursday, May 2, 2013
Monday, April 29, 2013
How to create image link in ASP.NET MVC?
@Html.ActionLink("buttontext", "actionName", "controllerName", null, new { @class="alinkimage" })
CSS definition:
a.classname
{
background: url(../Images/image.gif) no-repeat top left;
display: block;
width: 150px;
height: 150px;
}
CSS definition:
a.classname
{
background: url(../Images/image.gif) no-repeat top left;
display: block;
width: 150px;
height: 150px;
}
Saturday, April 27, 2013
Thursday, April 25, 2013
How to create an event into Google Calendar by url?
Goto google page:
http://support.google.com/calendar/answer/3033039
Fill related information, then get following link:
http://www.google.com/calendar/event?action=TEMPLATE&text=Event%20Title&dates=20140426T040000Z/20140426T050000Z&details=Event_detail&location=Event_location&trp=false&sprop=&sprop=name
http://support.google.com/calendar/answer/3033039
Fill related information, then get following link:
http://www.google.com/calendar/event?action=TEMPLATE&text=Event%20Title&dates=20140426T040000Z/20140426T050000Z&details=Event_detail&location=Event_location&trp=false&sprop=&sprop=name
Subscribe to:
Posts (Atom)