Architecture :: How To Create Ecommerce Site And Database For It

Oct 2, 2010

I want to create small ecommerce site with sign up and log in pages. there are two categories jeans and T- shirt

I want to create category pages and product pages but I dont understand how to form tables in database means exactly how

many tables required for this application and how all tables are connected to each other ( how to make relationship in tables)

when particular user sign in and select particular pages how it will added in his cart.

View 1 Replies


Similar Messages:

Architecture :: Visual Studio And Database Express To Create A Web Site?

Jan 20, 2011

I am using the Visual Studio 2010 Express to create a web site.I created a database using SQL Express,but I decided to copy the mdf file to App_Data folder thinking I then might not need SQL Server running.I used the connection string that points to the database file in App_Data.

I deployed it to the server (Windows 2000 server with .Net 2.0 and SQL Server 2000) using Copy Web Site.I got the following error.An error has occurred while establishing a connection to the server.When connecting to SQL Server 2005,this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections.(provider: SQL Network Interfaces,error: 26 - Error Locating Server/Instance Specified)

My questions are

1. Do I still need SQL Server running even if I used a database in App_Data?
2. On the server SQL Server 2000 is running,why does the error say SQL Server 2005?
3. Are there anything that I have to consider beyond the version of Framework when deploying after development with VS 2010 (Framework 4.0)?

View 2 Replies

Architecture :: Finding How Polymorphism In Ecommerce Work

Jun 17, 2010

Can you give me an scenario example how you have used polymorphism in your project. With new and override keyword.

give me an example from a finance domain/ecommerce domain. I am looking from a UML Model Perspective.

View 1 Replies

Architecture :: Create A Blog Block In Site?

Sep 3, 2010

I need to create a blog block in my site where it should update continuously. How start with it.

View 11 Replies

Architecture :: NUnit - Write One Value To A Database Then Create Another Value?

Aug 17, 2010

Im pretty new to NUnit and am beginning the process of setting up my tests. Some of these test involve a database, specifically checking a particular value against a value in a database and if its not greater than the last retrieved value, flag an error. Whats the best way to test in this scenario ? should I write one value to a database then create another value thats out of sequence and run a database query ? This would involve putting a known value into the table, then running the query with another value.

There is no rollback attribute for nunit, so I gues using TransactionScope would work, that way I could return the database to a known state after the test. There tables have foreign keys so that means adding a lot of extra 'dummy' data first to some of the other tables. Is this sort of 'testing' the best way ? I basically need to perform the test based on an existing data value and I guess this must be pretty standard stuff, so whats the best way ?

As I understand it, the tests should be self contained, so any data i insert into the database during the test should be removed afterwards, is this correct ? If so, it means I need to insert test data into 6 additional tables just to test one function, then remove it after the test has completed, is this the normal way to to this ?

View 2 Replies

Architecture :: Create A Constants Mapping Of Strings From Database?

Dec 8, 2010

I have a database table that contains list of all UserTypes(constant strings) used in the application.

What is the best way to store(what datastructure do I need) these so that code can access them ?

The need is similar to enum, but I want to associate these values to those in DB so that there will not be 2 places to edit in case of adding/removing an entry.

one other option I considered is using public static readonly string, but how to associate with those values in DB ?

View 3 Replies

Create A New Database When A Company Signs Up To Site?

Jul 19, 2010

Is there a way to be able to create a new database when a company signs up to my site, and be able to use that database when he/she logs in, so for example if company A logs in he uses CompanyA database and if company B logs in he uses Company B database, now they all have the same table structure, just need to figure out a way to use a specific database depending on the user that logs in.

View 2 Replies

How To Connect Database Create In Sql Server ,to Web Site Upload On Domain

Sep 6, 2010

how to connect database create in sql server ,to my web site upload on domain.

View 1 Replies

WebMatrix :: Create Wordpress Site - Getting Error - Can't Find Database

Dec 26, 2010

I try to create a wordpress site from the gallery and I get an error that says that it cannot find database. I dont have mySQL installed. I thought that WebMatrix would download and install it. Does WebMatrix Beta 3 expect MySQL to be installed? And if so, which version?

View 1 Replies

Learning Curve - Create A Site With A Form That Will Be Linked To A Database

Mar 16, 2010

How difficult is it going to be for me to pick up ASP. I dont know any coding besides basic HTML.

My end goal is to create a site with a form that will be linked to a database. The user entered information will pull data and display it to them.I have the SQL query, I just need to write the sit

View 4 Replies

Architecture :: Create architecture design For WCF Service?

Aug 10, 2010

I am try to create architecture design for WCF service.

We have WCF service that we have to expose to third party so then can request with xml and get back xml response.

The wcf service should do the following:

- Accept the request call with xml

- Check xml against the schema

- Parse the xml

- Authenticate the incoming xml by username and password that will be in xml

- Send back the response

If anybody can let me know what kind of design I can use or is there any pattern available that I can take it and then extend it as per my requirement.

View 2 Replies

Architecture :: How To Create 3 Tier Architecture

Mar 29, 2011

