Articles: 843 | Categories: 148   
   
   
 
 
 
 
 
Asp.Net >>Tips and Tricks
Interaction Between Master Page and Content Page By: Admin

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

Paging: ASP.net (C#) and SQL 2005/8 By: Admin

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

Easy Intro to ASP.NET MVC By: Admin

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

URL Rewriting in ASP.NET By: Admin

One of most important factors for search engine optimization...12-Apr-2010

How To Reduce Page Size In ASP.NET By: Admin

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

Save Images into Sql Server Database Table using asp.net FileUpload Control By: Admin

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

Create Text Images on the Fly with ASP.NET By: Admin

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

Highlight GridView Row On MouseOver Using Javascript in Asp.net By: Admin

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

DIV-TABLE-CSS Layout In ASP.NET By: Admin

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

Merge GridView Cells Or Columns in Row ASP.NET C# By: Admin

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

Conditional Values And Styles In GridView By: Admin

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

How to Add an Image to Email in ASP.NET By: Admin

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

How to Create SQL Membership Schema at Run-Time By: Admin

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