Hi,
I want to design a library management systems in asp.net
Front end : asp.net c#
Back end : sql server 2008.
Please guide as in how should my approach be and how can i complete it step by step.
Thanks,
Deepali.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Shivanand ArurPosted Nov 28, 2012, 3:03 AM
For example - Library Management Project
Module 1 - C# Books
Module 2 - Asp.Net Books and so on... This was just an example...
So you should first design the modules and then decide how many pages do u require. Do not create multiple pages for each module.... Just create 1 master page and apply different styles and add controls according to your module. Try this roughly somewhere.
After you decide your module and the number of pages, start with the back-end design first. The tables, columns, data-types for each column. Decide/Plan first and then create your database and tables in it.
And once you are done with your database design, move ahead with the page design... Hope this helps u out.
Thank you!!!