Asp,net C#文本框清晰 [英] Asp ,net C# textbox clear

查看:59
本文介绍了Asp,net C#文本框清晰的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用asp .net C#。我无法清除文本框。我尝试了以下方式:

Textbox1.text =;

Textbox1.text = string.Empty

但它不起作用。请帮助我。

I am using asp .net C#. I can not clear the textbox. I tried the following way:
Textbox1.text="";
Textbox1.text=string.Empty
But it does not work. Please help me.

推荐答案

请在此处发布您用于TextBox的代码。



这个代码将完美运行。



Textbox1.Text =;
Please post the code here that you are using for TextBox.

This code will work perfectly.

Textbox1.Text = "";


这篇关于Asp,net C#文本框清晰的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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