Ray's Asp.net Blog
Answers and code snippets from ASP.NET projects (Webforms/MVC/Classic ASP)
Pages
Event registration app with QR/Paypal
Home
Friday, March 25, 2011
jQuery Modal Dialog in an ASP.NET page by Fancybox
http://fancybox.net/howto
http://www.msjoe.com/2011/03/jquery-modal-dialog-in-an-asp-net-page/
How to handle Keyboard Shortcuts/hotkey in ASP.NET by JQuery Hotkeys
Download from:
https://github.com/jeresig/jquery.hotkeys
$(document).bind(
'keydown'
,
'alt+ctrl+s'
,
function
() {
$(
'#elmentid'
).trigger(
'click'
);
});
ASP.NET Session How To FAQs
http://www.eggheadcafe.com/tutorials/aspnet/c3e1fc0b-3ea0-4955-af1e-2c052a55cd23/aspnet-session-how-to-faqs.aspx
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)