Link to home
Start Free TrialLog in
Avatar of Peter Chan
Peter ChanFlag for Hong Kong

asked on

Abnormal value assigned

Hi,

I have a label to hold the value of the Textbox, like

lb_var5.Text = tb_ite_from.Text;

Open in new window



Textbox is originally having the value of 5. But later on, when I retrieve the orginal value for Textbox, like

                                tb_ite_from.Text = lb_var5.Text;

Open in new window




I get 'bbbbbb' and I see no other coes to assign values to this Textbox. why does it happen?
SOLUTION
Avatar of Julian Hansen
Julian Hansen
Flag of South Africa image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Peter Chan

ASKER

Sorry, I did not find out any place in which there is an assignment statement that is changing the value of lb_var5 other than the lines I showed above, within the project. I am afraid that I cannot directly run the project as within the project, there is a call to execute one other deployed project.
ASKER CERTIFIED SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial