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…
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…
Difference between Server side scripting and Client side scripting | Server side scripting vs. Client side scripting
We would define a script as a set of instructions. For Web pages they are instructions either to the Web server(server-side scripting) or to the Web Browser (client-side scripting). Let’s…
What are the goals of Dot Net (.net) Framework?
With the .NET Framework, Microsoft's goal is not to provide an abstraction technology for developers building a particular kind of application, Microsoft's goal is to provide an abstraction technology for…