﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>IT博客-anteaus-文章分类-AspDoNet</title><link>http://www.cnitblog.com/anteaus/category/1681.html</link><description /><language>zh-cn</language><lastBuildDate>Tue, 27 Sep 2011 17:48:28 GMT</lastBuildDate><pubDate>Tue, 27 Sep 2011 17:48:28 GMT</pubDate><ttl>60</ttl><item><title>Button需要注意的地方</title><link>http://www.cnitblog.com/anteaus/articles/5717.html</link><dc:creator>张明康</dc:creator><author>张明康</author><pubDate>Fri, 23 Dec 2005 06:13:00 GMT</pubDate><guid>http://www.cnitblog.com/anteaus/articles/5717.html</guid><wfw:comment>http://www.cnitblog.com/anteaus/comments/5717.html</wfw:comment><comments>http://www.cnitblog.com/anteaus/articles/5717.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnitblog.com/anteaus/comments/commentRss/5717.html</wfw:commentRss><trackback:ping>http://www.cnitblog.com/anteaus/services/trackbacks/5717.html</trackback:ping><description><![CDATA[<P>Button的Id不能与定义的子函数的名称相同<BR>Sub <FONT color=#ff1493>btnClick</FONT>(Sender As Object,e As System.EventArgs)<BR>&nbsp;&nbsp;btnClick.Text="Clicked"<BR>&nbsp;End Sub<BR>&nbsp;&lt;Asp:Button Id="<FONT color=#ff1493>btnClick</FONT>" Text="UnClicked" OnClick="btnClick" Runat="Server"/&gt;<BR>如果这样设置的话运行就会报错<BR><FONT color=#ff0000><STRONG>译器错误信息: </STRONG><FONT face=Arial>BC30260: “btnClick”已声明为此 class 中的“Protected Dim btnClick As System.Web.UI.WebControls.Button”。</FONT></FONT></P><img src ="http://www.cnitblog.com/anteaus/aggbug/5717.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/anteaus/" target="_blank">张明康</a> 2005-12-23 14:13 <a href="http://www.cnitblog.com/anteaus/articles/5717.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item><item><title>Label、TextBox、Button的主要标签</title><link>http://www.cnitblog.com/anteaus/articles/5713.html</link><dc:creator>张明康</dc:creator><author>张明康</author><pubDate>Fri, 23 Dec 2005 03:37:00 GMT</pubDate><guid>http://www.cnitblog.com/anteaus/articles/5713.html</guid><wfw:comment>http://www.cnitblog.com/anteaus/comments/5713.html</wfw:comment><comments>http://www.cnitblog.com/anteaus/articles/5713.html#Feedback</comments><slash:comments>0</slash:comments><wfw:commentRss>http://www.cnitblog.com/anteaus/comments/commentRss/5713.html</wfw:commentRss><trackback:ping>http://www.cnitblog.com/anteaus/services/trackbacks/5713.html</trackback:ping><description><![CDATA[<P>Label主要标签：Text显示所有文本<BR>TextBox标签：Text显示所有文本；MaxLength控制字符的大小；TextMode有三种类型：MultiLine多行，SingleLine单行，PassWord密码；Row指定文本框的垂直尺寸,ReadOnly只读<BR>Button控制有三种：Button普通按钮，ImageButton图片按钮，LinkButton链接按钮；<BR>Button普通按钮主要标签：Text显示按钮上的文字<BR>ImageButton图片按钮主要标签：ImageUrl显示钮上的图片地址来源，AlterNativeText在浏览器不支持图片显示时的文字<BR>LinkButton链接接钮主要标签：Text显示按钮上的文字<BR>他们共同的属性是：CausesValidation=true/false来设置按钮提交表单是不是被检验<BR>他们共同的方法是：OnClick点击按钮时触发的函数</P><img src ="http://www.cnitblog.com/anteaus/aggbug/5713.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.cnitblog.com/anteaus/" target="_blank">张明康</a> 2005-12-23 11:37 <a href="http://www.cnitblog.com/anteaus/articles/5713.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>