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

医药行业

开发平台:

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. using System.Data.SqlClient;
  12. namespace 医院管理系统
  13. {
  14. /// <summary>
  15. /// nanzhao 的摘要说明。
  16. /// </summary>
  17. public class nanzhao : System.Web.UI.Page
  18. {
  19. protected System.Web.UI.WebControls.Label Label4;
  20. protected System.Web.UI.WebControls.Label Label3;
  21. protected System.Web.UI.WebControls.Label Label2;
  22. protected System.Web.UI.WebControls.Label Label1;
  23. protected System.Web.UI.WebControls.Label Label14;
  24. protected System.Web.UI.WebControls.Panel p1;
  25. protected System.Web.UI.WebControls.Button Button3;
  26. protected System.Web.UI.WebControls.Button Button2;
  27. protected System.Web.UI.WebControls.Button Button1;
  28. protected System.Web.UI.WebControls.TextBox TextBox1;
  29. protected System.Data.SqlClient.SqlConnection cnn;
  30. protected System.Data.SqlClient.SqlDataAdapter sda1;
  31. protected System.Data.SqlClient.SqlCommand sqlDeleteCommand2;
  32. protected System.Data.SqlClient.SqlCommand sqlInsertCommand2;
  33. protected System.Data.SqlClient.SqlCommand sqlSelectCommand2;
  34. protected System.Data.SqlClient.SqlCommand sqlUpdateCommand2;
  35. protected System.Data.SqlClient.SqlCommand sqlSelectCommand1;
  36. protected System.Data.SqlClient.SqlCommand sqlInsertCommand1;
  37. protected System.Data.SqlClient.SqlCommand sqlUpdateCommand1;
  38. protected System.Data.SqlClient.SqlCommand sqlDeleteCommand1;
  39. protected System.Data.SqlClient.SqlDataAdapter sda;
  40. protected System.Web.UI.WebControls.Label Label6;
  41. protected System.Web.UI.WebControls.Label Label7;
  42. protected System.Web.UI.WebControls.Label Label8;
  43. protected System.Web.UI.WebControls.Label Label5;
  44. protected System.Data.SqlClient.SqlCommand cmd;
  45. protected 医院管理系统.nan nan1;
  46. protected System.Web.UI.WebControls.DataGrid DataGrid1;
  47. private void Page_Load(object sender, System.EventArgs e)
  48. {
  49. if(!IsPostBack)
  50. {
  51. fill();
  52. }
  53. }
  54. private void fill()
  55. {
  56. if(cnn.State==0) cnn.Open();
  57. sda.SelectCommand.ExecuteNonQuery();
  58. nan1.Clear(); 
  59. sda.Fill(nan1); 
  60. cnn.Close();
  61. DataGrid1.DataBind(); 
  62. }
  63. #region Web 窗体设计器生成的代码
  64. override protected void OnInit(EventArgs e)
  65. {
  66. //
  67. // CODEGEN: 该调用是 ASP.NET Web 窗体设计器所必需的。
  68. //
  69. InitializeComponent();
  70. base.OnInit(e);
  71. }
  72. /// <summary>
  73. /// 设计器支持所需的方法 - 不要使用代码编辑器修改
  74. /// 此方法的内容。
  75. /// </summary>
  76. private void InitializeComponent()
  77. {    
  78. this.cnn = new System.Data.SqlClient.SqlConnection();
  79. this.sda1 = new System.Data.SqlClient.SqlDataAdapter();
  80. this.sqlDeleteCommand2 = new System.Data.SqlClient.SqlCommand();
  81. this.sqlInsertCommand2 = new System.Data.SqlClient.SqlCommand();
  82. this.sqlSelectCommand2 = new System.Data.SqlClient.SqlCommand();
  83. this.sqlUpdateCommand2 = new System.Data.SqlClient.SqlCommand();
  84. this.sqlSelectCommand1 = new System.Data.SqlClient.SqlCommand();
  85. this.sqlInsertCommand1 = new System.Data.SqlClient.SqlCommand();
  86. this.sqlUpdateCommand1 = new System.Data.SqlClient.SqlCommand();
  87. this.sqlDeleteCommand1 = new System.Data.SqlClient.SqlCommand();
  88. this.sda = new System.Data.SqlClient.SqlDataAdapter();
  89. this.cmd = new System.Data.SqlClient.SqlCommand();
  90. this.nan1 = new 医院管理系统.nan();
  91. ((System.ComponentModel.ISupportInitialize)(this.nan1)).BeginInit();
  92. this.Button2.Click += new System.EventHandler(this.Button2_Click);
  93. this.Button1.Click += new System.EventHandler(this.Button1_Click);
  94. this.DataGrid1.PageIndexChanged += new System.Web.UI.WebControls.DataGridPageChangedEventHandler(this.DataGrid1_PageIndexChanged);
  95. this.DataGrid1.SelectedIndexChanged += new System.EventHandler(this.DataGrid1_SelectedIndexChanged);
  96. // 
  97. // cnn
  98. // 
  99. this.cnn.ConnectionString = "workstation id=LYJ805;packet size=4096;integrated security=SSPI;data source=".";p" +
  100. "ersist security info=False;initial catalog=医院管理系统";
  101. // 
  102. // sda1
  103. // 
  104. this.sda1.DeleteCommand = this.sqlDeleteCommand2;
  105. this.sda1.InsertCommand = this.sqlInsertCommand2;
  106. this.sda1.SelectCommand = this.sqlSelectCommand2;
  107. this.sda1.UpdateCommand = this.sqlUpdateCommand2;
  108. // 
  109. // sqlSelectCommand2
  110. // 
  111. this.sqlSelectCommand2.CommandText = "[selnan]";
  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. this.sqlSelectCommand2.Parameters.Add(new System.Data.SqlClient.SqlParameter("@挂号号码", System.Data.SqlDbType.NVarChar, 20));
  116. // 
  117. // sqlSelectCommand1
  118. // 
  119. this.sqlSelectCommand1.CommandText = "[selnan1]";
  120. this.sqlSelectCommand1.CommandType = System.Data.CommandType.StoredProcedure;
  121. this.sqlSelectCommand1.Connection = this.cnn;
  122. 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));
  123. // 
  124. // sda
  125. // 
  126. this.sda.DeleteCommand = this.sqlDeleteCommand1;
  127. this.sda.InsertCommand = this.sqlInsertCommand1;
  128. this.sda.SelectCommand = this.sqlSelectCommand1;
  129. this.sda.UpdateCommand = this.sqlUpdateCommand1;
  130. // 
  131. // cmd
  132. // 
  133. this.cmd.CommandText = "[nan2]";
  134. this.cmd.CommandType = System.Data.CommandType.StoredProcedure;
  135. this.cmd.Connection = this.cnn;
  136. this.cmd.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));
  137. this.cmd.Parameters.Add(new System.Data.SqlClient.SqlParameter("@id", System.Data.SqlDbType.Int, 4));
  138. // 
  139. // nan1
  140. // 
  141. this.nan1.DataSetName = "nan";
  142. this.nan1.Locale = new System.Globalization.CultureInfo("zh-CN");
  143. this.Load += new System.EventHandler(this.Page_Load);
  144. ((System.ComponentModel.ISupportInitialize)(this.nan1)).EndInit();
  145. }
  146. #endregion
  147. private void Button1_Click(object sender, System.EventArgs e)
  148. {
  149. if(cnn.State==0) cnn.Open();
  150. sda1.SelectCommand.Parameters["@挂号号码"].Value=TextBox1.Text;
  151. sda1.SelectCommand.ExecuteNonQuery ();
  152. nan1.Clear(); 
  153. sda1.Fill(nan1); 
  154. this.DataGrid1.DataBind();
  155. cnn.Close();
  156. }
  157. private void Button2_Click(object sender, System.EventArgs e)
  158. {
  159. if(DataGrid1.SelectedIndex==-1)
  160. {
  161. Response.Write("<script language=javascript>alert('你还没选择!');</script>") ;
  162. }
  163. else
  164. {
  165. if(cnn.State==0) cnn.Open();
  166. p1.Visible =true;
  167. cmd.Parameters["@id"].Value=Convert.ToInt32(DataGrid1.SelectedItem.Cells[0].Text);
  168. Label14.Text=DataGrid1.SelectedItem.Cells[1].Text+"——详细信息";
  169. SqlDataReader rd=cmd.ExecuteReader();
  170. while (rd.Read())
  171. {
  172. this.Label1.Text =rd.GetValue(0).ToString();
  173. this.Label2.Text =rd.GetValue(1).ToString();
  174. this.Label3.Text =rd.GetValue(2).ToString();
  175. this.Label4.Text =rd.GetValue(3).ToString();
  176. this.Label5.Text =rd.GetValue(4).ToString();
  177. this.Label6.Text =rd.GetValue(5).ToString();
  178. this.Label7.Text =rd.GetValue(6).ToString();
  179. this.Label8.Text =rd.GetValue(7).ToString();
  180. }
  181. }
  182. }
  183. private void DataGrid1_SelectedIndexChanged(object sender, System.EventArgs e)
  184. {
  185. p1.Visible =false;
  186. }
  187. private void DataGrid1_PageIndexChanged(object source, System.Web.UI.WebControls.DataGridPageChangedEventArgs e)
  188. {
  189. DataGrid1.CurrentPageIndex = e.NewPageIndex;
  190. fill();
  191. }
  192. }
  193. }