<%# string.Format("{0}", Request.QueryString["value"])%>
This was all about Scenario's which I involved in my profession.
Friday, 12 September 2014
Disable right click option using jquery
$(function(){
$(this).bind("contextmenu", function(e){
e.preventDefault();
alert("right click is disabled"); //not recommended to give alert message
});
});
$(this).bind("contextmenu", function(e){
e.preventDefault();
alert("right click is disabled"); //not recommended to give alert message
});
});
Subscribe to:
Comments (Atom)
Extracting Nupkg files using command line
Rename it to zip first then extract files as below 1. Rename-Item -Path A_Package.nupkg -NewName A_Package.zip 2. Make sure to repla...
-
Rename it to zip first then extract files as below 1. Rename-Item -Path A_Package.nupkg -NewName A_Package.zip 2. Make sure to repla...
-
Getting-started Bootstrap Components Grid Positioning
-
Please follow the below URL to get started: Sitecore Helix Visual Studio Templates - Visual Studio Marketplace