Click here to Skip to main content
15,892,839 members
Home / Discussions / C#
   

C#

 
AnswerRe: Name of Image Pin
humayunlalzad9-Jan-09 16:37
humayunlalzad9-Jan-09 16:37 
AnswerRe: Name of Image Pin
Xmen Real 9-Jan-09 23:02
professional Xmen Real 9-Jan-09 23:02 
GeneralRe: Name of Image Pin
humayunlalzad10-Jan-09 3:46
humayunlalzad10-Jan-09 3:46 
GeneralRe: Name of Image Pin
Xmen Real 10-Jan-09 5:06
professional Xmen Real 10-Jan-09 5:06 
QuestionHow to create skins for applications? [modified] Pin
Bottomless Wisdom9-Jan-09 14:48
Bottomless Wisdom9-Jan-09 14:48 
AnswerRe: How to create skins for applications? Pin
Xmen Real 9-Jan-09 23:09
professional Xmen Real 9-Jan-09 23:09 
QuestionRecommended books on .NET Pin
Mohsen Saad9-Jan-09 14:43
Mohsen Saad9-Jan-09 14:43 
AnswerRe: Recommended books on .NET Pin
Bottomless Wisdom9-Jan-09 14:55
Bottomless Wisdom9-Jan-09 14:55 
AnswerRe: Recommended books on .NET Pin
johnsontroye9-Jan-09 17:36
johnsontroye9-Jan-09 17:36 
Question"This program might require administrator privileges" Pin
Winkles9-Jan-09 14:06
Winkles9-Jan-09 14:06 
AnswerRe: "This program might require administrator privileges" Pin
Xmen Real 9-Jan-09 23:14
professional Xmen Real 9-Jan-09 23:14 
AnswerRe: "This program might require administrator privileges" Pin
Henry Minute10-Jan-09 0:21
Henry Minute10-Jan-09 0:21 
GeneralRe: "This program might require administrator privileges" Pin
Winkles10-Jan-09 9:53
Winkles10-Jan-09 9:53 
GeneralRe: "This program might require administrator privileges" Pin
Henry Minute10-Jan-09 14:22
Henry Minute10-Jan-09 14:22 
GeneralRe: "This program might require administrator privileges" Pin
Winkles11-Jan-09 10:11
Winkles11-Jan-09 10:11 
QuestionNeed Some Help Please Pin
Member 28424689-Jan-09 12:57
Member 28424689-Jan-09 12:57 
AnswerRe: Need Some Help Please Pin
Colin Angus Mackay9-Jan-09 13:01
Colin Angus Mackay9-Jan-09 13:01 
AnswerRe: Need Some Help Please Pin
Colin Angus Mackay9-Jan-09 13:03
Colin Angus Mackay9-Jan-09 13:03 
AnswerRe: Need Some Help Please Pin
sourabhsorate9-Jan-09 22:26
sourabhsorate9-Jan-09 22:26 
Hello Zubair,
There are two solutions to solve your problem

1. Either you can use stored procedure or,
2. If you have programming exprience then solve your problem as follow.

First insert record in Primary table, so primary column will autoincrement its value.Eg. suppose u r inserting student_name 'XYZ' in student table and stud_id is primary column.

Now, use select query to find the value of stud_id from student table by using the name of student that u hav just inserted.
eg. SELECT stud_id FROM STUDENT WHERE student_name = 'XYZ'

Now, u hav obtained stud_id which was autoincremented.

Now, use this value to insert it in child table.eg. suppose u r inserting it in table studentdetails table

INSERT INTO studentdeatails (stud_id,average) VALUES (stud_id, 70)

Ok... hope this will help u. Good luck
GeneralRe: Need Some Help Please Pin
Colin Angus Mackay10-Jan-09 0:12
Colin Angus Mackay10-Jan-09 0:12 
QuestionFTP a Text file to an OpenVMS Ser ver Pin
#realJSOP9-Jan-09 11:04
mve#realJSOP9-Jan-09 11:04 
AnswerRe: FTP a Text file to an OpenVMS Ser ver Pin
Henry Minute9-Jan-09 12:00
Henry Minute9-Jan-09 12:00 
GeneralRe: FTP a Text file to an OpenVMS Ser ver Pin
#realJSOP10-Jan-09 0:03
mve#realJSOP10-Jan-09 0:03 
AnswerRe: FTP a Text file to an OpenVMS Ser ver [modified] Pin
Garth J Lancaster9-Jan-09 19:02
professionalGarth J Lancaster9-Jan-09 19:02 
GeneralRe: FTP a Text file to an OpenVMS Ser ver Pin
#realJSOP10-Jan-09 0:06
mve#realJSOP10-Jan-09 0:06 

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.