Re: More ASP.Net Newbie Questions

Tech-Archive recommends: Fix windows errors by optimizing your registry

From: MDW (MDW_at_discussions.microsoft.com)
Date: 11/29/04


Date: Mon, 29 Nov 2004 07:53:04 -0800


> 2. The debugging is 100x's better too, with the ability to step through web
> sites (even on remote servers), watch variables, etc etc...

I will grant you that - I found that the error handling and error messages
were a lot more informative w/ ASP.Net.

Unfortunately, my boss has the strange fascination w/ Macromedia, so I'm
developing in MX Dreamweaver 2004. It's a competant enough program, but since
we have neither Visual Studio.Net nor VB.Net installed, any of the benefits
granted therein are unavailable to me.

I really really wish someone could explain why they had to break the
Connection and Recordset objects into, like, 37 different things. Command
object? OLEDataReader? That's really was caused me to re-examine .Net.

Seems to me like you cede a lot of control to the compiler, especially for
doing things like outputting a recordset to the screen. Sure, it takes less
code to bind it to a datagrid, but don't you lose a lot of fine tuning you
get by stepping through the Recordset? For instance, say that if the value of
the first field was less than 0, change the background color of that row in
the table to red. In classic ASP, that's very easy to do and there are
probably a million different ways to accomplish that. But when you bind data
to some sort of html control, isn't it pretty much an all-or-nothing deal?



Relevant Pages

  • Re: Is David Fenton right about error handling? (re-post?)
    ... > I am considering general error handling routines and have written ... > returns True if it can find the ID and create a recordset based on ... The main reason for this is that you can't anticipate every possible ... Resume Next was not going out of scope when subroutines ended. ...
    (comp.databases.ms-access)
  • Re: Counting subforms
    ... numbering of Forms, SubForms and Queries. ... Includes error handling and cleaned ... Function Serialize(qryname As String, keyname As String, keyvalue) As ... Dim rs As Recordset ...
    (microsoft.public.access.forms)
  • Re: Continuous Forms Sequence Number
    ... Includes error handling and cleaned code. ... Function Serialize(qryname As String, keyname As String, keyvalue) As Long ... Dim rs As Recordset ... >I have a Continuous Form that I would like to have numbered from one to ...
    (microsoft.public.access.forms)
  • Re: How do I number records in a form?
    ... Includes error handling and cleaned code. ... Function Serialize(qryname As String, keyname As String, keyvalue) As Long ... Dim rs As Recordset ...
    (microsoft.public.access.forms)