本文介绍了将文本值从第一种形式传递到第三种形式的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在这里,我有第一个表单作为登录表单,我有两个文本框,一个用于输入用户名,另一个用于输入密码,以及一个按钮.在按钮上,我编写了用于登录到下一页的代码.问题是我想将所选用户名从第一种形式传递到我的第三种形式.该编码在C#中以sql 2005作为后端进行.

I have first form as my login form here i have two text boxes one for user name ,another for password ,and a button. on button i write the code for login to next page .the problem is i want to pass the selected user name from first form to my third form .the coding is done in C# ,sql 2005 as backend.

推荐答案




这篇关于将文本值从第一种形式传递到第三种形式的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

10-16 08:09