Browse by Tags

All Tags » c# (RSS)

Reducing UpdatePanel bloat by utilizing UpdateMode="Conditional" and ChildrenAsTriggers="false" by alessandro

Just the other day, i was playing around with my DataControls nested inside an updatepanel. While this was working well, since everypostback was being done via an ajax callback, the amount of traffic going back and forth was simply way too bloated. It...

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