Click here to Skip to main content
15,917,176 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
please am having a problem, i don't know how to add the values of two different textboxes located in separate tabs when using tab control. any form of help will be appreciated. thanks
Posted
Comments
bbirajdar 19-Oct-12 8:43am    
Okay..Let me guess what code you must have written and what suggestion to give you
fjdiewornncalwe 19-Oct-12 9:55am    
1) What language are you using (C#, C, C++, COBOL:) )?
2) What technology are you using (Web, Forms, WPF...)?

1 solution

hi Benkazy,

store the first value in a session like this: 'Session("textbox1")=textbox1.text'
then add the value to the second textbox like this: 'textbox2.text +=cdbl(session("textbox1"))'

hope this helps
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900