Fundamental Provocation

Blog by Ajay Matharu

Internet geek, Lifelong web junkie, social media lover, wannabe mentor/life coach. Simplicity lover, devoted reader, food fanatic

Pages

  • Blog
  • Home
  • Integrating BlogEngine
  • Something About Me
  • Tweet Old Post

Featured Posts

  • Tweet Old Post - All Versions
  • Javascript Libraries
  • How to debug PHP on Windows
  • Installing Sharepoint on Windows Vista
  • Qualities of Successful Managers
  • Converting Visual Studio Solution from Higher to Lower version
  • How to integrate BlogEngine.Net in your existing site
  • Tweet Old Post - Wordpress Plugin

Categories

Tag Cloud

.Net Ability Action Actions ASP.Net attitude of gratitude C#.Net Creativity Development Emotions Feelings Google Gratitude Happiness Inspiration Launch leadership life Management Managers Microsoft Motivation Performance personal Personality Relationships responsibility Self Development Sharepoint SQL Success team Technology Thinking Thought Thoughts Tip of Week Visual Studio Visual Studio Tip Of Week Visual Studio tips vs.net Want Web Windows Work

Friends

  • Ashish Salvi
  • Dotnet Reference
  • Jordans
  • Kunal Sidhpura
  • Nirav Mehta
  • Pixels Space
  • Web Designer

Profiles

  • Facebook
  • Twitter

Category Archives: HTML

Disable Cut, Copy & Paste in ASP.Net textbox

By Ajay Matharu in .Net, ASP.Net, HTML, Javascript, Tip of Week, Visual Studio July 9, 2009 8 Comments

You can disable cut, copy & paste in ASP.Net textbox in very simple way,

here is how you can disable the cut, copy, paste,

<asp:TextBox ID=”TextBox1″ runat=”server” oncopy=”return false” onpaste=”return false” oncut=”return false”></asp:TextBox>

Launch application from javascript

By Ajay Matharu in HTML, Internet Explorer, Javascript, Web May 12, 2009 1 Comment

Following is the code that will launch a command prompt on the client machine when you click on the link. This code runs only on Internet Explorer. I’ll shortly write code for Firefox and other browsers as well. So stay tuned.

This is the javascript code that will launch the application

%MINIFYHTML9d563c394a04d59a89bba5f4812e61755%

To call this code in your HTML use,

Start explorer

Archives

  • November 2015
  • March 2015
  • February 2015
  • November 2014
  • October 2014
  • August 2014
  • June 2014
  • January 2014
  • December 2013
  • October 2013
  • August 2013
  • March 2013
  • November 2012
  • October 2012
  • July 2012
  • May 2012
  • November 2011
  • April 2011
  • March 2011
  • February 2011
  • January 2011
  • November 2010
  • October 2010
  • September 2010
  • August 2010
  • June 2010
  • May 2010
  • April 2010
  • March 2010
  • February 2010
  • January 2010
  • December 2009
  • November 2009
  • October 2009
  • September 2009
  • August 2009
  • July 2009
  • June 2009
  • May 2009
  • April 2009
  • March 2009
  • February 2009
  • January 2009
  • December 2008
  • November 2008
  • October 2008
  • September 2008
  • August 2008
  • February 2008

Meta

  • Log in
Proudly powered by WordPress. Theme: DW Minion by DesignWall.