Skip to content

Rohit-B-Kadam/Todo-List

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Todo List ASP .Net Project

Database Connection with localDB

  1. Create new Connection from server explorer right click new connection.

  2. Copy connection string in Web.config file

  3. SqlConnection obj

  4. SqlCommand

  5. SqlDataReader

Tables

  1. User (Id , UserName, Email , Password)
  2. Task

Session

As Http is stateless so we have to use session to preserve the state between to request. Session["Key"] = value; value is object.

Table

GridView bind with SqlDataSource

About

Demo project in ASP.NET

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published