using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.UI; using System.Web.UI.WebControls; namespace Genformproject { public partial class WebForm3 : System.Web.UI.Page { protected void Page_Load(object sender, EventArgs e) { btnok.DirectClick += new Ext.Net.ComponentDirectEvent.DirectEventHandler(btnok_DirectClick); btncan.DirectClick += new Ext.Net.ComponentDirectEvent.DirectEventHandler(btncan_DirectClick); ComboBox2.DirectSelect += new Ext.Net.ComponentDirectEvent.DirectEventHandler(ComboBox2_DirectSelect); if (!Ext.Net.X.IsAjaxRequest) { ClassAll.StoreClass.Fuculitysstore(Store1); ClassAll.StoreClass.MajorStore(Store2); } } void ComboBox2_DirectSelect(object sender, Ext.Net.DirectEventArgs e) { } void btnok_DirectClick(object sender, Ext.Net.DirectEventArgs e) { } void btncan_DirectClick(object sender, Ext.Net.DirectEventArgs e) { Cls(); } void Cls() { FormPanel1.Reset(); } } }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง