Click here to Skip to main content
15,890,123 members
Home / Discussions / C#
   

C#

 
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 
You must get that data from your first form and give them to the second form you can do this using constructor for second form

if you see it from outside it would be like this (there are tons of other ways to do this)

 <br />
<br />
Form1 frmGetData=new Form1();<br />
<br />
frmGetData.ShowDialog();<br />
<br />
Data myData=frmGetData.GetData(); //class defined to hold the data<br />
<br />
Form2 frmUseData=new From2(myData);<br />
<br />
frmUseData.Show();<br />
<br />


good luck
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 
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 
GeneralRe: Crystal Report Problem ! Pin
mrkeivan10-Aug-07 20:38
mrkeivan10-Aug-07 20:38 

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.