JBTALKS.CC

标题: C# WebApplication Code求救! [打印本页]

作者: Sfile    时间: 2011-7-29 12:01 PM
标题: C# WebApplication Code求救!
谁能给我C# web application  如果textbox.text 是空的 msgbox 就出来的 code
作者: ~Zero    时间: 2011-7-29 12:34 PM
  1. if (string.IsNullOrEmpty(TextBox.Text)) {
  2. MessageBox.Show("text is empty");
  3. }
复制代码

作者: Sfile    时间: 2011-7-29 01:00 PM
回复 2# ~Zero
谢谢你啊老兄~哈哈
作者: Sfile    时间: 2011-7-29 01:03 PM
回复 3# Sfile
多多个呢? 我有7个textbox只要随便一个空就会出msgbox
作者: ~Zero    时间: 2011-7-29 01:27 PM
回复 4# Sfile
你有尝试去自己学学 if else statement 吗?
有的话不应该不会吧。
  1. if (
  2. string.IsNullOrEmpty(TextBox1.Text) ||
  3. string.IsNullOrEmpty(TextBox2.Text) ||
  4. string.IsNullOrEmpty(TextBox3.Text) ...... ) {
  5. MessageBox.Show......
  6. }
复制代码

作者: Sfile    时间: 2011-7-29 01:51 PM
回复 5# ~Zero C
c# 的 if else statement  我只会 比如 int s if (s=>40)   textbox 就不懂了 ,我老师都不懂@@ 我上网找都没有==
作者: ~Zero    时间: 2011-7-29 03:03 PM
老师也不懂?什么老师来的 ==
劝你另谋高就
作者: 宅男-兜着走    时间: 2011-7-29 03:44 PM
== 。。。

老师会不懂 textbox 出来的资料属 字串吗

那么你不必读了, 叫这里随便个大大教你就好。
作者: Sfile    时间: 2011-7-29 04:39 PM
回复 7# ~Zero
我也想知道什么老师来 = =
他只教基础,其他都要靠自己..
打算考完certificate就换学校..
作者: Sfile    时间: 2011-7-29 04:40 PM
回复 8# 宅男-兜着走
哈哈哈~悲哀就是了~你来教我咯~
作者: 宅男-兜着走    时间: 2011-7-29 05:42 PM
回复 10# Sfile


    不了,我不会的, 你要就找其他人
作者: goodday    时间: 2011-8-2 03:24 AM
你老师  要找 老师 吗??

作者: ~Zero    时间: 2011-8-2 10:26 AM
你老师  要找 老师 吗??
goodday 发表于 2011-8-2 03:24 AM

我也赞同。

楼主,你老是应该要找老师吧。

作者: Sfile    时间: 2011-8-2 10:58 AM
我老师也在读着..== 边读边教..悲哀~




欢迎光临 JBTALKS.CC (https://jbtalks.my/) Powered by Discuz! X2.5