Home

Submit

Source

Feeds
Tutorials » ASP.NET » Site Navigation

ASP.NET Site Navigation Tutorials

Learn the Web site navigation tutorials and demonstrates many of the ways that you can link pages together using a range of server controls and non-server controls. Here you'll find the tutorials about simple navigation with hyperlinks, navigation with LinkButton controls, navigation through browser redirection, navigation through server-side redirection, cross-page posting of form contents, site maps, menu, and navigation path controls.

ASP.NET Site Navigation
Creating Dropdown list control from Datasource
ASP.NET / Site Navigation
We will create a custom dropdown conrol using a datasource. This code provides us to fill a dropdrown list using a datasource.

Site: www.dotnetindex.com Report - View Tutorial

ASP.NET Site Navigation
Custom Paging results in ASP.NET using A Better Way
ASP.NET / Site Navigation
This source code is very useful for all web developers who wants to divide their database results into pages. You can easily modify source code to use in your applications. Script can display numbers of total pages and a Next/Previous link. Script uses two database connection and uses less server memory.

Site: www.dotnetindex.com Report - View Tutorial

ASP.NET Site Navigation
Search engine friendly URLs using ASP.NET (C#.NET).
ASP.NET / Site Navigation
This article explains how to convert the database-driven query string containing links to search-engine friendly ones.

Site: www.stardeveloper.com Report - View Tutorial

ASP.NET Site Navigation
Optimizing Your Asp.Net Pages for Faster Loading and Better Performance.
ASP.NET / Site Navigation
If you read the internet and all of the websites dedicated to Asp.Net you will inevitably read about the wonders of the DataGrid, DataList, and Repeater controls. While each of these has its place, if you are only displaying data there is a much faster and more efficient means to do so.

Site: www.webdevshed.com Report - View Tutorial

ASP.NET Site Navigation
DataGrid inside a DataGrid
ASP.NET / Site Navigation
This tutorial will teach you how to place and bind a DataGrid inside another DataGrid. The binding of the inner DataGrid will be done depending on the row of the parent DataGrid.

Site: www.geekpedia.com Report - View Tutorial

ASP.NET Site Navigation
PostBack to a different page
ASP.NET / Site Navigation
Tutorial on how you can PostBack from one page to another. By default in ASP.NET 1.0 and 1.1 PostBack is done to the same page. We will see how we can get around this. Also, you will see how the PostBackUrl property in ASP.NET 2.0 makes this easier.

Site: www.geekpedia.com Report - View Tutorial

ASP.NET Site Navigation
Personalization
ASP.NET / Site Navigation
This tutorial covers ASP.NET's built-in personalization features. A major Theme throughout ASP.NET 2.0 is to provide frameworks and support for implementing features most Web sites need.

Site: www.brainbell.com Report - View Tutorial

ASP.NET Site Navigation
Site Map and Bread Crumbs for your website
ASP.NET / Site Navigation
Using ASP.NET 2.0 it is very easy to create a site map of your website. One of the things you can do with a site map is build a bread crumb navigation style, which we will cover in this tutorial.

Site: www.geekpedia.com Report - View Tutorial

ASP.NET Site Navigation
Convert data to another charset/codepage in vb net
ASP.NET / Site Navigation
Sometimes you will need to export some data from an ASP page and use another charset than the encoding you have specified in Web.config.

Site: www.motobit.com Report - View Tutorial

ASP.NET Site Navigation
Disable browser caching in ASP.NET
ASP.NET / Site Navigation
In this tutorial we are going to learn how to disable browser caching in ASP.NET.

Site: www.aspdev.org Report - View Tutorial

ASP.NET Site Navigation
Using CultureInfo to modify output
ASP.NET / Site Navigation
Mostly we want to change output results of our applications to another culture setting. In this code sniplet we will format current date time for our culture settings.

Site: www.dotnetindex.com Report - View Tutorial

ASP.NET Site Navigation
How to determine what server is given web site running on using ASP.NET?
ASP.NET / Site Navigation
This comprehensive tutorial will walk you step-by-step to create a single ASP.NET page by which you'll be able to retrieve the server name of any given web site.

Site: www.stardeveloper.com Report - View Tutorial

ASP.NET Site Navigation
Get Detailed Information About Your Site Visitors In Real Time using ASP.NET
ASP.NET / Site Navigation
Have you ever wanted to see who is viewing your web site in real time? how many of them are there? what browser they are using? where have they come from? what are their host addresses and host names? and exactly what pages they have read? all in detail? Well, if you have wanted or want any of it, then keep reading.

Site: www.stardeveloper.com Report - View Tutorial

ASP.NET Site Navigation
Displaying Information about the ASP.NET Process
ASP.NET / Site Navigation
This tutorial will explain how to Displaying Information about the ASP.NET Process.

Site: aspnet.4guysfromrolla.com Report - View Tutorial

 
Site Search

 
ASP.NET »
 
Categories
2D Graphics 3D Graphics Office Applications Databases Desktop Programming Web Development
 
Advertisement