Andrew Stevenson's WebLog
Write Here Write Now
-
Found a bug in SqlHelper's UpdateDataset() method
-
Implementing a ViewAsText property for a WebControl at design time
I've written my first blog about WebForms at design time.
-
Implementing a ViewAsText property for a WebControl at design time
Sometimes all you want is a little change. Something simple like “View as Text” in design view.
-
Implementing a player ranking system ?
I need to "create" a ranking system.
-
Wow, that was easy for somebody
If you follow the code blog at http://www.testdriven.net/ , you probably noticed the challenge to parse a solution file (sln).
-
Turn off the shutdown tracker in Windows 2003
It is a great feature, but it drives me crazy in dev :)
-
Introducing Me
Hi,
-
Securing asp pages with Asp.Net
Sometime around the end of 2002, I was wondering what to do about files other than aspx files that I wanted to secure with Asp.Net. This quickly lead to how to secure classic asp pages. The classic asp pages usually have custom security in place, so it is really a question of how to get that security to get it’s authentication from Asp.Net.
-
Finding a Repeater's controls during postback
An aspx example with codebehind.
-
Performance And Pooling : Comparisons of Data Access Techniques
Why Use Dataset or a Datareader: