Contents tagged with Web Forms
-
Visual Basic .NET Resource Kit
On hearing about the recent Visual Basic .NET Resource Kit, I must admit to having reservations, in fact my initial reaction was along the lines of: "Hmmmm, just what I need, another 300Mb of hard-drive filler".
-
Friends, Countrymen, Romans. Lend me your ears...
Remember when I was in Redmond earlier this year? Remember how I had that massive grin on my face when I got back? This was why:
-
MarkItUp.Web.Personalization
A couple of weeks ago I uploaded an assembly that I've been dinking around with to encapsulate operations on cookies, I've just uploaded a new version that fixes some logic errors and you can get it here: Download the bits.
-
MarkItUp.Web.Utilities.Personalization
One of the projects that I'm currently working on requires a fair amount of "personalization" data to be stored in Cookies on the client so, this afternoon I decided to create a wrapper around the HttpCookies collection class to abstract some of the tasks such as Add/Update/Delete of user information and setting expiry dates on certain types of information.
-
ASP.NET Timer control
I've uploaded my ASP.NET Timer control to GotDotNet User Samples today. Here's the blurb about what it is and why you might need it:
-
The StarterKits - it ain't neccessarily cherry pickin' you know!
I just finished reading Doug Reilly's blog entry which referred to a post on the ASP.net, complaining about the complexity of the Starter Kits...
-
Windows Authentication with Role based authorization
I've done a fair bit with ASP.NET security using the FormsAuthentication provider but not much at all with Windows authentication. I'm currently building an app. “out-of-hours” that needed to use integrated Windows authentication and also use Role based authorization based on the users Windows Group membership. Here is a little piece of code that I put together to hook the Windows groups into the roles of the IPrincipal in the application:
-
Loading Templates at runtime
I've just uploaded my latest article on ASPAlliance:
-
Javascript Links
Today Marcie enquired about favourite javascript links, here's my list:
-
Timer demo online
Just posted a working demo of the Timer control: