Tutto .NET
Sign in
|
Join
Home
Contact
RSS
Atom
Comments RSS
Search
Tags
Access Control
Ajax
Ajax extentions
AjaxControlToolKit
ASP.NET
Bitmasks
bitwise operators
BOM
BoundField ReadOnly
Byte Order Mark
c#
callbacks
ChangePassword
chat
contravariance
Control rendering
covariance
Css Friendly Adapter
DataGrid
DataItem
default.aspx
designMode
DetailsView
events delegates
Exception handling
ExecuteRegisteredAsyncTasks
Fileupload
FormView
Generic List
gridview
Hierarchical data
HTML
images
img
Invalid postback
irc
ItemInsertedTemplate
javascript
Login Controls
ModalPopup
Opera
ProfileBase
ProfileModule.ProfileAutoSaving
Range
Reference license
RegisterAsyncTask
ScriptManager
Security
Selection object
SiteMap
SiteMapNode
SiteMapPath
SQL SERVER FOR XML QUERY
SqlProfileProvider
src empty string
StateManagedCollection
streams
Unicode
UpdatePanel
UpdateProgress
UTF-8
VerifyRenderingInServerForm
Viewstate
WebControls
XHTML
XML
XmlTextWriter
XSLT
Sponsors
advertise here
Navigation
Home
Blogs
Archives
March 2008 (1)
February 2008 (2)
January 2008 (5)
December 2007 (2)
October 2007 (5)
September 2007 (16)
My friends tech blogs.
Joni Moilanen (aka. Jemm)
Teemu
Filip duyck
Kindblad
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:
ASP.NET
,
DataGrid
,
gridview
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...
Filed under:
ASP.NET
,
chat
,
irc
,
Reference license
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...
Filed under:
Ajax extentions
,
ASP.NET
,
javascript
,
ScriptManager
,
UpdatePanel
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...
Filed under:
Access Control
,
ASP.NET
,
Bitmasks
,
bitwise operators
,
Security
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...
Filed under:
ASP.NET
,
bitwise operators
,
c#
More Posts