Click here to Skip to main content
15,879,326 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Develop a Custom Login page Pin
Sandeep Mewara25-Feb-13 18:13
mveSandeep Mewara25-Feb-13 18:13 
AnswerRe: Develop a Custom Login page Pin
Rahul Rajat Singh25-Feb-13 20:04
professionalRahul Rajat Singh25-Feb-13 20:04 
Questionproblem with intelligencia.urlrewriter Pin
C#Programmer201224-Feb-13 22:32
C#Programmer201224-Feb-13 22:32 
AnswerRe: problem with intelligencia.urlrewriter Pin
C#Programmer201225-Feb-13 17:57
C#Programmer201225-Feb-13 17:57 
QuestionRe: problem with intelligencia.urlrewriter Pin
ZurdoDev26-Feb-13 10:35
professionalZurdoDev26-Feb-13 10:35 
AnswerRe: problem with intelligencia.urlrewriter Pin
C#Programmer201226-Feb-13 17:48
C#Programmer201226-Feb-13 17:48 
QuestionMaintaining Array Data in an SQL Database. Pin
Bram van Kampen24-Feb-13 15:23
Bram van Kampen24-Feb-13 15:23 
AnswerRe: Maintaining Array Data in an SQL Database. Pin
David Mujica25-Feb-13 3:02
David Mujica25-Feb-13 3:02 
Yes, SQL can store the data you describe quite well.

Here are a few terms you may want to research:

1) Primary key
2) Foreign key
3) Transaction

Basically what you describe is a classic Master-detail relationship where the Order is the master and the Items are the details. You would define a primary key on the Order table which uniquely defines the order, then that primary key is used in the Items table as a foreign key (relating all of the Items back to the single Order).

When you do updates to the Order/Items, you will use a transaction which ensures that all of the updates across all of the records are performed consistently or not at all.

Hope this helps.
Cool | :cool:
Questionsaving and retrieving recent activities Pin
Jassim Rahma24-Feb-13 4:40
Jassim Rahma24-Feb-13 4:40 
AnswerRe: saving and retrieving recent activities Pin
jkirkerx26-Feb-13 11:04
professionaljkirkerx26-Feb-13 11:04 
Generalasp.net export to excel Pin
pppppsssss24-Feb-13 0:50
pppppsssss24-Feb-13 0:50 
GeneralRe: asp.net export to excel Pin
Sandeep Mewara24-Feb-13 1:18
mveSandeep Mewara24-Feb-13 1:18 
AnswerRe: asp.net export to excel Pin
ZurdoDev26-Feb-13 10:37
professionalZurdoDev26-Feb-13 10:37 
Questionhow to linbutton's text on another page button click event Pin
Member 870181323-Feb-13 2:56
Member 870181323-Feb-13 2:56 
AnswerRe: how to linbutton's text on another page button click event Pin
Sandeep Mewara23-Feb-13 3:28
mveSandeep Mewara23-Feb-13 3:28 
GeneralRe: how to linbutton's text on another page button click event Pin
Member 870181323-Feb-13 6:55
Member 870181323-Feb-13 6:55 
GeneralRe: how to linbutton's text on another page button click event Pin
Member 870181323-Feb-13 22:40
Member 870181323-Feb-13 22:40 
GeneralRe: how to linbutton's text on another page button click event Pin
Sandeep Mewara23-Feb-13 22:46
mveSandeep Mewara23-Feb-13 22:46 
Questionhtml5 with vs2010 Pin
Manoranjan Gupta23-Feb-13 2:07
Manoranjan Gupta23-Feb-13 2:07 
AnswerRe: html5 with vs2010 Pin
Sandeep Mewara23-Feb-13 3:10
mveSandeep Mewara23-Feb-13 3:10 
Question70-480 Course Book Pin
silentspeaker23-Feb-13 0:35
silentspeaker23-Feb-13 0:35 
AnswerRe: 70-480 Course Book Pin
Richard MacCutchan23-Feb-13 1:07
mveRichard MacCutchan23-Feb-13 1:07 
Questionvisul studio installing Pin
agrigold22-Feb-13 22:48
agrigold22-Feb-13 22:48 
AnswerRe: visul studio installing Pin
Marco Bertschi23-Feb-13 1:42
protectorMarco Bertschi23-Feb-13 1:42 
AnswerRe: visul studio installing Pin
Sandeep Mewara23-Feb-13 3:13
mveSandeep Mewara23-Feb-13 3:13 

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.