Click here to Skip to main content
15,891,930 members
Home / Discussions / C#
   

C#

 
Questionhow to bind the result of the query to the textbox in c# Pin
Anjani Poornima27-Aug-09 4:19
Anjani Poornima27-Aug-09 4:19 
AnswerRe: how to bind the result of the query to the textbox in c# Pin
Jeremy Likness27-Aug-09 6:21
professionalJeremy Likness27-Aug-09 6:21 
GeneralRe: how to bind the result of the query to the textbox in c# Pin
Anjani Poornima27-Aug-09 20:30
Anjani Poornima27-Aug-09 20:30 
GeneralRe: how to bind the result of the query to the textbox in c# Pin
Anjani Poornima27-Aug-09 22:15
Anjani Poornima27-Aug-09 22:15 
QuestionForm_Load event problem Pin
kanchoette27-Aug-09 4:01
kanchoette27-Aug-09 4:01 
AnswerRe: Form_Load event problem Pin
DaveyM6927-Aug-09 4:04
professionalDaveyM6927-Aug-09 4:04 
GeneralRe: Form_Load event problem Pin
kanchoette27-Aug-09 4:22
kanchoette27-Aug-09 4:22 
GeneralRe: Form_Load event problem Pin
Luc Pattyn27-Aug-09 7:31
sitebuilderLuc Pattyn27-Aug-09 7:31 
Hi,

InitializeComponent() is the one method created and maintained by Visual Studio; you should not edit this method (and, since VS8 or VS9 it normally is in a separate file,
based on C#3.0 partial classes, so you shouldn't even edit the entire myForm.designer.cs files

Having it in there, is technically as good as having it in the Form's constructor, so the problem must be elsewhere. With the little info you have provided, I can't help you any further though.

Smile | :)

Luc Pattyn [Forum Guidelines] [My Articles]

Have a look at my entry for the lean-and-mean competition; please provide comments, feedback, discussion, and don’t forget to vote for it! Thank you.


AnswerRe: Form_Load event problem Pin
Mycroft Holmes27-Aug-09 14:46
professionalMycroft Holmes27-Aug-09 14:46 
QuestionHow to limit the number of simultaneously connected clients Pin
Frozzeg27-Aug-09 3:59
Frozzeg27-Aug-09 3:59 
GeneralRe: How to limit the number of simultaneously connected clients Pin
harold aptroot27-Aug-09 4:02
harold aptroot27-Aug-09 4:02 
GeneralRe: How to limit the number of simultaneously connected clients Pin
Frozzeg27-Aug-09 4:16
Frozzeg27-Aug-09 4:16 
AnswerRe: How to limit the number of simultaneously connected clients Pin
Nagy Vilmos27-Aug-09 4:21
professionalNagy Vilmos27-Aug-09 4:21 
GeneralRe: How to limit the number of simultaneously connected clients Pin
harold aptroot27-Aug-09 4:30
harold aptroot27-Aug-09 4:30 
GeneralRe: How to limit the number of simultaneously connected clients Pin
Frozzeg27-Aug-09 5:23
Frozzeg27-Aug-09 5:23 
QuestionCreate txt file with date as name [Solved] Pin
mostofmonty27-Aug-09 3:35
mostofmonty27-Aug-09 3:35 
AnswerRe: Create txt file with date as name Pin
Calla27-Aug-09 3:39
Calla27-Aug-09 3:39 
AnswerRe: Create txt file with date as name Pin
OriginalGriff27-Aug-09 3:42
mveOriginalGriff27-Aug-09 3:42 
GeneralRe: Create txt file with date as name Pin
mostofmonty27-Aug-09 3:49
mostofmonty27-Aug-09 3:49 
GeneralRe: Create txt file with date as name Pin
OriginalGriff27-Aug-09 3:54
mveOriginalGriff27-Aug-09 3:54 
GeneralRe: Create txt file with date as name Pin
mostofmonty27-Aug-09 3:59
mostofmonty27-Aug-09 3:59 
GeneralRe: Create txt file with date as name Pin
OriginalGriff27-Aug-09 4:11
mveOriginalGriff27-Aug-09 4:11 
GeneralRe: Create txt file with date as name Pin
mostofmonty27-Aug-09 4:24
mostofmonty27-Aug-09 4:24 
AnswerRe: Create txt file with date as name Pin
musefan27-Aug-09 3:47
musefan27-Aug-09 3:47 
GeneralRe: Create txt file with date as name Pin
harold aptroot27-Aug-09 4:01
harold aptroot27-Aug-09 4:01 

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.