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
Asp, Asp.net

Console Application To Display Data From SQL Server

Console Application To Display Data From SQL Server In this post we will learn How to Create a Console Application To Display Data From SQL Server. A console application is a computer program designed to be used via a text-only computer interface, such as a text terminal, the command line interface of some operating systems (Unix, DOS, etc.). Steps To Create Console Application: 1. Open Visual Studio […]

Categories
Asp, Asp.net

Dynamic Menu In Asp.Net

How To Create Dynamic Menu In Asp.Net In this tutorial we will learn How To Create Dynamic Menu In Asp.Net. Here we have used MS SQL Server as backend. First we have to create a table named menuitems. Here we are using asp.net menu control. Earlier we have discussed Console Application To Display Data From SQL Server , How […]