Categories
Linux

How To Create User In Linux

How To Create User In Linux In this post we will learn How To Create User In Linux. To create a new user account in Linux distribution use command called useradd. The system administrator is responsible for creating account. Login as root user (or use sudo command). User add Syntax: useradd hightechnology Set Password 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 […]

Categories
Asp, Asp.net

How To Upload Multiple File With Progress Bar Using jQuery In Asp.Net

How To Upload Multiple File With Progress Bar Using jQuery In Asp.Net In this post we will learn How To Upload Multiple File With Progress Bar Using jQuery In Asp.Net. Here we are using a plugin uploadify which you can download from here. http://www.uploadify.com/download/ I have used Uploader.ashx in this we will write the code to upload files in […]