| 70-305 Exam |
| 70-305 - Exam Information |
| Question of the day |
You are creating an ASP.NET page for XYZ. You create a DataGrid control that displays past purchases made by the user. The DataGrid control is populated from an existing database when the page is created. The page contains TextBox controls that allow users to update their personal information, such as address and telephone number. You need to ensure that the page is refreshed as quickly as possible when users update their contact information. What should you do?
Answer(s)
Write in the Page.Load event handler that populates the DataGrid control only when theIsPostBack property of the page is true.