AspNetAtoms.com daily updates on ASP.NET Tutorials, Articles, Authors and more. Subscribe to our newsletter and receive updates on ASP.NET resources on the Internet.
Categories
- AJAX
- ASP.NET Beginner Tutorials
- ASP.NET Tutorials
- Database
- File System
- Graphics
- Miscellaneous
- Network
- Resources
- Validation
- XML
Recent Posts
- Make Your ASP.NET Mobile Forms Timer-Refresh and Autoredirect : Peter Bromberg
You can't use javascript in Mobile Forms, and they won't render the META Refresh tag either. Here's a - Inversion of Control and Dependency Injection with Castle Windsor Container - Part IV : Simone Busoli
In this article I introduce the missing core features I didn't tackle before. They require a little more - Developing Gadgets For The Windows Vista Sidebar : Scott Allen
Windows Vista introduced the Sidebar – an anchored panel on the Windows desktop that can host mini-applications - .NET CodeToHTML : Paschal L
This article shows you how to convert source code to HTML. The aim of this article is to share with you - Save Changes on Close of Browser or when exiting the page. : Abishek R Srikaanth.
This article describes on how you can implement the functionality of saving changes on close of the browser
Build a SqlSitemapProvider Treeview Navigation Control with SqlCacheDependency : Peter Bromberg
Saturday, July 26 2008
How to create a Sitemap from a database table with the SqlSitemapProvider and use it to populate your web site's TreeView Navigation Control, with SqlCacheDependency built in. The ASP.NET treeview control, which now comes standard with ASP.NET 2.0, has the ability to use a Web SiteMap (not a Google sitemap - that's a different schema) as its datasource. (By the way - all three "big" search engines are reading sitemaps now. You can even put the url to it in your robots.txt! ) Back in 2005, Jeff Prosise had a nice MSDN magazine article where he created a SqlSiteMap Provider that stored the "tree data" and hierarchical relations in a self - referencing Sql Server table, and he used the ASP.NET menu control to illustrate it...Supporting Complex Types in Property Window : Bipin Joshi
The 30 Minute Regex Tutorial : Jim Hollenhorst
Retrieve data from a web page : Mark Smith
Cross-Page Posting in ASP.NET 2.0 : Richard Bean
Data Passing Round-Up : Steve C. Orr

