How can I allow user to create posts in website using ASP.NET?

I have to create an online shopping appliaction using ASP. How to create admin and user panels separately ?

  • Admin of the website must be able to see feedbacks, daily orders, billing information etc. and user of the website should be able to serch, buy, place orders, see billing information etc.

  • Answer:

    why didnt you try http://www.comersus.com/ ASP ecommerce application first and see how the admin side works? its a open source and you can download freely.

rima at Yahoo! Answers Visit the source

Was this solution helpful to you?

Other answers

i have also ordered to an expert to make this for me also http://online-experts.tk/

problem

It sounds like you need to create a separate admin area to store al your admin files. I'm not sure how fluent in ASP (or web programing your are), but... You would need to create a /admin/ directory on your hosting space, then put your admin files in there. All your front-end stuff would need to go in the root of the directory. You'd need a rudimentary admin login page that sets a session variable to say you are logged in, and then code to check whether you are logged in or not on each page. This stuff is dead simple... The key issue is the underlying database and code to handle the feedabcks, daily orders, billing information etc. It sounds like you are fairly new to ecommerce and hoping that there's a quick option for doing it in ASP. Firstly, traditional ASP (i.e. vbscript/jscript ASP) is really old hat and worth avoiding if you have to hack your left arm off to do it. The newer option ASP.NET, which is typically programmed in C# or VB is also best avoided if it's your first language due to its complexity. In all honesty, I'd suggest you get PHP & MySQL (both fairly accessible) and use osCommerce to set up your shop cart. You'll then instantly have a shop cart, product catalog and all the backend features you have listed. You can then focus your time on making the shop cart look nice. osCommerce is freely available but needs PHP / MySQL to run. You're unlikely to find a similar open source package available for ASP or ASP.NET L

Hypnotic

Related Q & A:

Just Added Q & A:

Find solution

For every problem there is a solution! Proved by Solucija.

  • Got an issue and looking for advice?

  • Ask Solucija to search every corner of the Web for help.

  • Get workable solutions and helpful tips in a moment.

Just ask Solucija about an issue you face and immediately get a list of ready solutions, answers and tips from other Internet users. We always provide the most suitable and complete answer to your question at the top, along with a few good alternatives below.