Languages Visual Basic & VB.NET .Net Databases  

Address Book

download download  
important code information
author:
Socheat Yi
minimum requirements:
Address Book description

To add user to the address book by using ASP.NET/C# technology. This code you can also edit/delete, and sort by any field.


Instruction to install this address book
-------------------------------------------
1- Setup SQLServer Dabase
-Create a database called "addresses"
-Find SQL.TXT in /database directory, and run it in SQLServer Query Analyser to create table.
-Create Login, and gives permission to it to access this database and table.

2- In Web.Config
-Please add the following line:
<configuration>
<appSettings>
<add key="ConnectionInfo" value="server=localhost;UID=yoursqluser;PWD=yoursqlpassword;database=Addresses" />
</appSettings>
</configuration>

Note: This address is developed using ASP.NET/C# technology, and seperated it into three main layers (User Layer, Business Logic Layer, and Data Access Layer).
I created this small address book is for beginner programmers to learn how to use the simple syntax, methods, class, accessibilities, data access, and some server controls, and so on.
I hope you can make this address book more bigger and nicer with user interface and code.
I will take my time to expand its functionalities for the later version.


File List:
AddressBook/0b
AddressBook/ASPPage1.asp209b
AddressBook/AddNew.aspx5Kb
AddressBook/AddNew.aspx.cs4Kb
AddressBook/AddNew.aspx.resx5Kb
AddressBook/AssemblyInfo.cs3Kb
AddressBook/Bal/0b
AddressBook/Bal/Address.cs4Kb
AddressBook/Dal/0b
AddressBook/Dal/DbTasks.cs6Kb
AddressBook/Database/0b
AddressBook/Database/SQL.txt2Kb
AddressBook/Default.aspx2Kb
AddressBook/Default.aspx.cs3Kb
AddressBook/Default.aspx.resx5Kb
AddressBook/Delete.aspx1Kb
AddressBook/Delete.aspx.cs1Kb
AddressBook/Delete.aspx.resx5Kb
AddressBook/Detail.aspx3Kb
AddressBook/Detail.aspx.cs2Kb
AddressBook/Detail.aspx.resx5Kb
AddressBook/DotNet.csproj9Kb
AddressBook/DotNet.csproj.webinfo110b
AddressBook/DotNet.sln1Kb
AddressBook/DotNet.suo12Kb
AddressBook/Edit.aspx5Kb
AddressBook/Edit.aspx.cs4Kb
AddressBook/Edit.aspx.resx5Kb
AddressBook/Global.asax73b
AddressBook/Global.asax.cs1Kb
AddressBook/Global.asax.resx2Kb
AddressBook/README.TXT1Kb
AddressBook/Web.config4Kb
AddressBook/_vti_cnf/0b
AddressBook/_vti_pvt/0b
AddressBook/_vti_pvt/access.cnf114b
AddressBook/_vti_pvt/deptodoc.btr324b
AddressBook/_vti_pvt/doctodep.btr324b
AddressBook/_vti_pvt/service.cnf1Kb
AddressBook/_vti_pvt/service.lck0b
AddressBook/_vti_pvt/services.cnf3b
AddressBook/_vti_script/0b
AddressBook/_vti_txt/0b
AddressBook/bin/0b
AddressBook/bin/DotNet.pdb68Kb
AddressBook/test.aspx1Kb
AddressBook/test.aspx.cs1Kb
AddressBook/test.aspx.resx5Kb

Similar code
A Retieve Image From Database[MSSQL] to Show with listview (Popularity: ) : This Code .can be show you how to get all image from database[MSSQL] to show with listview like LargeIconStyle.

A S P.Net Enterprise Manager (0.5.0) (Popularity: ) : This is a web-based version of Enterprise Manager for SQL Server and MSDE. An online demo is available at http://www.aspenterprisemanager.com/ . This is an Open Source Project in VB.Net, ASP.Net and ADO.Net that is in the early stages, so any ...
A .Net Database Sample (Popularity: ) : Sample application/*.sln for beginners and intermediates using OLEDb. Other controls used are ListView, ListBox, and MenuItems. Also uses ArrayList as a collection holder for the entries in the DB. Comes with *.mdb file. Pretty good beginning point for OOD. Complete ...
ADOX for ADO.NET (Popularity: ) : Use this class object to create, delete, or view MS Access database objects (tables, fields, indexes). It uses the ADOX dll and eliminates the use of refering it in your code.
XML DataBase (Popularity: ) : This code is not originally mine but i posted it for other people because this was no other code like this that actually worked well.feel free to do what ever u want to this code>. This source code acts as ...
ADOdotNETWrapper (Popularity: ) : This is my initial submission of an untyped ADO.NET wrapper component. This is a work in progress, so most of the code doesn't work yet, I just wanted to get the base out there and see the response to the ...
User reviews

Write a review:
1 2 3 4 5 6 7 8 9 10
1=poor 10=excellent
Write review*
Your name*
Email*
  (Comments are moderated, and will not appear on this site until the editor has approved them)
 
Rate me
supported os
stats
downloads 290
version
size in Kb 49
popularity   2207/7913374
user rating 7/10
ad


New Code
Popular Code