October 2007 - Posts

12
Comments

Custom Serverside paging in GridView Vs DataGrid by alessandro

One of the things I miss in the GridView control is, when doing serverside paging(that is paging at the database layer by returning only the paged result)with the DataGrid, is the support from VirtualItemCount......
Filed under: , ,
2
Comments

Releasing the Source Code for the .NET Framework Libraries - chat session by alessandro

This is a chat session, on the new source code release for the .NET Framework libraries. So, we are on irc, just a few .net devs now since the channel is new #asp.net on the IRCnet server, but it's healthy, we agree/disagree help one another in .net related...
6
Comments

Rich ajax applications that do not break if javascript is disabled. by alessandro

Always wanted to test if the client's browser has javascript disabled in their browser ? Sounding impossible ? Well, not anymore! Ok, so as Web2.0 applications are increasing in popularity and we are all starting to enable a lot of clientside javascript...
4
Comments

One bit masks for Access Control (setting permissions) in your asp.net applications. by alessandro

In my previous post, i wrote about a brushup on four binary bitwise operators. In this post, i would like to cover how we can make use of binary bitwise operators to create 1 bit masks, working at the bit level, saving us lots of memory, while also being...
5
Comments

Bitwise operators in c# OR(|), XOR(^), AND(&), NOT(~) by alessandro

This post is a brush up on some of the bitwise operators that we shall be using for creating bitmasks to set permissions(my next post will be on exactly this subject. Bitmasks). The c# bitwise operators I shall be covering here and are of particular interest...
More Posts