CSIT_Labs

User Registration Console App

Write a console program (ADO.net) to create a table tbl_registration that have fields:

id int primary key,
username varchar,
password varchar,
repassword varchar,
gender varchar,
course varchar,
country varchar

After this perform the following operation:

Steps to Setup