Skip to main content

Posts

Showing posts with the label SQL Server

Create a simple registration form in ASP.Net with C#

I n this article we will how to create or design a simple registration form in ASP.Net with the help of C sharp and store the entries in SQL Server database. You will need following software's to accomplish this: Visual Studio 2010 SQL Server 2008 Follow the steps below to make it: Step 1: First open your visual studio 2010 -> File -> New -> Web site -> ASP.NET Empty Web site -> click OK. (Make sure to select Visual C# from installed template and you can give the name to the website.) Step 2: Now in Solution Explorer -> Add New Item -> Web Form -> click on Add. Step 3: Now make the basic html table in the source section of empty form and insert the fields like -  Use the Text boxes for each field, Label for username to see the availability, Buttons from the Toolbox section. Set unique ID for these tools to avoid confusion. To make the reset button add following line in the source code near the submit button. <inpu...

How to install SQL Server 2008 on Windows 7 (Step-by-step with pictures)

I n this article we will see how to install SQL Server 2008 on Windows 7. To install you will need SQL server 2008 copy. Follow the steps bellow. Step 1: Double click on SQL Server 2008 image or installer. It will open following window. Step 2: Click on " Installation " (left site) and then click on " New SQL Server stand-alone installation or add features to an existing installation ". Note: Following window may appear in Windows 7 therefore click on "Run Program". Step 3: Now setup will perform Setup Support Rule operation so wait for while and then click on OK. Step 4: Now click on Install to install setup support files. After that click Next. (Ignore Windows Firewall Warning) Step 5:   Enter the product key if you have any and then click on Next. Step 6: Click on checkbox to accept license agreement and then click Next. Step 7:   Select features which you want. I'm selecting all features. After that cli...