using system; using system.collections; using system.componentmodel; using system.data; using system.drawing; using system.web; using system.web.sessionstate; using system.web.ui; using system.web.ui.webcontrols; using system.web.ui.htmlcontrols; using system.xml ;
namespace webapplication1 { /// <summary> /// summary description for webform1. /// </summary> public class webform1 : system.web.ui.page { protected system.web.ui.webcontrols.textbox textbox1; protected system.web.ui.webcontrols.dropdownlist dropdownlist1; protected system.web.ui.webcontrols.button button1;
public webform1() { page.init += new system.eventhandler(page_init); }
#region web form designer generated code /// <summary> /// required method for designer support - do not modify /// the contents of this method with the code editor. /// </summary> private void initializecomponent() { this.button1.click += new system.eventhandler(this.button1_click); this.load += new system.eventhandler(this.page_load);