91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 574KB
    文件類型: .zip
    金幣: 2
    下載: 0 次
    發布日期: 2021-08-03
  • 語言: 其他
  • 標簽: .net??SQL??server??

資源簡介

個人財務系統和相關數據庫,管理員對個人財務的增加、刪除、和修改等

資源截圖

代碼片段和文件信息

using?System;
using?System.Data;
using?System.Configuration;
using?System.Collections;
using?System.Web;
using?System.Web.Security;
using?System.Web.UI;
using?System.Web.UI.WebControls;
using?System.Web.UI.WebControls.WebParts;
using?System.Web.UI.HtmlControls;
using?System.Data.SqlClient;

public?partial?class?alterborrow?:?System.Web.UI.Page
{
???
????clsDB?db?=?new?clsDB();
????protected?void?Page_Load(object?sender?EventArgs?e)
????{?
????????if?(!IsPostBack)
????????{
????????????this.bind();

????????}

????}
????protected?void?bind()
????{
????????string?id?=?Request.QueryString[“borrowid“].ToString();
????????string?str?=?“select?*?from?borrow?where?borrowid=‘“?+?id?+?“‘“;
????????SqlDataReader?myreader?=?db.GetResultASDataReader(str);
????????if?(myreader.Read())
????????{
????????????idbox.Text?=?myreader[“borrowid“].ToString();
????????????fromnamebox.Text?=?myreader[“fromname“].ToString();
????????????rolebox.Text?=?myreader[“role“].ToString();
????????????datebox.Text?=?myreader[“borrowdate“].ToString();
????????????jinebox.Text?=?myreader[“borrowmoney“].ToString();
????????????reasonbox.Text?=?myreader[“borrowreason“].ToString();
????????????statesbox.Text?=?myreader[“states“].ToString();
????????????othersbox.Text?=?myreader[“others“].ToString();
????????}
????????myreader.Close();
????}
????protected?void?alter_Click(object?sender?EventArgs?e)
????{
??????
????????try
????????{
????????????string?id?=Request.QueryString[“borrowid“].ToString();
????????????if?(statesbox.Checked)
????????????{
????????????????statesbox.Text?=?“true“;
????????????}
????????????else
????????????{
????????????????statesbox.Text?=?“false“;
????????????}
????????????string?updatestr?=?“update?borrow?set?fromname=‘“?+?fromnamebox.Text.Trim()?+?“‘role=‘“?+?rolebox.SelectedValue.ToString().Trim()?+?“‘borrowdate=‘“?+?datebox.Text.Trim()?+?“‘borrowmoney=‘“?+?jinebox.Text.Trim()?+?“‘borrowreason=‘“?+?reasonbox.Text.Trim()?+?“‘states=‘“?+?statesbox.Text.Trim()?+?“‘others=‘“?+?othersbox.Text.Trim()?+?“‘where?borrowid=‘“+id+“‘?“;
????????????db.caozuo(updatestr);
????????????Response.Write(“ript?language=javascript>alert(‘信息修改成功!‘);location=‘borrow.aspx‘ript>“);
???????????
????????}
????????catch?(Exception?ex)
????????{
????????????Response.Write(ex.Message.ToString());
????????}
???????
????}
}

?屬性????????????大小?????日期????時間???名稱
-----------?---------??----------?-----??----
?????目錄???????????0??2018-05-03?10:34??個人理財管理信息系統\
?????目錄???????????0??2018-05-03?10:33??個人理財管理信息系統\源碼\
?????目錄???????????0??2018-05-03?10:33??個人理財管理信息系統\源碼\App_Code\
?????文件????????2090??2016-04-07?15:27??個人理財管理信息系統\源碼\App_Code\clsDB.cs
?????文件?????????918??2016-04-07?15:27??個人理財管理信息系統\源碼\Default.aspx
?????文件?????????738??2016-04-07?15:27??個人理財管理信息系統\源碼\Default.aspx.cs
?????文件????????9222??2016-04-17?14:31??個人理財管理信息系統\源碼\Web.Config
?????文件????????2961??2016-04-07?15:27??個人理財管理信息系統\源碼\alterborrow.aspx
?????文件????????2423??2016-04-07?15:27??個人理財管理信息系統\源碼\alterborrow.aspx.cs
?????文件????????3107??2016-04-07?15:27??個人理財管理信息系統\源碼\alterfixaccount.aspx
?????文件????????2442??2016-04-07?15:27??個人理財管理信息系統\源碼\alterfixaccount.aspx.cs
?????文件????????2860??2016-04-07?15:27??個人理財管理信息系統\源碼\alterlend.aspx
?????文件????????2356??2016-04-07?15:27??個人理財管理信息系統\源碼\alterlend.aspx.cs
?????文件????????2689??2016-04-07?15:27??個人理財管理信息系統\源碼\alterliveaccount.aspx
?????文件????????2289??2016-04-07?15:27??個人理財管理信息系統\源碼\alterliveaccount.aspx.cs
?????文件????????3480??2016-04-07?15:27??個人理財管理信息系統\源碼\altershouru.aspx
?????文件????????2139??2016-04-07?15:27??個人理財管理信息系統\源碼\altershouru.aspx.cs
?????文件????????3536??2016-04-07?15:27??個人理財管理信息系統\源碼\alterzhichu.aspx
?????文件????????2199??2016-04-07?15:27??個人理財管理信息系統\源碼\alterzhichu.aspx.cs
?????文件???????11776??2016-04-07?15:27??個人理財管理信息系統\源碼\asp.net家庭財務管理系統.suo
?????文件????????5498??2016-04-07?15:27??個人理財管理信息系統\源碼\borrow.aspx
?????文件????????4055??2016-04-17?14:52??個人理財管理信息系統\源碼\borrow.aspx.cs
?????文件????????2625??2016-04-07?15:27??個人理財管理信息系統\源碼\createuser.aspx
?????文件????????2197??2016-04-17?14:42??個人理財管理信息系統\源碼\createuser.aspx.cs
?????目錄???????????0??2018-05-03?10:33??個人理財管理信息系統\源碼\css\
?????文件???????23347??2016-04-07?15:27??個人理財管理信息系統\源碼\css\PCASClass.js
?????文件??????????57??2016-04-07?15:27??個人理財管理信息系統\源碼\css\shou.css
?????文件????????1251??2016-04-07?15:27??個人理財管理信息系統\源碼\css\skins.css
?????文件????????3492??2016-04-07?15:27??個人理財管理信息系統\源碼\css\style.css
?????文件????????5923??2016-04-07?15:27??個人理財管理信息系統\源碼\default_menu.htm
?????文件????????1785??2016-04-07?15:27??個人理財管理信息系統\源碼\default_top.htm
............此處省略89個文件信息

評論

共有 條評論