Click here to Skip to main content
15,890,506 members
Home / Discussions / C#
   

C#

 
GeneralRe: can anyone help me out here with the tutorials of c# classes and arrays and strings as well as exception handling Pin
Rob Philpott23-Aug-11 2:01
Rob Philpott23-Aug-11 2:01 
AnswerRe: can anyone help me out here with the tutorials of c# classes and arrays and strings as well as exception handling Pin
Hari Om Prakash Sharma23-Aug-11 4:30
Hari Om Prakash Sharma23-Aug-11 4:30 
AnswerRe: can anyone help me out here with the tutorials of c# classes and arrays and strings as well as exception handling Pin
#realJSOP23-Aug-11 5:23
mve#realJSOP23-Aug-11 5:23 
Questionhelp me Pin
daniel_leto2322-Aug-11 18:09
daniel_leto2322-Aug-11 18:09 
AnswerRe: help me Pin
thatraja22-Aug-11 18:22
professionalthatraja22-Aug-11 18:22 
AnswerRe: help me Pin
daniel_leto2322-Aug-11 18:33
daniel_leto2322-Aug-11 18:33 
GeneralRe: help me Pin
Not Active22-Aug-11 19:01
mentorNot Active22-Aug-11 19:01 
AnswerRe: help me PinPopular
RobCroll22-Aug-11 19:09
RobCroll22-Aug-11 19:09 
To start, try giving the subject heading of your post something meaningful. Just the fact that your posting a question would suggest you are looking for help.

Here is a list:
You have unused using statements, they should be removed.
Don't use underscore _ in namespaces. Try something like Daniel.NewFormApp
Don't start class names with underscores, start with a capital letter.
Code isn't formatted, when posting at CP enter code inside "code block" tags
Don't leave empty methods in your code, previewButt_Click
Give variables meaningful names like NameTextBox, not TextBox1
Pascal/camel case variables strSgl not strsql
Don't use "" as you are creating strings in memory for no reason, use string.Empty
clearButt and submitButt are probably not a good choice of naming, try something like ClearButton

And actually asking a question will help, we're not all engineers.

Other than that, it looks good Smile | :)
"You get that on the big jobs."

GeneralRe: help me Pin
Smithers-Jones22-Aug-11 20:58
Smithers-Jones22-Aug-11 20:58 
QuestionStackOverflowException Pin
abolfazl delbari22-Aug-11 13:08
abolfazl delbari22-Aug-11 13:08 
AnswerRe: StackOverflowException [modified] PinPopular
Luc Pattyn22-Aug-11 13:32
sitebuilderLuc Pattyn22-Aug-11 13:32 
GeneralRe: StackOverflowException Pin
abolfazl delbari22-Aug-11 14:48
abolfazl delbari22-Aug-11 14:48 
AnswerRe: StackOverflowException Pin
Luc Pattyn22-Aug-11 15:23
sitebuilderLuc Pattyn22-Aug-11 15:23 
SuggestionRe: StackOverflowException Pin
lukeer22-Aug-11 20:46
lukeer22-Aug-11 20:46 
AnswerRe: StackOverflowException [modified] Pin
Luc Pattyn23-Aug-11 1:47
sitebuilderLuc Pattyn23-Aug-11 1:47 
GeneralRe: StackOverflowException Pin
PIEBALDconsult23-Aug-11 3:13
mvePIEBALDconsult23-Aug-11 3:13 
AnswerRe: StackOverflowException Pin
Luc Pattyn23-Aug-11 3:28
sitebuilderLuc Pattyn23-Aug-11 3:28 
GeneralRe: StackOverflowException Pin
PIEBALDconsult23-Aug-11 3:34
mvePIEBALDconsult23-Aug-11 3:34 
QuestionRe: StackOverflowException Pin
Luc Pattyn23-Aug-11 5:46
sitebuilderLuc Pattyn23-Aug-11 5:46 
AnswerRe: StackOverflowException Pin
PIEBALDconsult23-Aug-11 14:16
mvePIEBALDconsult23-Aug-11 14:16 
GeneralRe: StackOverflowException Pin
GParkings1-Sep-11 7:35
GParkings1-Sep-11 7:35 
GeneralRe: StackOverflowException Pin
Luc Pattyn1-Sep-11 8:11
sitebuilderLuc Pattyn1-Sep-11 8:11 
JokeRe: StackOverflowException Pin
PIEBALDconsult22-Aug-11 14:47
mvePIEBALDconsult22-Aug-11 14:47 
GeneralRe: StackOverflowException Pin
abolfazl delbari22-Aug-11 15:00
abolfazl delbari22-Aug-11 15:00 
Questionvirtual USB device Pin
Grimes22-Aug-11 11:03
Grimes22-Aug-11 11:03 

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.