ASP.NET,Custom Controls - Raj Kaimal

Browse by Tags

All Tags » ASP.NET » Custom Controls (RSS)

The GridView Row Drag Overlay Extender

I finally got a chance to play with the Ajax futures release over the weekend. The controls look very impressive! Just for fun, I wrote a simple drag overlay extender that allows you to drag and drop rows in/across GridViews. Anytime a Gridview row is...
Posted by rajbk | 56 comment(s)

EditorBrowsable - EditorBrowsableState.Never shows up in Intellisense

I had a property in a WebControl marked as EditorBrowsableState.Never but it was still showing up in Intellisense. After googling for a long time, I found this post with a response by Linda Liu. Speaking for C#, the EditorBrowsableAttribute attribute...
Posted by rajbk | 1 comment(s)
More Posts