<%# 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:
Posts (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...
-
Adding something to the first item in a loop. As an example, below adding the active class to a bootstrap element, useful for tabs, menus...
-
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