Click here to Skip to main content
15,913,304 members
Home / Discussions / C#
   

C#

 
Questionupdating javascript value to database Pin
dsaikrishna11-Aug-07 2:03
dsaikrishna11-Aug-07 2:03 
AnswerRe: updating javascript value to database Pin
Guffa11-Aug-07 2:27
Guffa11-Aug-07 2:27 
GeneralRe: updating javascript value to database Pin
dsaikrishna11-Aug-07 2:36
dsaikrishna11-Aug-07 2:36 
GeneralRe: updating javascript value to database Pin
Justin.Jones11-Aug-07 18:14
Justin.Jones11-Aug-07 18:14 
AnswerRe: updating javascript value to database Pin
Michael Sync12-Aug-07 3:56
Michael Sync12-Aug-07 3:56 
Questionhi friends , do any one know how to create crystal reports Pin
prasadbuddhika11-Aug-07 0:06
prasadbuddhika11-Aug-07 0:06 
AnswerRe: hi friends , do any one know how to create crystal reports Pin
Rami Said Abd Alhalim11-Aug-07 1:43
Rami Said Abd Alhalim11-Aug-07 1:43 
QuestionRead a value from another form ! Pin
mrkeivan10-Aug-07 21:25
mrkeivan10-Aug-07 21:25 
AnswerRe: Read a value from another form ! Pin
Hessam Jalali10-Aug-07 21:49
Hessam Jalali10-Aug-07 21:49 
AnswerRe: Read a value from another form ! Pin
Giorgi Dalakishvili10-Aug-07 22:16
mentorGiorgi Dalakishvili10-Aug-07 22:16 
AnswerRe: Read a value from another form ! Pin
Michael Sync12-Aug-07 4:04
Michael Sync12-Aug-07 4:04 
Questionmdi parent form Pin
monuSaini10-Aug-07 20:09
monuSaini10-Aug-07 20:09 
AnswerRe: mdi parent form Pin
Hessam Jalali10-Aug-07 20:36
Hessam Jalali10-Aug-07 20:36 
Hi
I think you make a new instance of your MdiForm and set the text value for it and so your onld mdi does not reflect that (maybe I'm wrong)

It can be do like that

create an object of your mdiForm and use it and when you create an object from form2 pass mdiObject to form2

<br />
        MdiForm frm;<br />
        public Form1(MdiForm frm)<br />
        {<br />
            InitializeComponent();<br />
            this.frm=frm;<br />
        }<br />
<br />
        private void button1_Click(object sender, EventArgs e)<br />
        {<br />
            this.frm.label1.Text = "Hello"; //I set modifiers of Label1 to public<br />
            Application.DoEvents(); //just for forcing  changes to apply immediately<br />
        }<br />


and if you use the mdiForm in it other forms frequently you can make access to it through a static Class


good luck
GeneralRe: mdi parent form Pin
monuSaini10-Aug-07 20:58
monuSaini10-Aug-07 20:58 
GeneralRe: mdi parent form Pin
Hessam Jalali10-Aug-07 21:09
Hessam Jalali10-Aug-07 21:09 
Questioninternal /internal protected Pin
Sonia Gupta10-Aug-07 19:07
Sonia Gupta10-Aug-07 19:07 
GeneralRe: internal /internal protected Pin
Guffa11-Aug-07 2:10
Guffa11-Aug-07 2:10 
GeneralRe: internal /internal protected Pin
chinaQI11-Aug-07 6:39
chinaQI11-Aug-07 6:39 
QuestionThumbnail Pin
sathishkumar198210-Aug-07 18:44
sathishkumar198210-Aug-07 18:44 
AnswerRe: Thumbnail Pin
Csharp™11-Aug-07 23:24
Csharp™11-Aug-07 23:24 
QuestionAddDomain.Load() Pin
BoneSoft10-Aug-07 16:54
BoneSoft10-Aug-07 16:54 
QuestionToolStrip drags Pin
juFo10-Aug-07 13:15
juFo10-Aug-07 13:15 
Questionduplex images on a printer Pin
cmarmr10-Aug-07 11:04
cmarmr10-Aug-07 11:04 
QuestionCrystal Report Problem ! Pin
mrkeivan10-Aug-07 10:12
mrkeivan10-Aug-07 10:12 
AnswerRe: Crystal Report Problem ! Pin
Sonia Gupta10-Aug-07 18:18
Sonia Gupta10-Aug-07 18:18 

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.