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
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:
- How to create a dropdown user control?Best solution by Stack Overflow
- How to save high resolution image canvas to server using asp.net?Best solution by Stack Overflow
- Advertising: How Do I Create An Online Video?Best solution by Ask.com old
- Where online can i learn how to create a blog easy and for free?Best solution by Quora
- How can I be better at online shopping?Best solution by onguardonline.gov
Just Added Q & A:
- How many active mobile subscribers are there in China?Best solution by Quora
- How to find the right vacation?Best solution by bookit.com
- How To Make Your Own Primer?Best solution by thekrazycouponlady.com
- How do you get the domain & range?Best solution by ChaCha
- How do you open pop up blockers?Best solution by Yahoo! Answers
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.