Contents tagged with Web Forms
-
RegexLib V2 - now with added ASP.NET V2 :)
The other day I posted a blog entry about the migration of RegexLib to ASP.NET V2 - the article can be found here:
-
ASP 2 Quickstarts
Very Nice!
-
What CommandName's to use in a FormView
taken from Fredrik's blog:
-
Using the SiteMapDataSource to display lists of links
Danny Chen just blogged about the SiteMap and showed some interesting ways to make use of custom attributes:
-
Getting ASP.NET Membership running against your own database
If you want to install the ASP.NET V2 tables and procedures for things such as Membership, Personalization, etc you need to run the aspnet_regsql.exe tool against your database. The tool can be found in the %windir%\Microsoft.NET\Framework\{FRAMEWORKVERSION} folder.
-
The sexy new web
A nice article about how we are starting to expand and build smarter, richer applications on the web.
-
Next tool - a blogging application
Before I start my rant I should say that .Text is pretty decent web app.; it's seems way more complex than it needs to be and it's very difficult to install but there's a lot of great implementation code in there. Last week while unsuccessfully trying to get it installed and create some initial users I decided that, for my next application I'm going to build a blogging app. Much of the API design and feature-set is done and I'm currently working through the technical architecture.
-
ControlState in ASP.NET V2
Fredrick has a great post about the new ControlState feature in ASP.NET V2:
-
2 interesting Msdn articles
An interesting article about writing code to test UI:
http://msdn.microsoft.com/msdnmag/issues/05/01/TestRun/default.aspx -
Prototype of a small trackback system
Last night I prototyped a small trackback system: