使用选项卡控件时如何在不同的选项卡中添加不同文本框的值 [英] how to add values of different textboxes in different tabs when using tab control

查看:163
本文介绍了使用选项卡控件时如何在不同的选项卡中添加不同文本框的值的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

请麻烦,我不知道在使用选项卡控件时如何添加位于不同选项卡中的两个不同文本框的值.任何形式的帮助将不胜感激.感谢

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

推荐答案

本卡齐,

将第一个值存储在这样的会话中:``Session("textbox1")= textbox1.text''
然后将值添加到第二个文本框中,如下所示:''textbox2.text + = cdbl(session("textbox1"))''

希望对您有帮助
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


这篇关于使用选项卡控件时如何在不同的选项卡中添加不同文本框的值的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