Click here to Skip to main content
15,895,848 members
Home / Discussions / C#
   

C#

 
AnswerRe: reading Devanagari Pin
Vikram A Punathambekar4-Mar-09 0:14
Vikram A Punathambekar4-Mar-09 0:14 
QuestionInvokeMemeber("click") on a messagebox Pin
Member 44178923-Mar-09 20:34
Member 44178923-Mar-09 20:34 
AnswerRe: InvokeMemeber("click") on a messagebox Pin
Shyam K Pananghat3-Mar-09 20:53
Shyam K Pananghat3-Mar-09 20:53 
GeneralRe: InvokeMemeber("click") on a messagebox Pin
Member 44178923-Mar-09 21:18
Member 44178923-Mar-09 21:18 
GeneralRe: InvokeMemeber("click") on a messagebox Pin
J4amieC3-Mar-09 22:15
J4amieC3-Mar-09 22:15 
GeneralRe: InvokeMemeber("click") on a messagebox Pin
Member 44178923-Mar-09 22:27
Member 44178923-Mar-09 22:27 
QuestionDisable the form while the back end process doing Pin
anishkannan3-Mar-09 20:33
anishkannan3-Mar-09 20:33 
AnswerRe: Disable the form while the back end process doing Pin
ABitSmart3-Mar-09 20:58
ABitSmart3-Mar-09 20:58 
AnswerRe: Disable the form while the back end process doing Pin
Ashfield3-Mar-09 20:59
Ashfield3-Mar-09 20:59 
AnswerRe: Disable the form while the back end process doing Pin
Manish Choudhary .NET expert3-Mar-09 22:50
Manish Choudhary .NET expert3-Mar-09 22:50 
QuestionMDI Child form loading and flickering issue... Pin
Tej Aj3-Mar-09 20:32
Tej Aj3-Mar-09 20:32 
QuestionSave Image as pdf file Pin
Feddo043-Mar-09 20:17
Feddo043-Mar-09 20:17 
AnswerRe: Save Image as pdf file Pin
stancrm3-Mar-09 20:19
stancrm3-Mar-09 20:19 
QuestionRe: Save Image as pdf file Pin
Feddo043-Mar-09 20:48
Feddo043-Mar-09 20:48 
AnswerRe: Save Image as pdf file Pin
Shyam K Pananghat4-Mar-09 0:36
Shyam K Pananghat4-Mar-09 0:36 
GeneralRe: Save Image as pdf file Pin
Feddo044-Mar-09 5:53
Feddo044-Mar-09 5:53 
QuestionNeed to disable Right Click Pin
honeyashu3-Mar-09 20:13
honeyashu3-Mar-09 20:13 
AnswerRe: Need to disable Right Click Pin
stancrm3-Mar-09 20:18
stancrm3-Mar-09 20:18 
GeneralRe: Need to disable Right Click Pin
honeyashu3-Mar-09 20:25
honeyashu3-Mar-09 20:25 
GeneralRe: Need to disable Right Click Pin
stancrm3-Mar-09 20:33
stancrm3-Mar-09 20:33 
QuestionNested Query Pin
Sajjad Leo3-Mar-09 19:17
Sajjad Leo3-Mar-09 19:17 
Dear All,

I am working on window application in C# i need to retrieve on record by using sql query but as record can't accessible with single query so i am using nested query to access the record query is correct i tested it in sql query analyzer but error in c# syntax query is this.....

rec = "select student_id from student_biodata where student_name = " + lstStudentName.Text + "";
string str = "select * from student_biodata where student_id = " + rec + "";

when i run this block error is Incorrect syntax near the keyword 'select'

this is in second query when i combining second query.

Please tell me what is the correct syntax of nested query in C#.

Thanx

Sajjad Ali
AnswerRe: Nested Query Pin
ABitSmart3-Mar-09 19:51
ABitSmart3-Mar-09 19:51 
GeneralRe: Nested Query Pin
Sajjad Leo3-Mar-09 20:10
Sajjad Leo3-Mar-09 20:10 
AnswerRe: Nested Query Pin
Christian Graus3-Mar-09 20:02
protectorChristian Graus3-Mar-09 20:02 
GeneralRe: Nested Query Pin
Sajjad Leo3-Mar-09 20:07
Sajjad Leo3-Mar-09 20:07 

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.