Search   Articles   Dev Forums   Personalize   Favorites   Member Login   ASP.Net Hosting
DevASP.NET for ASP.NET, VB.NET, XML and C# (C-Sharp) Developers Sunday, November 23, 2008

Dev Articles
Search Directory
ASP.NET
VB.Net
C-Sharp
SQL Server
 
FREE 12 month online training for ASP.NET & MS Expression Studio and a Free copy of MS Expression Web with Windows Server Purchase

Home > Search > Articles & Samples > ASP.NET 2.0 > Server Controls > Navigation Control
Search:
What's New - What's Hot


TreeView        
Total Hits: 137  |  Today: 0 Author: Microsoft .Net Framework SDK       Rating:  
Read Reviews | Write Review |   Your Rating: 

The ASP.NET TreeView control is a powerful server-control for rendering TreeView UI, as shown in the figure below. It supports a variety of programming models, from statically-defined trees, to dynamically constructed trees, to databound trees. The TreeView's rendering is fully customizable, allowing for a wide-range of look-and-feels for the control. The TreeView supports both postback-style events and simple hyperlink navigation, as well as a unique event handling model that allows data to be ...

Using Windows Workflow to Control ASP.NET Navigation        
Total Hits: 56  |  Today: 0 Author: Steve Dunn       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article describes one simple solution for achieving interoperability between Windows Workflow (WF) and ASP.NET. It leverages the power of WF's powerful visual logic to design page-flow based on user choices. Without WF, enforcing page flow would most likely entail hard-coding such logic. First, the article covers the three main tasks involved in building the solution: creating the Workflow side, writing a middle bit—a service layer—which involves writing an interface, and building the ASP.N...

Simple Method for Insert,Update,Delete,Naviagate and Search        
Total Hits: 25  |  Today: 0 Author: Member 3107204       Rating:  
Read Reviews | Write Review |   Your Rating: 

I Looked for the tool for insertion,deletion,updation and Navigation for develop the web application.I couldn't get it. I decided to make that control using web custom control project. I am sure this will be usefull for all....

Building a dynamic SiteMap in ASP.NET 2.0 for a large website        
Total Hits: 846  |  Today: 0 Author: dB..       Rating:  
Read Reviews | Write Review |   Your Rating: 

Sitemaps and breadcrumbs (SiteMapPath) are useful and easy to implement for a static site with a sitemap file. For dynamic sites, something as simple seems to get much more complicated. When I started reading about sitemaps for dynamic sites, I found a common approach: generate a static site map for the whole website from, for example, a data source. Re-generate periodically. Use the XmlSiteMapProvider. Cache. The technique is described in this CodeProject article. This doesn't work for my site ...

Hierarchical Data        
Total Hits: 73  |  Today: 0 Author: Microsoft .Net Framework SDK       Rating:  
Read Reviews | Write Review |   Your Rating: 

Data source controls can expose either tabular or hierarchical data, or both. The SqlDataSource and ObjectDataSource controls demonstrated previously are examples of tabular data source controls. ASP.NET 2.0 also includes two hierarchical data source controls: XmlDataSource for connecting to XML files, and SiteMapDataSource for connecting to site navigation data. Some techniques for using these controls are covered by the examples that follow in this section....

Populating a TreeView Control from the Database        
Total Hits: 270  |  Today: 0 Author: azamsharp.       Rating:  
Read Reviews | Write Review |   Your Rating: 

ASP.NET 2.0 came out with tons of new controls which help developers to speed up development. Among all the new controls, the TreeView control stands out as one of the most important and useful controls. The TreeView control enables you to display data in a hierarchical form. The TreeView control also allows you to embed different ASP.NET controls within it. In this article, we will see that how we can populate a TreeView control from the database....

Building a DataNavigator Control        
Total Hits: 17  |  Today: 0 Author: msdn.microsoft       Rating:  
Read Reviews | Write Review |   Your Rating: 

