Sign in
-[ Danny Chen ]-
Blog of an ASP.NET and Visual Web Developer Tester
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
VWD & ASP.NET
Archive
Archives
April 2006
(5)
March 2006
(2)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
-[ Danny Chen ]-
A style that will make the entire cell "clickable" in a Menu
Posted
over 7 years ago
by
dannychen
4
Comments
Here's a quick tip for the Menu control. I'm pretty sure there were some good reasons why this wasn't the default but I just can't think of them at the moment. [EDIT: I just remembered one of them, this won't work perfectly with ItemSpacing...] If...
-[ Danny Chen ]-
Making the sample XmlSiteMapProvider updatable with Cache dependencies.
Posted
over 7 years ago
by
dannychen
0
Comments
One feature that isn't availible in the source for the XmlSiteMapProvider we released is the ability to update when the web.sitemap file has been updated. The reason we couldn't provide this is that the mechanism we use inside XmlSiteMapProvider relies...
-[ Danny Chen ]-
Source to the StaticSiteMapProvider and XmlSiteMapProvider (and others) availible for download.
Posted
over 7 years ago
by
dannychen
4
Comments
I might be more excited about this than I was about the Web Application Projects preview we just released... One of the last things I worked on in the ASP.NET runtime test team was validating a version of the sources of our providers so that users...
-[ Danny Chen ]-
Web Application Projects RC1 is availible!!!!
Posted
over 7 years ago
by
dannychen
0
Comments
For the past few months, I've been primarily working on a new feature called Web Application Projects. This was incredibly challenging and took way more of my time than I realized it would but it also quite exciting to work on. So, I'm incredibly happy...
-[ Danny Chen ]-
A brief history of MasterPages and templating web content (aka MasterPages are NOT frames)
Posted
over 7 years ago
by
dannychen
2
Comments
One question I see constantly on the forums is: How do I get a Masterpage to load Content1 from one page but Content2 from another page or How do I get Content2 to reload when I click a button in Content1 without reloading the entire page. The root...
-[ Danny Chen ]-
An overview of how securityTrimmingEnabled is supposed to work.
Posted
over 7 years ago
by
dannychen
18
Comments
I think that the #1 most confusing or misunderstood portion of Site Navigation is the securityTrimmingEnabled flag and the roles attribute on siteMapNodes. This post wil hopefuly clear up some of the confusion. SecurityTrimmingEnabled Firstly, let...
-[ Danny Chen ]-
SiteMapProvider and spaces in querystrings
Posted
over 7 years ago
by
dannychen
2
Comments
A user found an interesting issue in the SiteMapProvider code. It seems that if you have a node that has a url such as: "~/home.aspx?p=some text" (notice the space in the query string) and you are actually navigated to that url, SiteMap.CurrentNode doesn...
Page 1 of 1 (7 items)