March 2006 Entries

TreeView Tweak!

Just came across a tree view tweak which I thought would be worth sharing. So, here it goes – The Requirement: We were using the ASP.NET 2.0 Tree View in one of our projects. Instead on Navigating to a URL when the parent node “link” is clicked we needed the Node to Toggle Collapse and Expand exactly like it does when the tiny + button is clicked. The Solution: Used the TreeView_Toggle Function. So if I want the first Node To Toggle When It’s link is clicked the code looks...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati

Question on Membership Providers

I've been working with Membership Providers for quite some time and have gone ahead and used Membership Providers in a few internal project. However, I've just come accross a requirement which is particularly interesting (and Valid, to be honest). Here it goes - The Users need to be authenticated using integrated windows authentication. However, everything other than the authentication (their roles, groups, permissions etc. is maintained seperately in a custom database) and I need to use Membership...
  • Share This Post:
  • Share on Twitter
  • Share on Facebook
  • Share on Technorati