The list of ASP.NET rich data-bound controls is a long one, but it's not all-encompassing. You won't find any Microsoft® .NET counterpart for the Data controlâ€"a scrollable and updateable binding context that data-bound controls could rely on to refresh their user interface. The original Data control allowed for simple movementsâ€"first, next, previous, and last. It worked on top of a Recordset object and exposed the UpdateRecord method to save changes according to the capabilities o...

An extensible DotNetNuke Google Sitemap Generator        
Total Hits: 45  |  Today: 0 Author: brucerchapman.       Rating:  
Read Reviews | Write Review |   Your Rating: 

In a previous article I wrote about a Google Sitemap generator using the ASP.NET Provider model. Well, that whole basis was a learning exercise based on me wanting to sharpen up my knowledge about the intricacies of the Provider model. I had only ever worked with existing code, and hadn't written my own providers from 'file-new project' if you get my drift. This new entry takes that idea one step further and implements it for DotNetNuke based websites....

Stop editing 'web.sitemap'--Let unknown pages dynamically INHERIT from a parent! And more...        
Total Hits: 63  |  Today: 0 Author: kriceslo.       Rating:  
Read Reviews | Write Review |   Your Rating: 

Reduce sitemap maintenence and never have another "unlisted" page! Unlisted pages dynamically inherit site map placement from a parent page. Replace repetitive '/default.aspx' mentions with '/' for friendlier URLs. Wildcard query string matching and more......

ASP.NET 2.0 and MCMS - implementing page summary controls using a custom SiteMapProvider and a TreeView control        
Total Hits: 94  |  Today: 0 Author: Stefan Goßner       Rating:  
Read Reviews | Write Review |   Your Rating: 

In my previous article I have discussed how to implement site navigation for an MCMS site using ASP.NET 2.0 navigation controls. I have also discussed glitches with such navigation controls when switching between authoring and presenation mode.
Today I will discuss how to create a page summary list as it is usually added to a channel rendering script using the standard ASP.NET 2.0 tree view control with a slightly customized version of my MCMS Site Map Provider.
First of all a page summary...

Nine ASP.NET Site Navigation Problem Solutions: Part 1        
Total Hits: 143  |  Today: 0 Author: Lee Richardson       Rating:  
Read Reviews | Write Review |   Your Rating: 

So far, there's been plenty of ink expended on ASP.NET 2.0's site navigation controls, but most of that coverage lacks details on how to use the new navigation features in the real world. For example, some common real-world questions are: How do you integrate database driven content into your site's navigation? How do you architect your solution to automatically hide pages to which a user lacks permission? What about differentiating the active top level page, or displaying only the children of t...

Maintain ASP.NET Tree Position on Postbacks        
Total Hits: 194  |  Today: 0 Author: Paul Kimmel       Rating:  
Read Reviews | Write Review |   Your Rating: 

The TreeView in ASP.NET 2.0 is a great control, but it seems to have one shortcoming: it isn't good at keeping track of the last selected position between postbacks. If you scroll down to the fiftieth item and expand a parent node, you have to start over at the top when the page returns. In the previous version of .NET, you might have considered using the SmartNavigation feature instead. SmartNavigation is a property of a Web page. It is a Boolean that you can set in the Page directive or code b...

ASP.NET 2.0 Wizard Control        
Total Hits: 164  |  Today: 0 Author: Namratha Shah.       Rating:  
Read Reviews | Write Review |   Your Rating: 

Wizard control is newly added in ASP.NET 2.0. This control enables us to create an wizard based interface for a user. Typically a wizard interface will be used when we require a user to input a lot of data. Wizard enables us to take the data from the user a series of multiple steps. An another alternative to wizard based interface is using the tab interface but unlike the tab interface the wizard allows us only an serial navigation between steps i.e. In a tabbed interface a user can jump between...

ASP.NET TabBar Server Control        
Total Hits: 305  |  Today: 0 Author: corebytes.       Rating:  
Read Reviews | Write Review |   Your Rating: 

