C# code: SqlConnection cn = new SqlConnection(ConfigurationManager.ConnectionStrings["sqlcon"].ToString()); cn.Open(); we...
Read More
Home / Archive for June 2015
Simple calculator using C#
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Calculater.aspx.cs" Inherits="Calculater...
Read More
Visual Studio 2008, 2010, 2011, 2012 Keyboard Shortcuts Keys
General shortcut Keys Shortcut Description Ctrl-S Saves the current selected file Ctrl-Y ...
Read More
ASP.NET Validation Controls
1.RequiredFieldValidation Control 2.RangeValidator Control 3.RegularExpressionValidator Control 4.CompareValidator Control 5.Custo...
Read More
Turn off Asp.net Custom Errors in Web.config
Off Mode This mode is responsible for displaying error message on local and remote server in case of an error. On Mode This mode is r...
Read More
Turn off Asp.net Custom Errors in Web.config
Off Mode This mode is responsible for displaying error message on local and remote server in case of an error. On Mode This mode is respons...
Read More
Create your own NotePad using C#
Create New project ---> Drag and Drop following tools in Form.. menustrip saveFileDialog openFileDialog fontDialog printDialog printpre...
Read More
Subscribe to:
Posts
(
Atom
)