Monday, April 12, 2010

Create Simple Web Project First Time

) Create a new VS2005 web application project
2) Add the web spread control to the default.aspx
3) Create a master page (Site1.master) then in the Page_Load event add -> ID = "Master"
4) Create a web content form (WebForm1.aspx) that uses the master page (Site1.master)
5) Add the spread control to the web content form
6) start the application and go to default.aspx
7) test default.aspx (enter data in the grid, click check mark button) -> the update event is fired
8) test WebForm1.aspx (enter data in the grid, click check mark button) -> the update event is NOT fired, data entered in the control is lost