Categories
Asp, Asp.net

How To Create Login Form In Asp.Net

How To Create Login Form In Asp.Net In this post we will learn How To Create Login Form In Asp.Net, Earlier we have learnt How To Create Login Form – CSS3. Here we are using SQL Server as backend. Table Design: ColumnName DataType UserId Int(set identity property=true) UserName varchar(50) Password varchar(50) Design View: <%@ Page Language="C#" AutoEventWireup="true" […]

Categories
Asp, Asp.net

How To Disable Weekends(Saturday and Sunday) In Asp.Net Calender Control

How To Disable Weekends(Saturday and Sunday) In Asp.Net Calender Control In this post we will learn How To Disable Weekends(Saturday and Sunday) In Asp.Net Calender Control. Some times, we may have requirements to make the weekends (Saturday and Sunday) as non clickable or selectable in order to prevent the users to select any dates in weekend. For […]

Categories
Technology - Tips

How To Enable HTTP Compression In IIS 6.0

How To Enable HTTP Compression In IIS 6.0 In this post we will learn How To Enable HTTP Compression In IIS 6.0.To enable compression you must be a member of the Administrators group on the local computer to perform the following procedure or procedures. To enable global HTTP compression by using IIS Manager: 1. In IIS Manager, […]

Categories
Linux

How To Check Linux OS Version

How To Check Linux OS Version In this tutorial we will learn How To Check Linux OS Version. This will let you know which Version and Bit of Linux you are using. Syntax: cat /proc/version cat /etc/redhat-release