摘要:
//添加新记录 if (text.Length > 0) { string[] textArray = text.Split(new char[] { ',' }); //从text中以“,”为分割方式取出各个号放在textArray数据中 for (int... 阅读全文
posted @ 2009-06-08 11:25
栢芯
阅读(200)
评论(0)
推荐(0)
摘要:
ShoppingCart.aspx 在中间列表中加了一列:Type 阅读全文
posted @ 2009-06-08 11:21
栢芯
阅读(131)
评论(0)
推荐(0)
摘要:
Shop.aspx 1)在产品图下加上,显示字母序列。 2)在开头添加C#语句 3)在ID号那添加修改文本框及按钮 " size="1" maxlength="1"/> &Type=' + document.all.choose.value;" value="Amend"> 4)传值给下个页面,修改 &typ... 阅读全文
posted @ 2009-06-08 11:19
栢芯
阅读(129)
评论(0)
推荐(0)
摘要:
SendMail.aspx SendMail 收件人: 抄送... 阅读全文
posted @ 2009-06-08 11:14
栢芯
阅读(964)
评论(0)
推荐(0)
摘要:
Private Sub xlsout1_Click() '导出Excel文档 If rs1.RecordCount 2 Then If Not .EOF Then .MoveNext End If DoEvents outstate1.Caption = "正在导出,完成: " + CStr(Int(100 * (iRow - 2) / iRowCo... 阅读全文
posted @ 2009-06-08 09:04
栢芯
阅读(758)
评论(0)
推荐(0)
摘要:
Private Sub docout_Click() '导出WORD按钮 If rs1.RecordCount < 1 Then MsgBox "导出失败,当前列表中没有记录!" outstate1.Visible = False Exit Sub End IfOn Error GoTo not_installword '当没装word软件时的出错处理If MsgBox(Chr(13) + ... 阅读全文
posted @ 2009-06-08 09:03
栢芯
阅读(1453)
评论(0)
推荐(0)

浙公网安备 33010602011771号