09 2004 档案
摘要:以前一直以为这个东东没什么实用,所以没去注意它,现在要用到。。。。平时不烧香,临时抱佛脚啊。
阅读全文
摘要:为什么 <asp:LinkButtonid="LinkButton1"runat="server"Font-Underline="True">请点击这里</asp:LinkButton>插在 <asp:repeaterid="MyRepeater"runat="server"><ItemTemplate>里不会激发LinkButton1_Click。...
阅读全文
摘要:我都说了我不懂艺术还叫我做。。。。
阅读全文
摘要:有一点点资料:http://bbs.aspx.cn/dotnetbbs/Showtopic.aspx?Forum_ID=5&Id=36871If TextBox1.Text = "" Then MessageBox.Show("You must enter a name.", "Name Entry Error", MessageBoxButtons.OK, MessageBoxIcon....
阅读全文
摘要:以前用。DimtableAsDataTable=Ds.Tables("成绩单")table.Columns.Add(NewDataColumn("姓名1",GetType(String)))DimiAsIntegerDimztAsStringFori=0Totable.Rows.Count-1zt=Trim(table.Rows(i).Item("姓名"))IfLen(zt)>2Thenta...
阅读全文
摘要:MSDN:http://msdn.microsoft.com/library/chs/default.asp?url=/library/CHS/cpref/html/frlrfsystemnetwebresponseclasstopic.aspPrivateSubPage_Load()SubPage_Load(ByValsenderAsSystem.Object,ByValeAsSystem.Ev...
阅读全文
摘要:以前仿照书本写了几次代码都只能在自己的电脑发送,传到服务器后会出现 未能访问“CDO.Message”对象。后来知道99%的服务器是不支持mailmessage而支持JMAIL。今天终于鼓起勇气用JMAIL了。以前用到比较好的支持SMTP验证发件程序:PublicClassWebForm2ClassWebForm2InheritsSystem.Web.UI.Page#Reg...
阅读全文