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.
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 ...