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