Click here to Skip to main content
15,913,941 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Whats the benefit of the Microsoft.Practices.EnterpriseLibrary? Pin
Not Active3-Jul-09 3:22
mentorNot Active3-Jul-09 3:22 
AnswerRe: Whats the benefit of the Microsoft.Practices.EnterpriseLibrary? Pin
Not Active3-Jul-09 3:21
mentorNot Active3-Jul-09 3:21 
AnswerRe: Whats the benefit of the Microsoft.Practices.EnterpriseLibrary? Pin
Christian Graus3-Jul-09 5:45
protectorChristian Graus3-Jul-09 5:45 
QuestionUnable to type into asp.net textbox Pin
hozsam3-Jul-09 2:38
hozsam3-Jul-09 2:38 
AnswerRe: Unable to type into asp.net textbox Pin
Manas Bhardwaj3-Jul-09 2:54
professionalManas Bhardwaj3-Jul-09 2:54 
GeneralRe: Unable to type into asp.net textbox Pin
hozsam4-Jul-09 0:03
hozsam4-Jul-09 0:03 
QuestionSuggestion Pin
KhandelwalA3-Jul-09 1:15
KhandelwalA3-Jul-09 1:15 
AnswerRe: Suggestion Pin
Manas Bhardwaj3-Jul-09 1:24
professionalManas Bhardwaj3-Jul-09 1:24 
Before starting coding, you need to sit with a pen, a paper and start jotting the exact flow of the application(which I think you know the best among the people at CP).
You should than start designing the database schema according to your needs.

For example you should start with a Table called Category

ID
Name


Create another table called SubCategory

ID
Name
CategoryID


Next step would be to start creating the SQL queries/stored procedures. Test them by inserting the data manually using Management Studio.
Once you are done with this business logic, now proceed to the UI/presentation layer where you can give options to manage the Categories at run time. This would mere be some insert, delete or update stored procedures.

Hope this helps.

Manas Bhardwaj
Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

AnswerRe: Suggestion Pin
surendra0112-Jul-09 20:33
surendra0112-Jul-09 20:33 
Questionpublish website problem(type exists in both dll's) Pin
Pawan Kiran3-Jul-09 0:44
Pawan Kiran3-Jul-09 0:44 
AnswerRe: publish website problem(type exists in both dll's) Pin
Manas Bhardwaj3-Jul-09 0:48
professionalManas Bhardwaj3-Jul-09 0:48 
GeneralRe: publish website problem(type exists in both dll's) Pin
Pawan Kiran3-Jul-09 1:51
Pawan Kiran3-Jul-09 1:51 
GeneralRe: publish website problem(type exists in both dll's) Pin
Manas Bhardwaj3-Jul-09 1:54
professionalManas Bhardwaj3-Jul-09 1:54 
GeneralRe: publish website problem(type exists in both dll's) Pin
Pawan Kiran3-Jul-09 3:12
Pawan Kiran3-Jul-09 3:12 
GeneralRe: publish website problem(type exists in both dll's) Pin
Manas Bhardwaj3-Jul-09 3:14
professionalManas Bhardwaj3-Jul-09 3:14 
GeneralRe: publish website problem(type exists in both dll's) Pin
Pawan Kiran3-Jul-09 3:39
Pawan Kiran3-Jul-09 3:39 
QuestionIs there ant diffrence between create a new website project and create a webapplication in visual stadio.net? Pin
mehran.asg2-Jul-09 22:00
mehran.asg2-Jul-09 22:00 
AnswerRe: Is there ant diffrence between create a new website project and create a webapplication in visual stadio.net? [modified] Pin
Abhijit Jana2-Jul-09 22:07
professionalAbhijit Jana2-Jul-09 22:07 
GeneralRe: Is there ant diffrence between create a new website project and create a webapplication in visual stadio.net? Pin
mehran.asg3-Jul-09 3:21
mehran.asg3-Jul-09 3:21 
Questionwhat is best solution or approach for the server to client project through web Pinnew member pallaka Pin
pallaka2-Jul-09 21:12
pallaka2-Jul-09 21:12 
AnswerRe: what is best solution or approach for the server to client project through web Pinnew member pallaka Pin
Abhijit Jana2-Jul-09 21:37
professionalAbhijit Jana2-Jul-09 21:37 
GeneralRe: what is best solution or approach for the server to client project through web Pinnew member pallaka Pin
pallaka2-Jul-09 21:48
pallaka2-Jul-09 21:48 
Questionhow to use an iframe in a webpart Pin
prasadbuddhika2-Jul-09 20:30
prasadbuddhika2-Jul-09 20:30 
AnswerRe: how to use an iframe in a webpart Pin
prasadbuddhika2-Jul-09 20:38
prasadbuddhika2-Jul-09 20:38 
AnswerRe: how to use an iframe in a webpart Pin
Abhijit Jana2-Jul-09 20:43
professionalAbhijit Jana2-Jul-09 20:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.