Browse by Tags
All Tags »
Web Forms (
RSS)
The other day I posted a blog entry about the migration of RegexLib to ASP.NET V2 - the article can be found here: http://markitup.com/Blog/archive/2005/06/07/50.aspx In the coming week I'm planning to post a source code viewer so that you can see how...
Very Nice! http://beta.asp.net/quickstart/aspnet/Default.aspx
taken from Fredrik's blog : Paging: Next Prev First Last The FormView has support for paging so we don’t really need to add button controls for those commands. We only need to use those if we want to create our own custom paging. For changing modes: New...
Danny Chen just blogged about the SiteMap and showed some interesting ways to make use of custom attributes: http://weblogs.asp.net/dannychen/archive/2005/03/28/396099.aspx There's another one that I'd like to add to this list. Commonly people are using...
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...
A nice article about how we are starting to expand and build smarter, richer applications on the web. http://adaptivepath.com/publications/essays/archives/000385.php I know that I've said this before but, articles such as this really emphasize how the...
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...
Fredrick has a great post about the new ControlState feature in ASP.NET V2: http://fredrik.nsquared2.com/viewpost.aspx?PostID=265 It's still not 100% clear to me what the use case is for ControlState. I think that control developers should always use...
An interesting article about writing code to test UI: http://msdn.microsoft.com/msdnmag/issues/05/01/TestRun/default.aspx Also, there's an article by Kent Sharkey about merging Rss feeds: http://msdn.microsoft.com/asp.net/default.aspx?pull=/library/en...
Last night I prototyped a small trackback system: Project Distributor :: MarkItUp :: TrackBack Prototype :: 1.0.0.0 This is quick and dirty but it was enough to allow me to understand the concept of trackbacks. Code and inspiration was taken from .Text...
More Posts
Next page »