/* ------------------------ My Meta Content Here SEO ------------------------ */

Pages

Main Menu

Friday, April 6, 2012

Disable and Restrict Copy Cut and Paste from on a textbox

You will need two javascript functions for this...
Read More »

Monday, April 2, 2012

Write Read AppSettings Connection String From Web.Config Asp.Net

Most of the time in Asp.Net web or windows forms application we need to connect to Sql Server database, and for connecting we need to Write Or Read connection string from Web.Config Or App.Config file In Asp.Net. This post explains How to Write Or Read this Information From configuration file for Web Applications or Winforms. We can either use connectionStrings section or AppSettings and can Modify Programmatically At Run Time as well. Sql Server information is usually written inside...
Read More »

My Blog List