RSS

Archive | ASP.Net RSS feed for this section

FCKEDitor – FIXED Image Upload dialog hang for .net

25. September 2009

1 Comment

Well This issue has been bugging alot of people around the net it seems. I’m one of the victim too *sigh*.. anways bianchi007, a member in the CKSource Site forums had posted a solution. thought it would be worth to share. Here is the solution which was posted in this thread. This is for the .net assembly [...]

Continue reading...

ASP.Net 3.5 ListView Control and Book Flip effect

16. April 2009

3 Comments

one of the coolest control in ASP.Net 3.5 is its Listview Control. its too CSS friendly, and we can use it to achieve many great content presentations. if you go to scottgu’s blog you can find some good articles on how to use the listview control. recently I did such an implementation. its using the [...]

Continue reading...

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

18. February 2008

5 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...
Follow me