ASP.Net 1. What is ASP.Net? Why asp.net? A) 1. ASP.NET is a .NET web technology or Server-side technology. WHY: To develop a web application by using .Net we have to use a .Net web technology called Asp.Net and a .Net language called C#.Net. 2. What do you mean by server-side technology? 1. The code which is executing within the WEB SERVER is called as SERVER SIDE CODE. 2. Server-side code we can implement by using Server-side technologies. Ex. ASP, ASP.NET, JSP, PHP and so on 3. Using server-side technology we can develop server-side web pages . 3. What do you mean by client-side technology? The code which is executing within the WEB BROWSER is called as CLIENT SIDE CODE. Client-side code we can implement by using client-side technologies. Ex: JavaScript, HTML, CSS 4. What are the programming techniques that will be supporti...