Samurai Programmer.com

"By three methods we may learn wisdom:  First, by reflection, which is noblest; Second by imitation,
which is easiest; and third by experience, which is the bitterest." - Confucius

Welcome to Samurai Programmer.com Sign in | Join | Help
in Search

Browse by Tags

All Tags » .Net Conversion
  • ASP.NET 2.0: Textbox ReadOnly Property

    This has been documented in numerous places including here, here, here (with an incorrect fix) and here. Essentially, if you set the Readonly Property of a textbox using either the XHTML or in the code-behind, any changes you make to the value of that textbox client-side (ie:  javascript) will not be persisted across ...
    Posted to Samurai Programmer.com (Weblog) by Greg on July 10, 2007
  • .NET 2.0 and Access Databases

    For an internal application at my company, very particular users have the rights to download an MDB that contains links to a replicated instance of a DB.  This was done so they could create their own queries without any assistance from IT - essentially a poor man's Cognos or Reporting Services.  This worked fine in .Net 1.1. We are ...
    Posted to Samurai Programmer.com (Weblog) by Greg on July 9, 2007
  • Web Project Conversion - IConvertedPage

    As I've mentioned previously, I'm currently in the midst of a project to convert an old web application from .net 1.1 to .net 2.0.  This is a moderately sizable application containing 40+ aspx pages.  We are not simply converting the project and code-base from .net 1.1 to .net 2.0 - but we are also incorporating new features from ...
    Posted to Samurai Programmer.com (Weblog) by Greg on June 27, 2007
  • ASP.NET Menu Control and <xhtmlConformance mode="Legacy" />

    I have been working on a project lately to convert an ASP.net application from .net 1.1 to .net 2.0.  As part of the upgrade, we are going to use the new ASP.Net Menu control - complete with the Sql Site Map Provider.  Everything went extremely well - but when I rendered a test page, the menu looked really funky - with the side arrows ...
    Posted to Samurai Programmer.com (Weblog) by Greg on June 20, 2007
Powered by Community Server, by Telligent Systems