Session["sUsername"].ToString() = this.txtusername.Text;
con.Open(); str = "select * from employee where EmpID=1"; com = new SqlCommand(str, con); sqlda = new SqlDataAdapter(com); ds = new DataSet(); sqlda.Fill(ds, "employee"); dt = ds.Tables["employee"]; Session["EmpID"].ToString() = dt.Rows[0]["EmpID"].ToString(); //txtID.text=dt.Rows[0]["EmpID"].ToString(); //txtName.text=dt.Rows[0]["EmpName"].ToString(); //txtDept.text=dt.Rows[0]["Dept"].ToString(); //txtSalary.text=dt.Rows[0]["Dept"].ToString(); //txtCity.text=dt.Rows[0]["City"].ToString();
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง