asp.net

1234567891011
Across
  1. 3. control is used to write simple text on the page, you can use server side formatting options like bold, italic, underlined.
  2. 5. posting is used to post data from one page to other
  3. 6. copies only structure of a table and not the data
  4. 7. stores the page state in a hidden field
  5. 8. controls displays all validation messages
  6. 11. a label gets rendered into ____ html control
Down
  1. 1. object is used to store application specific data into server memory.
  2. 2. the initial value of required field validator need to be set for _______ control
  3. 4. control can be used across multiple web applications
  4. 9. a property to validate page
  5. 10. page event where masterpage can be changed dynamically