passing value from one for to another!
hello sir, it seems that your good in java.. so i just want to ask some things related on it.. right now i am doing my thesis, and in my program in need to pass the value of a given variable form one form to another..
I have classA and classB
I try to place this code in my classA.
ClassB main = new ClassB();
main.txtEStudNo.setText(txtStudNo.getText().toString());
and try to access thevalue insde the txtStudNo.. but i always got null value..
If you have an idea on how can i fix this stuff, kindly post it..
your help is highly appreciated.
thanks a lot.