资源简介
asp.net编写,代码完整可运行,可用于课程设计,框架完整可自行补充功能
代码片段和文件信息
using System;
using System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using System.Web.UI.WebControls;
public partial class _Default : System.Web.UI.Page
{
protected void Page_Load(object sender EventArgs e)
{
////获取信息
//string userID = TextBox_UserID.Text;
//string password = TextBox_Password.Text;
//string sex = TextBox_sex.Text;
////判断信息
////数据库连接
//SqlConnection con = new SqlConnection();
//try
//{
// con.ConnectionString = “Data Source=localhost;Initial Catalog=LibraryDB;Integrated Security=True“;
// con.Open();
// //执行sql 语句
// SqlCommand command = new SqlCommand();
// command.Connection = con;
// string sql=“insert into [Manager](useridpasswordsex) values(‘“ + userID + “‘‘“ + password + “‘‘“+sex+“‘)“;
// command.CommandText = sql;
// int flag = command.ExecuteNonQuery();
// if (flag > 0)
// Response.Write(“ript>alert(‘添加成功‘) ript>“);
// else
// Response.Write(“ript>alert(‘添加失败‘) ript>“);
//}
//catch (Exception ex)
//{
// Response.Write(ex.Message);
//}
//finally
//{
// //关闭数据库
// con.Close();
//}
}
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
文件 431 2016-04-18 10:59 Default.aspx
文件 1507 2016-04-18 10:59 Default.aspx.cs
目录 0 2018-11-16 13:24 images\
文件 253 2016-04-18 10:59 images\!.gif
文件 1705 2016-04-18 10:59 images\ad.gif
文件 606 2016-04-18 10:59 images\add.gif
文件 213 2016-04-18 10:59 images\back.gif
文件 73 2016-04-18 10:59 images\bg.gif
文件 26509 2016-04-18 10:59 images\bigsize.jpg
文件 18679 2016-04-18 10:59 images\bootnbg.jpg
文件 179 2016-04-18 10:59 images\bullet.gif
文件 600 2016-04-18 10:59 images\buttom-copy-bg.gif
文件 1813 2016-04-18 10:59 images\buttom-left.gif
文件 2530 2016-04-18 10:59 images\buttom-right.gif
文件 225 2016-04-18 10:59 images\buttom_bgs.gif
文件 353 2016-04-18 10:59 images\buttom_left2.gif
文件 383 2016-04-18 10:59 images\buttom_right2.gif
文件 2001 2016-04-18 10:59 images\card.jpg
文件 350 2016-04-18 10:59 images\check-out_.gif
文件 502 2016-04-18 10:59 images\close.gif
文件 164 2016-04-18 10:59 images\content-bg-line.gif
文件 257 2016-04-18 10:59 images\content-bg.gif
文件 102 2016-04-18 10:59 images\cv0.gif
文件 125 2016-04-18 10:59 images\cv1.gif
文件 126 2016-04-18 10:59 images\cv2.gif
文件 379 2016-04-18 10:59 images\databa
文件 179 2016-04-18 10:59 images\datetime.gif
文件 1892 2016-04-18 10:59 images\DefaultDocs.gif
文件 1633 2016-04-18 10:59 images\defind.gif
文件 24832 2016-04-18 10:59 images\del.jpg
文件 618 2016-04-18 10:59 images\delete.gif
............此处省略127个文件信息
- 上一篇:基于C#实现的三维显示
- 下一篇:IC卡读写软件C#源代码
相关资源
- asp.net C#购物车源代码
- ASP.NET实验室预约管理系统
- 020ASP.NET车辆综合管理系统.zip
- c# 高校档案信息管理系统
- asp.net中c#做的躲避小游戏,希望大家
- ASP.NET C# 工资管理系统
- 一款漂亮的灯光闪烁的圣诞树(C# V
- C#笔试题大全C#面试集合包括了,.ne
- ASP.NET客户管理系统(毕业设计 C#
- 在线求职系统(C#ASP.NET源码)
- .NET C# Custom Form Designer (附源碼)
- 医院门诊管理系统 aspc#access数据库
- C#冒泡排序动态演示程序(看了就会)
- 酒店管理系统(c#.net源码)
- asp.net 在线考试系统及论文
- winform实时获取网卡网速全部源码,获
- ASP.Net文件上传管理源码
- ArcGIS Runtime SDK for .NET
- C# .NET5.0(net core)基于WPF(XAML)开发
- Quartz.NET定时任务框架
- .net core 动态生成 Word文档(word Expor
- 《OA企业办公自动化》asp.net 源码(附
- .net 检测新版本-自动升级程序
- tcp和udp(Mina.net)
- asp.netc#开发规范
- ADO.NET操作EXCEL
- asp.net 大文件上传(带进度条)
- 通过程序自动填充并提交ASP.NET表单(
- ASP.NET 基础编程文档(PPT电子教案)
-
ASP.NET_xm
l深入编程技术
评论
共有 条评论