Writing ASP. NET Web Forms with C #
Web Forms are a programming model in ASP. NET, the next generation of Web programming technology from Microsoft.
This article discusses Web Forms by first comparing ASP. NET and the classic ASP. it then presents server controls and paints a big picture of how separation between business logic and presentation layer is achieved in Web Forms. in addition, this article presents the new session-management strategy and offers some programming experience in building Web Forms using the C # language. web Forms are a Web development technology that allows you to build a robust and scalable Web application rapidly. programming versions that you can use to build Web Forms are available; you can use C #, Visual Basic. net and JScript. NET, to name a few. like other server-side Web technologies, Web Forms output standard HTML that can be rendered by all browsers. however, the engine that runs Web Forms also detects user browsers, and can generate browser-specific HTML tags, if you so desire