Asp.net have major parts of database used.Without database,we can not made a dynamic website.There is need to create a dynamic site.
We need to create an component of connection and then needs to open connection and close connection. There is also need these operation in the load page parts.There is also needs to define a query like select,insert,delete etc operation.Query is useful for the execute query using execute query command.
In login module there is need to retrieve user details from the database and create a session for clients.There is also provides cookie that is stored in local system.registration module,there is a data store from database.The information are need to be store in user database table.
There is a new features that password stored in encrypted text rather than original form.So,it is provides security to it.
Asp.net have feature of database storage and require to store information secrure.There are given the step of step database creation for user.The steps are download below link..
We need to create an component of connection and then needs to open connection and close connection. There is also need these operation in the load page parts.There is also needs to define a query like select,insert,delete etc operation.Query is useful for the execute query using execute query command.
In login module there is need to retrieve user details from the database and create a session for clients.There is also provides cookie that is stored in local system.registration module,there is a data store from database.The information are need to be store in user database table.
There is a new features that password stored in encrypted text rather than original form.So,it is provides security to it.
Asp.net have feature of database storage and require to store information secrure.There are given the step of step database creation for user.The steps are download below link..