Asp.Net Web Applications

12345678910
Across
  1. 2. file that represents the application class and contains optional methods (event handlers) that run at various points in the application life cycle.
  2. 5. is the first event in page life cycle.
  3. 6. Allows us to write a method to handle the validation of the value entered.
  4. 7. is the page coding module which separates business logic from presentation logic.
  5. 8. control randomly selects banner graphics from a list, which is specified in an external XML schedule file.
  6. 10. posting is submitted the form to a different page.
Down
  1. 1. Compares the value of one input control to the value of another input control or to a fixed value.
  2. 3. phase is the last phase of the page life cycle.
  3. 4. is a fast and concise JavaScript Library created with a nice motto − Write less, do more.
  4. 9. side validation is good but we have to be dependent on browser and scripting language support.