在C#总是提示"string"不包含“text”的定义,并且找不到类型为“string”的第一个参数的扩展方法“text“

usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Da... using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.Windows.Forms;

namespace Myform
{
public partial class Form2 : Form
{
string txtLoginTd;

public Form2()
{
InitializeComponent();
}

private void button1_Click(object sender, EventArgs e)
{
Text.ToString();
if (txtLoginTd.Text == "") {
MessageBox.Show("请输入用户姓名");
MessageBox.Show("请输入用户姓名", "输入提示");
MessageBox.Show("请输入用户姓名", "输入提示", MessageBoxButtons.OKCancel);
MessageBox.Show("请输入用户姓名","输入提示",MessageBoxButtons.OKCancel,MessageBoxIcon.Information
);
}
}
}
}
展开
 我来答
暗月青云
2011-10-13
知道答主
回答量:25
采纳率:0%
帮助的人:17.7万
展开全部
string txtLoginTd;去掉这行
Text.ToString();这行不明白你要干什么,也去掉

在aspx页面添加Text控件,id为txtLoginTd,runat = "server"

这样你的button1的Click事件才回起作用
shihaotian601
2011-10-13 · TA获得超过209个赞
知道小有建树答主
回答量:191
采纳率:0%
帮助的人:131万
展开全部
string类没有text方法,改成if(txtLoginTd == "" || txtLoginTd==null){ }
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
隋蔓42
2011-10-13 · TA获得超过867个赞
知道小有建树答主
回答量:234
采纳率:0%
帮助的人:146万
展开全部
if (txtLoginTd.Text == "") {
true:
if (txtLoginTd == "") {
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
匿名用户
2011-10-13
展开全部
String txtLoginTd; 大写
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(2)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式