.NET - Santhi's Blog

Introduction to ASP.NET 5

This article showcases the ASP.NET5 basics Introduction to ASP.NET 5 (c-sharpcorner.com)

ASP.NET Page Life Cycle in VB.NET

In this article, we will see the stages of execution of the ASP.NET Page. ASP.NET Page Life Cycle in VB.NET (c-sharpcorner.com)

Creating Custom Template for Web User Control in Visual Studio.NET 2003

For our project purpose, we may want some specific template for our user control like company specific namespace, functions to be included in by default when we create user control. This article shows you how to create custom template for web user control in visual studio.net 2003.  Creating Custom Template for Web User Control in

Accessing Registry using ASP.NET

In this article, we will see how to access the registry using ASP.NET. Accessing Registry using ASP.NET (c-sharpcorner.com)

Custom Error Handling Using ASP.NET

This article explains how to do custom error handling using ASP.NET Custom Error Handling Using ASP.NET (c-sharpcorner.com)

Globalization Using ASP.NET

This article explains how to do globalization using ASP.NET Globalization Using ASP.NET (c-sharpcorner.com)

Posting to another .aspx using ASP.NET

This article explains how to post to another .aspx using ASP.NET Posting to another .aspx using ASP.NET (c-sharpcorner.com)

Creating simple Add-in for Visual Studio.NET

This article shows how to create an add-in tool Creating simple Add-in for Visual Studio.NET (c-sharpcorner.com)

ASP.NET Page Life Cycle

n this article, we will see the stages of execution of the ASP .NET Page. ASP.NET Page Life Cycle (c-sharpcorner.com)

Passing Values between User Controls and ASPX Page

This article is for beginners who are learning. NET. This will be really helpful for them. Beginners will be wondered how to pass values between User Controls and ASPX page. In this article, I have listed some of the ways through which you can access and set the User control values in an ASPX page.