guahaocz.aspx.cs
上传用户:clhb88
上传日期:2009-09-26
资源大小:3468k
文件大小:7k
源码类别:

医药行业

开发平台:

C#

  1. using System;
  2. using System.Collections;
  3. using System.ComponentModel;
  4. using System.Data;
  5. using System.Drawing;
  6. using System.Web;
  7. using System.Web.SessionState;
  8. using System.Web.UI;
  9. using System.Web.UI.WebControls;
  10. using System.Web.UI.HtmlControls;
  11. namespace 医院管理系统
  12. {
  13. /// <summary>
  14. /// guahaocz 的摘要说明。
  15. /// </summary>
  16. public class guahaocz : System.Web.UI.Page
  17. {
  18. protected System.Web.UI.WebControls.DataGrid DataGrid1;
  19. protected System.Data.SqlClient.SqlConnection cnn;
  20. protected System.Data.SqlClient.SqlCommand sqlSelectCommand1;
  21. protected System.Data.SqlClient.SqlCommand sqlInsertCommand1;
  22. protected System.Data.SqlClient.SqlCommand sqlUpdateCommand1;
  23. protected System.Data.SqlClient.SqlCommand sqlDeleteCommand1;
  24. protected System.Data.SqlClient.SqlDataAdapter sda;
  25. protected 医院管理系统.guacz guacz1;
  26. protected System.Web.UI.WebControls.TextBox tnum;
  27. protected System.Web.UI.WebControls.TextBox tname;
  28. protected System.Data.SqlClient.SqlCommand sqlSelectCommand2;
  29. protected System.Data.SqlClient.SqlCommand sqlInsertCommand2;
  30. protected System.Data.SqlClient.SqlCommand sqlUpdateCommand2;
  31. protected System.Data.SqlClient.SqlCommand sqlDeleteCommand2;
  32. protected System.Data.SqlClient.SqlDataAdapter sda1;
  33. protected System.Web.UI.WebControls.Image Image1;
  34. protected System.Web.UI.WebControls.Button Button2;
  35. protected System.Web.UI.WebControls.Button Button3;
  36. protected System.Web.UI.WebControls.Button Button1;
  37. private void Page_Load(object sender, System.EventArgs e)
  38. {
  39. if(!IsPostBack)
  40. {
  41. fills();
  42. }
  43. }
  44. #region Web 窗体设计器生成的代码
  45. override protected void OnInit(EventArgs e)
  46. {
  47. //
  48. // CODEGEN: 该调用是 ASP.NET Web 窗体设计器所必需的。
  49. //
  50. InitializeComponent();
  51. base.OnInit(e);
  52. }
  53. /// <summary>
  54. /// 设计器支持所需的方法 - 不要使用代码编辑器修改
  55. /// 此方法的内容。
  56. /// </summary>
  57. private void InitializeComponent()
  58. {    
  59. this.cnn = new System.Data.SqlClient.SqlConnection();
  60. this.sqlSelectCommand1 = new System.Data.SqlClient.SqlCommand();
  61. this.sqlInsertCommand1 = new System.Data.SqlClient.SqlCommand();
  62. this.sqlUpdateCommand1 = new System.Data.SqlClient.SqlCommand();
  63. this.sqlDeleteCommand1 = new System.Data.SqlClient.SqlCommand();
  64. this.sda = new System.Data.SqlClient.SqlDataAdapter();
  65. this.guacz1 = new 医院管理系统.guacz();
  66. this.sqlSelectCommand2 = new System.Data.SqlClient.SqlCommand();
  67. this.sqlInsertCommand2 = new System.Data.SqlClient.SqlCommand();
  68. this.sqlUpdateCommand2 = new System.Data.SqlClient.SqlCommand();
  69. this.sqlDeleteCommand2 = new System.Data.SqlClient.SqlCommand();
  70. this.sda1 = new System.Data.SqlClient.SqlDataAdapter();
  71. ((System.ComponentModel.ISupportInitialize)(this.guacz1)).BeginInit();
  72. this.Button1.Click += new System.EventHandler(this.Button1_Click);
  73. this.Button2.Click += new System.EventHandler(this.Button2_Click);
  74. // 
  75. // cnn
  76. // 
  77. this.cnn.ConnectionString = "workstation id="802-HUANGHAI";packet size=4096;integrated security=SSPI;data sour" +
  78. "ce=".";persist security info=False;initial catalog=医院管理系统";
  79. // 
  80. // sqlSelectCommand1
  81. // 
  82. this.sqlSelectCommand1.CommandText = "[guahaocz]";
  83. this.sqlSelectCommand1.CommandType = System.Data.CommandType.StoredProcedure;
  84. this.sqlSelectCommand1.Connection = this.cnn;
  85. this.sqlSelectCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@RETURN_VALUE", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.ReturnValue, false, ((System.Byte)(0)), ((System.Byte)(0)), "", System.Data.DataRowVersion.Current, null));
  86. this.sqlSelectCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@sel", System.Data.SqlDbType.NVarChar, 20));
  87. this.sqlSelectCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@name", System.Data.SqlDbType.NVarChar, 50));
  88. // 
  89. // sqlDeleteCommand1
  90. // 
  91. this.sqlDeleteCommand1.CommandText = "[z6]";
  92. this.sqlDeleteCommand1.CommandType = System.Data.CommandType.StoredProcedure;
  93. this.sqlDeleteCommand1.Connection = this.cnn;
  94. this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@RETURN_VALUE", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.ReturnValue, false, ((System.Byte)(0)), ((System.Byte)(0)), "", System.Data.DataRowVersion.Current, null));
  95. this.sqlDeleteCommand1.Parameters.Add(new System.Data.SqlClient.SqlParameter("@num", System.Data.SqlDbType.NVarChar, 20));
  96. // 
  97. // sda
  98. // 
  99. this.sda.DeleteCommand = this.sqlDeleteCommand1;
  100. this.sda.InsertCommand = this.sqlInsertCommand1;
  101. this.sda.SelectCommand = this.sqlSelectCommand1;
  102. this.sda.UpdateCommand = this.sqlUpdateCommand1;
  103. // 
  104. // guacz1
  105. // 
  106. this.guacz1.DataSetName = "guacz";
  107. this.guacz1.Locale = new System.Globalization.CultureInfo("zh-CN");
  108. // 
  109. // sqlSelectCommand2
  110. // 
  111. this.sqlSelectCommand2.CommandText = "[guafill]";
  112. this.sqlSelectCommand2.CommandType = System.Data.CommandType.StoredProcedure;
  113. this.sqlSelectCommand2.Connection = this.cnn;
  114. this.sqlSelectCommand2.Parameters.Add(new System.Data.SqlClient.SqlParameter("@RETURN_VALUE", System.Data.SqlDbType.Int, 4, System.Data.ParameterDirection.ReturnValue, false, ((System.Byte)(0)), ((System.Byte)(0)), "", System.Data.DataRowVersion.Current, null));
  115. // 
  116. // sda1
  117. // 
  118. this.sda1.DeleteCommand = this.sqlDeleteCommand2;
  119. this.sda1.InsertCommand = this.sqlInsertCommand2;
  120. this.sda1.SelectCommand = this.sqlSelectCommand2;
  121. this.sda1.UpdateCommand = this.sqlUpdateCommand2;
  122. this.Button3.Click += new System.EventHandler(this.Button3_Click);
  123. this.Load += new System.EventHandler(this.Page_Load);
  124. ((System.ComponentModel.ISupportInitialize)(this.guacz1)).EndInit();
  125. }
  126. #endregion
  127. private void Button1_Click(object sender, System.EventArgs e)
  128. {
  129. if(cnn.State==0) cnn.Open();
  130. sda.SelectCommand.Parameters["@sel"].Value=tnum.Text;
  131. sda.SelectCommand.Parameters["@name"].Value=tname.Text;
  132. sda.SelectCommand.ExecuteNonQuery();
  133. this.guacz1.Clear();
  134. this.sda.Fill(guacz1);
  135. this.DataGrid1.DataBind();
  136. cnn.Close();
  137. }
  138. private void fills()
  139. {
  140. if(cnn.State==0) cnn.Open();
  141. sda1.SelectCommand.ExecuteNonQuery();
  142. this.guacz1.Clear();
  143. this.sda1.Fill(guacz1);
  144. this.DataGrid1.DataBind();
  145. cnn.Close();
  146. }
  147. private void Button2_Click(object sender, System.EventArgs e)
  148. {
  149. this.Response .Redirect("guahao.aspx");
  150. }
  151. private void Button3_Click(object sender, System.EventArgs e)
  152. {
  153. if(DataGrid1.SelectedIndex==-1)
  154. {
  155. Response.Write("<script language=javascript>alert('你还没选择!');</script>") ;
  156. }
  157. else
  158. {
  159. if(cnn.State==0) cnn.Open();
  160. sda.DeleteCommand.Parameters["@num"].Value=DataGrid1.SelectedItem.Cells[0].Text;
  161. sda.DeleteCommand.ExecuteNonQuery ();
  162. cnn.Close();
  163. fills();
  164. this.DataGrid1.SelectedIndex=-1;
  165. }
  166. }
  167. }
  168. }