Click here to Skip to main content
16,020,990 members
Home / Discussions / C#
   

C#

 
GeneralRe: Data Storage Pin
Guffa15-Nov-06 1:04
Guffa15-Nov-06 1:04 
GeneralRe: Data Storage Pin
Tamimi - Code15-Nov-06 1:07
Tamimi - Code15-Nov-06 1:07 
GeneralRe: Data Storage Pin
Guffa15-Nov-06 2:17
Guffa15-Nov-06 2:17 
GeneralRe: Data Storage Pin
Tamimi - Code15-Nov-06 2:29
Tamimi - Code15-Nov-06 2:29 
GeneralRe: Data Storage Pin
tgrt15-Nov-06 16:30
tgrt15-Nov-06 16:30 
AnswerRe: Data Storage Pin
Guffa15-Nov-06 0:57
Guffa15-Nov-06 0:57 
Questionconcurency violation delete command affected 0 records in acess database? Pin
subburaj.sabapathy15-Nov-06 0:28
subburaj.sabapathy15-Nov-06 0:28 
Questionaccessing the value of a textbox in another form Pin
shanisnathan15-Nov-06 0:24
shanisnathan15-Nov-06 0:24 
hi all,

i am a beginner in C#.
please can any one suggest me a solution?
I am having two forms.first one is "Login" and Second one is "Entry"
In "Login" form i have a text box "Login Id". i want the value that is entered in this text during login in the next from "Entry".
//===========Login form======

public string strLoginID ;

strLoginID = txtLoginID.Text.Trim();

//==========Entry form==========
frmLogin objLogin = new frmLogin();
string strLoginChk = "";
strLoginChk = objLogin.strLoginID ;


this is the code i have given.during runtime i am unable to get the value stored in the txtLoginID.its getting disposed.i have also called a dispose fuction in the "Entry" form.

please if any one can suggest me another solution

Thanks in advance


sha04

AnswerRe: accessing the value of a textbox in another form Pin
rah_sin15-Nov-06 0:34
professionalrah_sin15-Nov-06 0:34 
QuestionWhen to use Application Data Pin
nflrodrigues15-Nov-06 0:18
nflrodrigues15-Nov-06 0:18 
AnswerRe: When to use Application Data Pin
Anthony Mushrow15-Nov-06 0:56
professionalAnthony Mushrow15-Nov-06 0:56 
Questionhow to download file using https? Pin
Larisa_K15-Nov-06 0:06
Larisa_K15-Nov-06 0:06 
AnswerRe: how to download file using https? Pin
Ashish Derhgawen15-Nov-06 5:22
Ashish Derhgawen15-Nov-06 5:22 
AnswerRe: how to download file using https? Pin
Scott Dorman15-Nov-06 7:44
professionalScott Dorman15-Nov-06 7:44 
QuestionExecute a part of code in other context Pin
James Poulose15-Nov-06 0:05
James Poulose15-Nov-06 0:05 
QuestionXPaths to SOAP xmls Pin
James Poulose15-Nov-06 0:02
James Poulose15-Nov-06 0:02 
AnswerRe: XPaths to SOAP xmls Pin
Stefan Troschuetz15-Nov-06 0:07
Stefan Troschuetz15-Nov-06 0:07 
GeneralRe: XPaths to SOAP xmls Pin
James Poulose15-Nov-06 5:06
James Poulose15-Nov-06 5:06 
GeneralRe: XPaths to SOAP xmls Pin
Stefan Troschuetz15-Nov-06 5:36
Stefan Troschuetz15-Nov-06 5:36 
GeneralRe: XPaths to SOAP xmls Pin
James Poulose15-Nov-06 17:57
James Poulose15-Nov-06 17:57 
QuestionHow do you update an XML record? Pin
gowland037915-Nov-06 0:01
gowland037915-Nov-06 0:01 
Questionconverting from string array to int array Pin
karanba14-Nov-06 23:32
karanba14-Nov-06 23:32 
AnswerRe: converting from string array to int array Pin
rah_sin14-Nov-06 23:51
professionalrah_sin14-Nov-06 23:51 
AnswerRe: converting from string array to int array Pin
Guffa15-Nov-06 1:02
Guffa15-Nov-06 1:02 
GeneralRe: converting from string array to int array Pin
karanba15-Nov-06 4:03
karanba15-Nov-06 4:03 

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.