1. 一般删除网页数据 就是指用户在点击删除的时候,会跳转到DeleteUser.ashx一般处理程序中,并且通过get传参的方式传递一个id的参数,然后在后台处理 <a href='DeleteUser.ashx?id={0} 具体代码如下: using CZBK.ItcastProject.Model; using System; using System.Collections.Generic; using System.IO; using System.Linq; using Syste