Asp.net源码专业站
首页->商务办公->热线球队财务管理系统源码>>member_delete.aspx>>源码在线查看
温馨提示:代码在线浏览功能只能做为源码浏览参考,如果想更进一步了解该代码请下载:热线球队财务管理系统源码
当前文件:文件类型 SmallFinance/member_delete.aspx[852B,2009-6-12 11:54:22]打开代码结构图
普通视图
		            
1<%@ Page language="c#" ContentType="text/html" ResponseEncoding="gb2312" %> 2<!--#include file="config.inc.aspx"--> 3<script runat="server"> 4private void Page_Load(object sender, EventArgs e) 5{ 6 CheckSession(); 7 8 if(Request.HttpMethod.ToLower()=="post") 9 { 10 string post_data = Request.Form["post_data[]"]; 11 12 if(post_data==null||post_data=="") 13 return; 14 15 16 ArrayList array_strsql = new ArrayList(); 17 array_strsql.Add("Delete TeamUser Where fchrCodeID='"+ post_data +"'"); 18 array_strsql.Add("Delete TeamBalance Where fchrUserID='"+ post_data +"'"); 19 RetrieveCountWithSqlTrans(array_strsql); 20 21 22 Response.Write("<script language=\"javascript\">;\r\n"); 23 Response.Write("alert('数据保存成功啦!^_^');\r\n"); 24 Response.Write("window.parent.location.reload();\r\n"); 25 Response.Write("</"+"script>"); 26 } 27} 28</script>
还没有找到您心仪的内容?请用.net源码大搜捕
代码片断 打包下载该项目完整源码:热线球队财务管理系统源码
51Aspx.com 版权所有 CopyRight © 2006-2010. 京ICP备06046876号 本站法律顾问:ITlaw-庄毅雄律师
返回顶部
客户服务:点击这里进行客户咨询 业务合作:点击这里洽谈业务合作 合作热线:010-68880146