Master page and content page work together to produce output to client.
Sometimes, interaction between master page and content page is needed.
...12-Apr-2010
In the following approach, we're going to use a ListView, DataPager and
an ObjectDataSource to achieve this. Equally one can use a DataView and
...12-Apr-2010
ASP.NET MVC is a framework, created by Microsoft, as an alternative (but not replacement) to ASP.NET Web Forms.
This tutorial explains what is ...12-Apr-2010
Although users today have faster Internet connection, light web pages
and fast load are still better choice for various reasons.
This tutorial ...12-Apr-2010
This article will explain how one can insert or save images into a sql
server database table using asp.net FileUpload control. You may ask why
...12-Apr-2010
The code sample demonstrates how you can use the built-in ASP.NET
classes to generate a graphical representation of a single line of
text. The ...12-Apr-2010
Asp.net GridView gives us huge facility that we can't imagine few years
ago. But still we have a lot of chance to improve look & feel as
we...12-Apr-2010
CSS (Cascading Style Sheets) are one of the popular options for
building advanced and manageable page layouts. As opposite to CSS
layout with D...12-Apr-2010
In most of the cases specially for reporting purpose we need to merge
GridView cells or columns for client preferred output. In this example
i ...12-Apr-2010
Raw data from database sometimes are not suitable for showing on web
form directly. For example, you could need additional formatting for
date ...12-Apr-2010
Email is extremely popular way of communication. To make this task
easier, Microsoft .Net Framework contains System.Net.Mail namespace.
This tu...12-Apr-2010
ASP.NET Forms authentication with SQL Server used to store user's
information is very popular way to secure web site. There are numerous
tutori...12-Apr-2010