Click here to Skip to main content
15,920,687 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionLooking for example of a drop down box for a one to many table relationship. Pin
ironhide197514-Mar-08 2:59
ironhide197514-Mar-08 2:59 
GeneralRe: Looking for example of a drop down box for a one to many table relationship. Pin
eyeseetee14-Mar-08 4:16
eyeseetee14-Mar-08 4:16 
QuestionAVOID DUPLICATION IN DATABASE and PROGRAM! Pin
John Sundar14-Mar-08 1:38
John Sundar14-Mar-08 1:38 
GeneralRe: AVOID DUPLICATION IN DATABASE and PROGRAM! Pin
Not Active14-Mar-08 3:07
mentorNot Active14-Mar-08 3:07 
GeneralRe: AVOID DUPLICATION IN DATABASE and PROGRAM! [modified] Pin
John Sundar14-Mar-08 3:26
John Sundar14-Mar-08 3:26 
GeneralRe: AVOID DUPLICATION IN DATABASE and PROGRAM! Pin
Not Active14-Mar-08 3:37
mentorNot Active14-Mar-08 3:37 
GeneralRe: AVOID DUPLICATION IN DATABASE and PROGRAM! Pin
John Sundar14-Mar-08 3:53
John Sundar14-Mar-08 3:53 
GeneralRe: AVOID DUPLICATION IN DATABASE and PROGRAM! Pin
Not Active14-Mar-08 4:09
mentorNot Active14-Mar-08 4:09 
I believe you are making it more difficult than it really is. Just because you want to append text to your ID doesn't preclude you from using an autonumber column.

INSERT INTO A
RETURN scope_identity()

Or just eliminate table A, you can append whatever text to the ID after it is retrieved.


only two letters away from being an asset

GeneralRe: AVOID DUPLICATION IN DATABASE and PROGRAM! [modified] Pin
John Sundar14-Mar-08 4:18
John Sundar14-Mar-08 4:18 
GeneralRe: AVOID DUPLICATION IN DATABASE and PROGRAM! Pin
Not Active14-Mar-08 4:42
mentorNot Active14-Mar-08 4:42 
QuestionHow to give both Bold & Italic fontstyle to ont font Pin
Trishul Tandel14-Mar-08 0:31
Trishul Tandel14-Mar-08 0:31 
AnswerRe: How to give both Bold & Italic fontstyle to ont font Pin
soni uma14-Mar-08 0:34
soni uma14-Mar-08 0:34 
GeneralRe: How to give both Bold & Italic fontstyle to ont font Pin
Trishul Tandel14-Mar-08 0:53
Trishul Tandel14-Mar-08 0:53 
Questiononline examination using asp.net Pin
Member 461912814-Mar-08 0:22
Member 461912814-Mar-08 0:22 
GeneralRe: online examination using asp.net Pin
saini arun14-Mar-08 5:43
saini arun14-Mar-08 5:43 
GeneralRe: online examination using asp.net Pin
Paul Conrad14-Mar-08 15:06
professionalPaul Conrad14-Mar-08 15:06 
GeneralRe: online examination using asp.net Pin
Vasudevan Deepak Kumar17-Mar-08 1:31
Vasudevan Deepak Kumar17-Mar-08 1:31 
Generalcascading drop downlist shows as undefined Pin
eyeseetee14-Mar-08 0:14
eyeseetee14-Mar-08 0:14 
GeneralRe: cascading drop downlist shows as undefined Pin
eyeseetee14-Mar-08 1:23
eyeseetee14-Mar-08 1:23 
GeneralDuplicate question - everyone can ignore it Pin
Not Active14-Mar-08 3:43
mentorNot Active14-Mar-08 3:43 
GeneralRe: Duplicate question - everyone can ignore it Pin
eyeseetee14-Mar-08 4:10
eyeseetee14-Mar-08 4:10 
GeneralRe: Duplicate question - everyone can ignore it Pin
eyeseetee14-Mar-08 4:15
eyeseetee14-Mar-08 4:15 
GeneralRe: Duplicate question - everyone can ignore it Pin
Not Active14-Mar-08 4:36
mentorNot Active14-Mar-08 4:36 
GeneralRe: Duplicate question - everyone can ignore it Pin
eyeseetee14-Mar-08 5:03
eyeseetee14-Mar-08 5:03 
QuestionGetting MembershipSection Values Pin
Brendan Vogt13-Mar-08 22:41
Brendan Vogt13-Mar-08 22:41 

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.