Click here to Skip to main content
15,922,139 members
Home / Discussions / C#
   

C#

 
GeneralRe: Remoting Pin
Tom Deketelaere2-Oct-09 3:41
professionalTom Deketelaere2-Oct-09 3:41 
GeneralRe: Remoting Pin
OriginalGriff2-Oct-09 3:56
mveOriginalGriff2-Oct-09 3:56 
GeneralRe: Remoting Pin
amaankhan2-Oct-09 18:45
amaankhan2-Oct-09 18:45 
GeneralRe: Remoting Pin
Xmen Real 2-Oct-09 21:10
professional Xmen Real 2-Oct-09 21:10 
QuestionFTP Pin
JollyMansArt1-Oct-09 17:24
JollyMansArt1-Oct-09 17:24 
AnswerIgnore - Crosspost Pin
nagendrathecoder1-Oct-09 20:51
nagendrathecoder1-Oct-09 20:51 
Questionrecieving mails from outlook in C# code Pin
MahaKh1-Oct-09 17:24
MahaKh1-Oct-09 17:24 
AnswerRe: recieving mails from outlook in C# code Pin
Christian Graus1-Oct-09 18:09
protectorChristian Graus1-Oct-09 18:09 
GeneralRe: recieving mails from outlook in C# code Pin
Mycroft Holmes1-Oct-09 21:31
professionalMycroft Holmes1-Oct-09 21:31 
GeneralRe: recieving mails from outlook in C# code Pin
MahaKh5-Oct-09 17:26
MahaKh5-Oct-09 17:26 
QuestionUnreliable WebBroser control Pin
kozu1-Oct-09 12:01
kozu1-Oct-09 12:01 
AnswerRe: Unreliable WebBroser control Pin
Christian Graus1-Oct-09 12:16
protectorChristian Graus1-Oct-09 12:16 
GeneralRe: Unreliable WebBroser control Pin
kozu1-Oct-09 13:46
kozu1-Oct-09 13:46 
GeneralRe: Unreliable WebBroser control Pin
Christian Graus1-Oct-09 14:58
protectorChristian Graus1-Oct-09 14:58 
QuestionProblem adding data from a data set to a List Object Pin
AndyASPVB1-Oct-09 11:08
AndyASPVB1-Oct-09 11:08 
AnswerRe: Problem adding data from a data set to a List Object Pin
Dave Kreskowiak1-Oct-09 11:15
mveDave Kreskowiak1-Oct-09 11:15 
QuestionHow do you check to see if a web service is running or not? Pin
AndyASPVB1-Oct-09 10:49
AndyASPVB1-Oct-09 10:49 
AnswerRe: How do you check to see if a web service is running or not? Pin
Dave Kreskowiak1-Oct-09 11:14
mveDave Kreskowiak1-Oct-09 11:14 
AnswerRe: How do you check to see if a web service is running or not? Pin
PIEBALDconsult1-Oct-09 14:55
mvePIEBALDconsult1-Oct-09 14:55 
GeneralRe: How do you check to see if a web service is running or not? Pin
Dave Kreskowiak1-Oct-09 16:23
mveDave Kreskowiak1-Oct-09 16:23 
GeneralRe: How do you check to see if a web service is running or not? Pin
PIEBALDconsult2-Oct-09 3:42
mvePIEBALDconsult2-Oct-09 3:42 
QuestionException while creating table in azure. Pin
VasntKrish1-Oct-09 9:23
VasntKrish1-Oct-09 9:23 
QuestionXML, XSD VALIDATION Pin
waqasm1-Oct-09 8:16
waqasm1-Oct-09 8:16 
AnswerRe: XML, XSD VALIDATION Pin
Henry Minute1-Oct-09 10:50
Henry Minute1-Oct-09 10:50 
This is not an answer to your question, mainly because I have too much difficulty in reading your code, to be able to spot any problems. If you enclose your code in <pre>your code</pre> tags it will be much, much easier to read. The PRE tags maintain the formatting and colourize the code.

You state that
waqasm wrote:
Im an extremely new programmer
,
so you have not yet had some bad habits ingrained. Before it becomes too late, each time that you add a Control to a Form give it a name that reflects what it does, e.g. validationButton instead of leaving it as button1, do this immediately after adding it, before you do anything else like writing a click handler. That way, in six months time, when you look at your code again, you will not be forever thinking, "now what on earth did button1 or textBox1 do?" Some people put the control type first - validationButton would be buttonValidation for them. I use a similar scheme to that except I have, over the years, evolved a set of abbreviations for the controls - 'btn' for a Button, 'txt' for a TextBox, 'lbl' for a Label, 'cbox' for a ComboBox, 'lbox' for a ListBox and so on, so for me it would be btnValidation. Devise whatever you feel comfortable with, but please, please don't just leave them as button1, button2 and so on. Smile | :)

Henry Minute

Do not read medical books! You could die of a misprint. - Mark Twain
Girl: (staring) "Why do you need an icy cucumber?"
“I want to report a fraud. The government is lying to us all.”

GeneralRe: XML, XSD VALIDATION Pin
waqasm1-Oct-09 11:09
waqasm1-Oct-09 11:09 

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.