ASP
文章平均质量分 77
yang_qiao
且行且珍惜。。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
ASP.NET
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/1999/xhtml"> 个人信息维护原创 2012-09-19 20:23:45 · 377 阅读 · 0 评论 -
ASP.NET控件
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;namespace _25zuoye{ public partial class _99乘法 :原创 2012-09-25 21:37:34 · 358 阅读 · 0 评论 -
MultiView和View
http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/1999/xhtml">原创 2012-09-25 21:39:01 · 606 阅读 · 0 评论 -
写student类中的select,delete,update,insert方法并在objectDataSource中应用(分别写两个,一个返回datatable,一个使用list)
public DataTable StudentsSelect() { string sql = "select sid,sname,sex,age,photo from student"; return sqlHealpler.sqlHealper.ExecuteTable(sql); }原创 2012-12-05 21:26:07 · 519 阅读 · 0 评论 -
XML --- 使用XlmReader读books.xml中有几本书。使用XlmWriter写NewBooks.xml文件。
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Xml;namespace XML1{ public partia原创 2012-12-20 22:00:47 · 448 阅读 · 0 评论 -
在昨天作业的基础上添加 :删除按钮,修改并保存按钮 和 添加按钮。完成这些按钮所对应的功能(XmlDocument)。
using System;using System.Collections.Generic;using System.Linq;using System.Web;using System.Web.UI;using System.Web.UI.WebControls;using System.Xml;namespace XML1{ public partia原创 2012-12-21 19:23:31 · 848 阅读 · 0 评论
分享