Understanding the Master Page concept
When you are thinking of developing a website the first thing that comes to your mind is the design of the website and how it would look to the end…
Create your first web form using Master Page
In the previous tutorial, you learn about making your first master Page. Master Pages are like blueprints that we will be using to generate similar copies of web pages. So,…
Create your first Master Page
I will be keep things here really simple. Even a person with no experience in .net should be able to follow this tutorial. I will be using Visual Studio 2012.…
Difference between Label and Literal in Asp.Net | Label vs. Literal
Difference between Label and Literal in | Label vs. Literal Label Control Literal Control Text property By default Text property of Label contains “Label1” By default text property does not…
Use Calender Control to create a FancyBox Calender | Create a pop up Calender using ASP .NET Calender Control
In this example code we will see how to use a calender control from the tool set to create a fancy box effect. That is, we will make the calender…
Using Calender Control in ASP .NET | Calender Control Tutorial
In this tutorial we will learn to use the calender control and display the selected dates in the calender control. Let's add a new form to our ASP .NET website…
How to create custom validation control in ASP.NET 4.0 | Make Custom Validation Control using Visual Studio
If you are an developer you must have every now and then felt the need of a custom validation control. I felt the need. May be that is the reason…
How to register two different controls (buttons) to the same event in ASP.net
I am currently in the process of learning and thus reading a book named " 4 Unleashed" by Pearson Publications. I found an example in the book in which it…
New Features in ASP.NET 4.0 core services
Refactored The file has been refactored by taking all the complicated configuration statements into the This has been done so that all the complex and major settings stored in the…
Difference between Web Application and Web Site in .net | Web Application Vs. Web Site
Difference between Web Application and Web Site in .net Web Application Web Site All the list of the files included in the project is stored in the .csproj/.vbproj No such…