I was tasked to create 3 tier web application. However, i browsed through many books & tutorials. The examples are doing it using Object data source which my lecturers claimed that it is not 3 tier at all. Shouldn't be dragging any data source into deisgn view. Any comprehensive examples for me to take reference from?

View 4 Replies

Architecture :: How To Create 3-tier Architecture

Sep 16, 2010

structure of 3-tier architrcture

View 7 Replies

Create Dynamic Data Site And MVC - 2 Site Together

Apr 16, 2010

I have created firstly ASP.NET MVC 2. and write more functionality. After I create asp.NET Dynamic Data Site. now, when I click on run button in Visual Studio, mvc app. opened in browser as [URL]. and asp.NET Dynamic Data Site as [URL]. but i want to merge this app. in one. can I use asp.NET Dynamic Data Site and asp.NET MVC-2 at the same time?

View 1 Replies

Configuration :: Site Is Not Showing Any Content At Live Site From Database?

Jun 15, 2010

I am working at a site not orginally devleoped by me. The problem is that all the pages are working fine and have no problem at my local site. but the site is not showing any content at live site from database. Niether it shows an error for it. How can I find the problem?

View 7 Replies

Architecture :: Invalid_Viewstate - While Accessing The Web Site On Load Balancer

Dec 3, 2010

we have an web site access on PRODTEST Environment . We are facing an issue site works fine when we try to access the site using the Individual Server names (with Ip address).

View 2 Replies

Architecture :: Binding Of Gridview With Database Versus XML Layer / Database

Apr 13, 2010

I am having serious performances issues with gridview + tabs. Its very slow.. I was thinking to create a XML based logical layer between my database and UI.

1) Will it be useful if i use webservice to get data from database to poppulate gridview?

2) or Use xml + some service (need advice on it)

View 3 Replies

Architecture :: Technology Guidance - Build Site With Client Side Hardware Interacting Controls

Sep 19, 2010

This is not a programming question per se, but rather an attempt to find the adequate technology to use for my objective. My mandate is to build an ASP.NET Web Application. However, on certain pages, some client-side information needs to be fetched by interacting with hardware on the client's computer, for example a barcode reader or an RFID tag reader. My first reflex was to think "ActiveX" controls with, perhaps, some AJAX coding to fetch the required values from said control. However, I am not sure if I am up to date with the latest tech trends. The solution I'm looking for will let me design a user control that plugs into my ASP.NET Web Application, lets me interact with client-side hardware, and can be automatically downloaded from the Web Application itself (I can't predict which computers will access my Web Application). Which technology(ies) should I go for?

View 2 Replies

How To Integrate Paypal With Ecommerce Website

Jan 22, 2010

i need to integrate paypal with my asp.net ecommerce site but i need to upload details of multiple products to paypal and also the customer and shipping info.

View 3 Replies

Looking For Ecommerce Related Video Tutorial

Sep 3, 2010

im looking for ecommerce development video tutorial. I already watched related video tutorials on ASP.net website.

View 2 Replies

Ecommerce And Calendar Controls That Talk To Each Other?

Sep 21, 2010

I have a client who runs a music business. Part of it revolves around giving lessons. He wants me to create a site where the user can purchase a lesson or group of lessons and then schedule that lesson using an online calendar. But I've never seen anything like it. I wonder if my friends over at the ASP.NET forums have?"

So here's my question. Can I make the ecommerce portion of a site talk to a calendar? If I purchase 100 dollars worth of lessons, can I "tell" that to the calendar and then debit that account every time a user schedules a lesson?

View 1 Replies

C# - Open Source Ecommerce For Digital Media?

Nov 11, 2010

Which Opensourese ASP.NET Ecommerce supports Digital media? I mean ,I want to sell downloadable stuffs

View 1 Replies

Opensource CMS Or ECommerce That Has Sites Which Proposes Beautifull Templates?

Sep 26, 2010

On PHP Platforms like Worldpress, Joomla, OSCommerce there are plenty of beautifull templates some even free, I cannot find any asp.net cms (the ones in Microsoft Gallery are boring) that has such a variety of templates, am I missing something in my search or do you know some ?

View 1 Replies

Free Ecommerce Framework - Implement Shopping Cart?

Feb 3, 2010

Is there a framework in ASP.NET world which makes it easy for me to create a shopping cart? The open source world has plenty of existing frameworks which come with built-in shopping carts etc.let me know of a good & free ecommerce framework which makes it quick for me to implement shopping cart.

View 2 Replies

WCF / ASMX :: Integrating Product Based Ecommerce Website With Webservice API?

Sep 30, 2010

I developed an e-commerce product based website on which i developed all the features like for products, shopping cart etc. Till now it works in a standard way, in which from admin section, store owner adds product categories, and products with prices etc. Now there is a kind of product category which is empty right now (no products in this category right now) -There will be 1000s of products in this category in future.

and the manufacturer of this particular product(s) are providing web services API, so it is possible to add web services API to this e-commerce website to that for that particular category, website gets all the information from the manufacturer's website along with all the product information and prices etc.? How to accopmlish this ? as i don't have any experience with implementing web services on any website ?

View 9 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved