ASP.NET Radio Button control Part 11  by Kudvenkat

ASP.NET Radio Button control Part 11 by Kudvenkat

radiobutton control lets you make a group of radiobuttons with other radiobutton. if you set it's GroupName property same for multiple radiobuttons then all radiobuttons with same name act as a single group. within a group you can only select one radiobutton at a time. radiobutton group work as like radiobuttonlist. with radiobutton control you can more customize it than radiobuttonlist items.

Watch Video

ASP.NET Radio Button control Radio Button control ASP.NET Radio Button


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

Watch Video

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


IsPostBack in asp.net Part 8

IsPostBack in asp.net Part 8

Gets a value that indicates whether the page is being rendered for the first time or is being loaded in response to a postback.

Watch Video

IsPostBack asp.net IsPostBack Use of IsPostBack in asp.net


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.)

Watch Video

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.

Watch Video

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


Creating ASP.NET website Part 2