RSS

Archive | ASP.Net RSS feed for this section

Visual Studio 2008, C# 3.0, LINQ, ASP.Net 3.5 Getting Started

18. February 2008

3 Comments

these days I’m just playing around with Visual studio 2008 and its new features, C# 3.0 LINQ, Windows Presentation Foundation, Silverlight, ASP.Net 3.5 and much more. And trust me last few months, I have received a lot of emails regarding How to’s of these and requesting resources to learn these language improvements. well may be [...]

Continue reading...

Show Site Map Description on ASP.Net 2.0 Menu Control

13. February 2008

0 Comments

Recently one of my Friend Asked me, how do I display both the title and the description of the SiteMapNode in the ASP.Net menu control ? well unfortunately by default ASP.Net Menu doesn’t support this.because the menu binds directly to a MenuItem object. and the MenuItem does expose a DataItem Property,but when it is added [...]

Continue reading...