A lot of my clients request tabbed navigation in their web applications. Most of the applications I work on are business type applications, and a favorite navigation scheme is to have a tab bar to represent high-level categories, with sub categories represented with a "sub" tab bar. So off I went to develop a control that would provide a visual representation of a tab bar that could be configured to be page aware or agnostic, integrates with the built-in ASP.NET roles API, has designer support, ...

Lat Lays Flat - Part 4: An ASP.NET 2.0 Google Maps Control        
Total Hits: 210  |  Today: 0 Author: Bill Pierce       Rating:  
Read Reviews | Write Review |   Your Rating: 

This is the fourth article in a three article series examining a custom ASP.NET server control I developed to make using the Google Maps API easier for .NET developers. The focus of this article is to highlight the changes I made while porting the GMap control from ASP.NET 1.1 to ASP.NET 2.0. If you're not familiar with the GMap control, I highly recommend reading Part 1, Part 2, and Part 3 first. This article assumes you are familiar with the Google Maps API. You may see references throughout t...

Use ASP.NET 2.0's TreeView to Display Hierarchical Data        
Total Hits: 229  |  Today: 0 Author: Bipin Joshi       Rating:  
Read Reviews | Write Review |   Your Rating: 

Real-world Web sites need professional navigation structures. In classic ASP, developers used either custom code or third-party solutions to provide navigational elements such as TreeViews and Menus. Fortunately, ASP.NET 2.0 comes with these controls built-in. They provide not only good-looking navigational structure but also save developers from needing to write lots of code and script....

Using the MultiView control in ASP.NET 2.0        
Total Hits: 1403  |  Today: 0 Author: Aadil       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article will show you how to use the new MultiView control added in ASP.NET 2.0.
The MultiView and View controls work together and present a web page with multiple views. The MultiView control is there to hold a number of View controls and a View control is just like a panel in which you can place other HTML or web controls, just as you used a Panel control for grouping other controls. At a time in MultiView control, only one view can be active. This is set by the MultiView control’s Act...

ASP.NET Tree View - with customized tree nodes        
Total Hits: 181  |  Today: 0 Author: Ishanth       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article details how to setup the IE Web Control's TreeView programmatically with customized tree nodes. TreeView control is one of the most useful controls comes with the Microsoft IE WebControls.
I have used Microsoft IE web control (free download) for this sample application.
You may download the Microsoft IE web control from the following link.
http://asp.net/IEWebControls/Download.aspx?tabindex=0&tabid=1.
I have attached the soucecode in the following files TreeViewSamp...

Automate Navigation Chores        
Total Hits: 195  |  Today: 0 Author: Steve C. Orr       Rating:  
Read Reviews | Write Review |   Your Rating: 

In this article you’ll learn how to use Site Maps to provide a consistent and easy mechanism for updating a Web site’s perceived structure. You’ll learn how to bind a basic Site Map file to the new Menu, TreeView, and SiteMapPath controls. You’ll also learn how to extend Site Maps with additional metadata, and how to consume that information in useful ways. To top it all off, you’ll learn how to use the default SiteMapPath provider to create your own custom navigational structure that will perfo...

Binding Data With ‘TreeView’ Control Asp.net 2.0        
Total Hits: 178  |  Today: 0 Author: danish_ara       Rating:  
Read Reviews | Write Review |   Your Rating: 

This article deals with the integration of Asp.net 2.0 TreeView Control with database. Danish Hameed is a Bachelor’s of science in computer science. He has participated and scored remarkable positions in programming and software competitions. Currently working as Software Engineer in eLearning industry. Over the period of few weeks I have been trying to play with asp.net 2.0 controls. As most of asp.net 2.0 beginners know there are almost no working examples and tutorials available for beta rele...


1  2  Next >> 


DevASP.Net - Disclaimer - Privacy
Copyright © 2008 DevASP.net