Across
- 4. Is a scenario in which a single machine has multiple asp.net worker processes running simultaneously.
- 7. Allows you to bind to a MS SQL database table or view.
- 8. Session State Mode stores session data in a memory object in the application worker process in the application domain.
- 10. It is used to store information which is shared among users of the ASP.Net web application.
Down
- 1. Is the control which does not render anything on the web page at client browser but can be used to store some information on the web page which can be used on the page.
- 2. It is used to pass the state values or information form one page to another page with URL.
- 3. controls are used to display and manipulate data to the end-user within the web applications.
- 5. Pages in ASP.NET allow you to control the layout, design, and common controls of all pages in a website/web application.
- 6. It is used to handle the Scripting on the client side; without this control, Ajax controls are not run.
- 9. allows web pages to be updated asynchronously by exchanging small amounts of data with the server behind the scenes.
