ASP.NET,.NET - Raj Kaimal

Browse by Tags

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

.NET Framework Libraries Source Code - License - MS-RL

When I first read Scott's post , I missed the Microsoft Reference License (Ms-RL) which the .net Framework libraries is released under. The key thing to remember is this: "Reference use" means use of the software within your company as a reference, in...
Posted by rajbk | 1 comment(s)
Filed under: ,

.NET Framework Libraries Source Code

Scott just announced that his team will be releasing the souce code to the .NET base class libraries, ASP.net, Windows Forms and WPF! The big advantage to this is that when you are stepping through the code, you no longer see the horrible "[External Code...
Posted by rajbk | with no comments
Filed under: ,

Page.IsValid and Validate

ASP.net ships with a couple of validator controls that allow you to determine whether the value of the input controls they are validating is valid. Here is a simple example of a TextBox control with a RequiredFieldValidator attached and a Button control...
Posted by rajbk | 9 comment(s)
Filed under: , ,

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)

GridView DropDownList Pager

A way to add a dropdownlist pager to the GridView....
Posted by rajbk | 43 comment(s)
Filed under: , , ,

Clickable GridView Headers

A method to make GridView sort column headers clickable....
Posted by rajbk | 16 comment(s)
Filed under: ,
More Posts