July 2009 - Posts

0
Comments

Getting the user Login date and time when using FormsAuthentication by anas

Hi, When you want to get the user login date/time  you can follow one of the following ways : Through the user Ticket: Get the current ticket of the logged in user and through it’s IssueDate property , you will get what you are looking for : if ...
Filed under:
0
Comments

Do you have to migrate from .NET 2.0 Ajax extensions to .NET 3.5 Ajax ? by anas

While i was reading the unanswered posts on the forms.asp.net, i came across a post that asks about whether we should migrate to .NET 3.5 Ajax or just stay using the .NET 2.0 Ajax extensions? .NET 3.5 Ajax is better because it provided many additional...
Filed under: ,
0
Comments

Applying custom styles for the GridView sorted Columns in .NET 4 beta1 by anas

Hi, Before .NET 4 ,when the developer wants to provide a custom style for the column that is currently sorted (like adding “sort arrow” in the header of the sorted column) , the developer was have to handle the GridView sorted event and apply some custom...
Filed under: ,
More Posts