Click here to Skip to main content
15,949,686 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Dear all,

i wants to develop a website in asp.net with admin panel where manage (each and every thing) the whole website ,just like other CMS , i know there are multiple cms on .net technology but i wants to create my own, i don't want to use open source CMS.

please let me know how can i do this.

Regards

Yogesh
Posted
Updated 25-May-13 18:04pm
v2
Comments
Prasad Khandekar 22-May-13 8:45am    
Why not look at the implementation of one of the open source CMS system?
yogeshrrc 4-Apr-14 8:24am    
how to implement open source cms, please let me know

1 solution

This forum will help you, if you have any specific query regarding programming.

As you have asked a question to develop something, you will not get answers. Because nobody can help you in development or coding.

We can help you when you face any difficulty or issues, but it will always be you, who is going to develop and make the software or website.

So, you have a requirement with you, just plan out things and get started. Use Google as you first preference to search any query and implement those suggested solutions. If your issues are still not solved, come back here and just add a question.

We are here to try as far as we can to pass you the hurdle; it is our promise.

Hints :-
To make a Admin Panel, you need to design the UI first, make a list of functions you need to provide.
Categorize then into different modules, so that you can make a menu out of it.
Some functionality will fall under one menu.

Then go for Stored Procedure designs for fetch, insert and update operations.

Now, start coding, connect to DataBase and do all the tasks which an Admin can do.

Note :-
Always add a question in Code Project for any specific problem you face during the development.
Provide details about how the problem occurred, what you have tried to overcome that.

Good Luck... :)
 
Share this answer
 
v3
Comments
yogeshrrc 26-May-13 9:22am    
thanks for the solutions
Most Welcome @yogeshrrc... :)
Keep up the good work.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900