Click here to Skip to main content
15,910,234 members
Home / Discussions / C#
   

C#

 
GeneralRe: DataGirdView black screen Pin
Choi KyuJung22-Jul-21 15:33
Choi KyuJung22-Jul-21 15:33 
QuestionWhy I can not get requested data when I open connection? Pin
Sajo Nezic19-Jul-21 22:29
Sajo Nezic19-Jul-21 22:29 
AnswerRe: Why I can not get requested data when I open connection? Pin
OriginalGriff19-Jul-21 23:21
mveOriginalGriff19-Jul-21 23:21 
AnswerRe: Why I can not get requested data when I open connection? Pin
jsc4220-Jul-21 0:14
professionaljsc4220-Jul-21 0:14 
Probably not the cause of your problem but ...

You are abusing the 'using' keyword. It is meant to be used to create and dispose of objects, but you have already created it and then you manually close it at the end.
Even so, you should get one of your WriteLine's to display.

As @OriginalGriff has already said ... use the debugger.
QuestionHow to create a gauge in C# Pin
Ken1213318-Jul-21 6:32
Ken1213318-Jul-21 6:32 
AnswerRe: How to create a gauge in C# Pin
Dave Kreskowiak18-Jul-21 5:45
mveDave Kreskowiak18-Jul-21 5:45 
GeneralRe: How to create a gauge in C# Pin
Ken1213318-Jul-21 6:39
Ken1213318-Jul-21 6:39 
GeneralRe: How to create a gauge in C# Pin
Dave Kreskowiak18-Jul-21 6:49
mveDave Kreskowiak18-Jul-21 6:49 
GeneralRe: How to create a gauge in C# Pin
Ken1213318-Jul-21 7:04
Ken1213318-Jul-21 7:04 
GeneralRe: How to create a gauge in C# Pin
Dave Kreskowiak18-Jul-21 7:05
mveDave Kreskowiak18-Jul-21 7:05 
GeneralRe: How to create a gauge in C# Pin
Ken1213318-Jul-21 7:18
Ken1213318-Jul-21 7:18 
GeneralRe: How to create a gauge in C# Pin
Dave Kreskowiak18-Jul-21 7:32
mveDave Kreskowiak18-Jul-21 7:32 
GeneralRe: How to create a gauge in C# Pin
Ken1213318-Jul-21 7:42
Ken1213318-Jul-21 7:42 
GeneralRe: How to create a gauge in C# Pin
Dave Kreskowiak18-Jul-21 7:47
mveDave Kreskowiak18-Jul-21 7:47 
GeneralRe: How to create a gauge in C# Pin
Ken1213318-Jul-21 9:24
Ken1213318-Jul-21 9:24 
GeneralRe: How to create a gauge in C# Pin
OriginalGriff18-Jul-21 7:56
mveOriginalGriff18-Jul-21 7:56 
GeneralRe: How to create a gauge in C# Pin
Ken1213318-Jul-21 8:46
Ken1213318-Jul-21 8:46 
GeneralRe: How to create a gauge in C# Pin
OriginalGriff18-Jul-21 8:54
mveOriginalGriff18-Jul-21 8:54 
GeneralRe: How to create a gauge in C# Pin
Ken1213318-Jul-21 9:57
Ken1213318-Jul-21 9:57 
GeneralRe: How to create a gauge in C# Pin
Ralf Meier18-Jul-21 10:07
mveRalf Meier18-Jul-21 10:07 
GeneralRe: How to create a gauge in C# Pin
Ken1213318-Jul-21 10:14
Ken1213318-Jul-21 10:14 
GeneralRe: How to create a gauge in C# Pin
OriginalGriff18-Jul-21 10:13
mveOriginalGriff18-Jul-21 10:13 
QuestionHow to create a layout with a scroll view at top and three buttons at bottom in Xamarin? Pin
Alex Dunlop15-Jul-21 7:38
Alex Dunlop15-Jul-21 7:38 
QuestionRe: How to create a layout with a scroll view at top and three buttons at bottom in Xamarin? Pin
Eddy Vluggen15-Jul-21 12:20
professionalEddy Vluggen15-Jul-21 12:20 
AnswerRe: How to create a layout with a scroll view at top and three buttons at bottom in Xamarin? Pin
Mycroft Holmes15-Jul-21 12:29
professionalMycroft Holmes15-Jul-21 12:29 

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.