Cannot transfer data between different Forms
Hello guys...
I am new to this forum and new to DotNet too..I am on C# track and currently facing the problem described below.I am practicing on VS2002 and 1.1 framework and my OS is windows XP.
As i am new to this forum, i dont know this query has been asked by anyone before..if yes then please send me the link to the page..ThankYou
Problem:
I am having two Forms in my application(Form1 and Form2).Form1 is startup form.Form1 contains a richtextbox and a button.This button opens Form2.Form2 contains a datetimepicker and a button.
Now what i want to do is, when i click the button of Form2, i want the richtextbox to show the date (datetimepicker.text). i dont know how to pass data from 1 form to another..please help me as soon as possible..
Thankyou;
Logically _Yours;