
This is ASP.Net Web application project with MS Sql database connection
Features
- Insert Contacts
- Update Contacts
- Delete Contacts
- Paging
- Make Favourites
- Search by first name
- Filters
Screenshots




How to Install
- Extract database.rar file
- Open all .sql files and Execute in Microsoft SQL
- Open Phonebook.sln in Visual Studio
- Clean then Rebuild Project/Solution
- Open class DataQuery and modify connection strings
If any problem occur with the insert/update functionality, track ModalControl.ascx.cs file then find insandupd_Click method,
replace Regex patterns with an empty strings and everything should be ready to go.
Database Files are included in database.rar