Click here to Skip to main content
15,919,500 members
Home / Discussions / C#
   

C#

 
GeneralRe: datagridview Pin
Justin Perez8-Jan-08 4:00
Justin Perez8-Jan-08 4:00 
QuestionHow to handle special International characters in C#. Pin
MinhajuddinK8-Jan-08 1:39
MinhajuddinK8-Jan-08 1:39 
AnswerRe: How to handle special International characters in C#. Pin
Matthew Butler8-Jan-08 4:00
Matthew Butler8-Jan-08 4:00 
GeneralRe: How to handle special International characters in C#. Pin
MinhajuddinK8-Jan-08 5:34
MinhajuddinK8-Jan-08 5:34 
QuestioniTunes SDK (Cover Art) Pin
MicealG8-Jan-08 1:30
MicealG8-Jan-08 1:30 
Generalstruggling with return type of procedure Pin
tasumisra8-Jan-08 0:53
tasumisra8-Jan-08 0:53 
GeneralRe: struggling with return type of procedure Pin
Mircea Puiu8-Jan-08 1:12
Mircea Puiu8-Jan-08 1:12 
GeneralRe: struggling with return type of procedure Pin
tasumisra8-Jan-08 1:17
tasumisra8-Jan-08 1:17 
Thanks alot for ur reply....

here my problem is once am returning the sqldatareader "reader".. to the calling function

if it has only one boolean value how it will read just like am trying to read like...

while (reader.Read())
{
Console.WriteLine(reader["IsNameBit"].ToString());
}


here IsNameBit is set as 0 or 1 from the procedure so how it ll be handled here in code ...



Thanks In Advance

T@SU

GeneralRe: struggling with return type of procedure Pin
Mircea Puiu8-Jan-08 1:24
Mircea Puiu8-Jan-08 1:24 
AnswerRe: struggling with return type of procedure Pin
Guffa8-Jan-08 3:38
Guffa8-Jan-08 3:38 
Generalassembly not found Pin
infi_20078-Jan-08 0:50
infi_20078-Jan-08 0:50 
GeneralRe: assembly not found Pin
Mircea Puiu8-Jan-08 1:07
Mircea Puiu8-Jan-08 1:07 
GeneralWindows Permission Dialog Pin
borjolujo8-Jan-08 0:29
borjolujo8-Jan-08 0:29 
QuestionCrystal Reports CrossTab fields Pin
adi.rusu8-Jan-08 0:03
adi.rusu8-Jan-08 0:03 
QuestionHow to call notepad from windows service Pin
ravindradonkada7-Jan-08 23:56
ravindradonkada7-Jan-08 23:56 
GeneralRe: How to call notepad from windows service Pin
sindhutiwari8-Jan-08 1:17
sindhutiwari8-Jan-08 1:17 
GeneralRe: How to call notepad from windows service Pin
Vasudevan Deepak Kumar8-Jan-08 2:31
Vasudevan Deepak Kumar8-Jan-08 2:31 
QuestionHow to open notepad from windows service Pin
ravindradonkada7-Jan-08 23:55
ravindradonkada7-Jan-08 23:55 
GeneralStarting NotePad from C# code Pin
Mircea Puiu8-Jan-08 0:57
Mircea Puiu8-Jan-08 0:57 
GeneralRe: Starting NotePad from C# code Pin
Stu Richardson8-Jan-08 1:18
Stu Richardson8-Jan-08 1:18 
GeneralRe: Starting NotePad from C# code Pin
Mircea Puiu8-Jan-08 1:20
Mircea Puiu8-Jan-08 1:20 
GeneralRe: Starting NotePad from C# code Pin
J4amieC8-Jan-08 1:23
J4amieC8-Jan-08 1:23 
GeneralRe: Starting NotePad from C# code Pin
Mircea Puiu8-Jan-08 1:25
Mircea Puiu8-Jan-08 1:25 
GeneralRe: How to open notepad from windows service Pin
J4amieC8-Jan-08 1:25
J4amieC8-Jan-08 1:25 
GeneralRe: How to open notepad from windows service Pin
Stu Richardson8-Jan-08 1:54
Stu Richardson8-Jan-08 1:54 

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.