ASP.NET TextBox Control Part 10 Video by Kudvenkat

IIS Internet Information Services and ASP.NET Part 9 by Kudvenkat

IIS Internet Information Services and ASP.NET Part 9 by Kudvenkat

Internet Information Services (IIS, formerly Internet Information Server) is an extensible web server created by Microsoft for use with Windows NT family.[2] IIS supports HTTP, HTTPS, FTP, FTPS, SMTP and NNTP. It has been an integral part of the Windows NT family since Windows NT 4.0, though it may be absent from some editions (e.g. Windows XP Home edition). IIS is not turned on by default when Windows is installed. The IIS Manager is accessed through the Microsoft Management Console or Administrative Tools in the Control Panel. Source: Wikipedia

Read Interview Questions

IIS Internet Information Services and ASP.NET Part IIS Internet Information Services


IsPostBack in asp.net Part 8

ASP.NET Server control events Part 7 by Kudvenkat

ASP.NET page life cycle events Part 6  by Kudvenkat

Difference between ViewState, SessionState and ApplicationState in asp.net Part 5 by Kudvenkat

Events in the life cycle of a web application Part 4 by Kudvenkat

Events in the life cycle of a web application Part 4 by Kudvenkat

When an ASP.NET page runs, the page goes through a life cycle in which it performs a series of processing steps. These include initialization, instantiating controls, restoring and maintaining state, running event handler code, and rendering. It is important for you to understand the page life cycle so that you can write code at the appropriate life-cycle stage for the effect you intend. Additionally, if you develop custom controls, you must be familiar with the page life cycle in order to correctly initialize controls, populate control properties with view-state data, and run any control behavior code. (The life cycle of a control is based on the page life cycle, but the page raises more events for a control than are available for an ASP.NET page alone.)

Read Interview Questions

Events in the life cycle Kudvenkat Video Tutorial ASP.Net Events life cycle of a web application


What is viewstate in asp.net - Part 3

What is viewstate in asp.net - Part 3

Here Kudvenkat is explaining the ASP.NET feature and how developer can use ViewState to save values on the page itself.Another approach to saving data for the user, is the ViewState. As described elsewhere in this Video tutorial.

Read Interview Questions

ASP.NET ViewState What is ViewState What is ViewState Video Tutorial What is ViewState Importanve


Creating ASP.NET website Part 2

What is ASP.NET Part 1 by kudvenkat

What is ASP.NET Part 1 by kudvenkat

Asp.net is an open source server-side Web application framework designed for Web development to produce dynamic Web pages. It was developed by Microsoft to allow programmers to build dynamic web sites, web applications and web services.

Read Interview Questions

What is ASP.NET Part 1 by kudvenkat ASP.NET tutorial Kudvenkat Video Series