Welcome to AspAdvice Sign in | Join | Help

asp.net (RSS)

CSS Friendly Adapters Menu and sitemap

I have a requirement for SiteMapPath control to always show the Home link, before the rest of the path that leads to the current page. Configuring the menu and sitemappath controls using web.sitemap file and css friendly adapters is trickier than I thought!
Posted by kiran chand | 0 Comments
Filed under:

sp_sdidebug execute permission error while attaching asp.net process to a debugger

While I was trying to attach VS2005 debugger to aspnet_wp process I got the following error. EXECUTE permission denied on object 'sp_sdidebug', database 'master', owner 'dbo'. As the errors says I could have solved the problem
Posted by kiran chand | 0 Comments
Filed under:

Accessing properties of User Control embedded in to the master page

Asp.net 2.0 master pages feature lets you programmatically access the controls/properties of master from child pages. All you need is set the <% @MasterType VirtualPath="your masterpage file path" %> directive in the child page. After that you can
Posted by kiran chand | 1 Comments
Filed under:

Catch 22 situation in VS.Net 2005

Recently I was working on a custom resource provider on one of my projects and come across a situation where I can continuously crash vs.net 2005. Asp.Net 2.0 allows you to define your own custom resource provider to manage the resources. You can find
Posted by kiran chand | 0 Comments
Filed under: