Click here to Skip to main content
15,886,110 members
Home / Discussions / C#
   

C#

 
AnswerRe: accessing the value of control between seperate Forms Pin
Smart Arab24-Feb-12 0:24
Smart Arab24-Feb-12 0:24 
GeneralRe: accessing the value of control between seperate Forms Pin
Fred 3424-Feb-12 0:36
Fred 3424-Feb-12 0:36 
AnswerRe: accessing the value of control between seperate Forms Pin
Richard MacCutchan24-Feb-12 1:26
mveRichard MacCutchan24-Feb-12 1:26 
GeneralRe: accessing the value of control between seperate Forms Pin
Fred 3424-Feb-12 1:44
Fred 3424-Feb-12 1:44 
GeneralRe: accessing the value of control between seperate Forms Pin
lukeer24-Feb-12 2:10
lukeer24-Feb-12 2:10 
GeneralRe: accessing the value of control between seperate Forms Pin
Fred 3424-Feb-12 4:40
Fred 3424-Feb-12 4:40 
GeneralRe: accessing the value of control between seperate Forms Pin
Richard MacCutchan24-Feb-12 2:44
mveRichard MacCutchan24-Feb-12 2:44 
AnswerRe: accessing the value of control between seperate Forms Pin
Dave Kreskowiak24-Feb-12 4:12
mveDave Kreskowiak24-Feb-12 4:12 
faraz34 wrote:
but i didn't get an explicit answer


Yes you did. What you didn't get was an exact code sample you could copy'n'adapt to your code. Luc's link was very explicit and explained the concepts quite clearly.

By doing this you are also making your forms completely dependant on one another. You now cannot change one form without affecting the other. This means you have a very bad data model. You shouldn't be accessing controls on one form from another. You should be putting the data from that form in a container object so that it can be passed back to or retrieved by the calling code.

GeneralRe: accessing the value of control between seperate Forms Pin
Fred 3424-Feb-12 4:46
Fred 3424-Feb-12 4:46 
GeneralRe: accessing the value of control between seperate Forms Pin
Dave Kreskowiak24-Feb-12 9:03
mveDave Kreskowiak24-Feb-12 9:03 
AnswerRe: accessing the value of control between seperate Forms Pin
Shameel24-Feb-12 8:25
professionalShameel24-Feb-12 8:25 
Questionhow to filter chart by textbox & dropdown ??? Pin
Jeeten Parmar24-Feb-12 0:08
Jeeten Parmar24-Feb-12 0:08 
QuestionExport To word problem Pin
helmidj23-Feb-12 22:16
helmidj23-Feb-12 22:16 
AnswerRe: Export To word problem Pin
Pete O'Hanlon23-Feb-12 22:24
mvePete O'Hanlon23-Feb-12 22:24 
GeneralRe: Export To word problem Pin
helmidj27-Feb-12 4:37
helmidj27-Feb-12 4:37 
QuestionAsp.net MVC Pin
santhosh.kumar8323-Feb-12 20:32
santhosh.kumar8323-Feb-12 20:32 
AnswerRe: Asp.net MVC Pin
Richard MacCutchan23-Feb-12 22:28
mveRichard MacCutchan23-Feb-12 22:28 
QuestionHow to set up dataGridView background image, or transparent background Pin
Member 860388323-Feb-12 18:19
Member 860388323-Feb-12 18:19 
AnswerRe: How to set up dataGridView background image, or transparent background Pin
Eddy Vluggen24-Feb-12 0:50
professionalEddy Vluggen24-Feb-12 0:50 
GeneralRe: How to set up dataGridView background image, or transparent background Pin
Member 860388328-Feb-12 19:01
Member 860388328-Feb-12 19:01 
AnswerRe: How to set up dataGridView background image, or transparent background Pin
Eddy Vluggen29-Feb-12 8:51
professionalEddy Vluggen29-Feb-12 8:51 
Questionproblème de connexion avec un serveur mysql distant Pin
MemberDotNetting23-Feb-12 12:52
MemberDotNetting23-Feb-12 12:52 
AnswerRe: problème de connexion avec un serveur mysql distant Pin
R. Giskard Reventlov23-Feb-12 13:02
R. Giskard Reventlov23-Feb-12 13:02 
AnswerRe: problème de connexion avec un serveur mysql distant PinPopular
Mycroft Holmes23-Feb-12 13:17
professionalMycroft Holmes23-Feb-12 13:17 
AnswerRe: problème de connexion avec un serveur mysql distant Pin
Luc Pattyn23-Feb-12 14:01
sitebuilderLuc Pattyn23-Feb-12 14: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.