A
Anthony Bollinger
I find myself in an interesting dilemma. I know both VB6 and ASP. Also, I
have to take a bunch of ASP pages into ASP.NET 2.0, so I bought three good
books for 2.0. Here is the real clincher--the present state of the project
is in ASP.NET 1.0. (I didn't write the original version, I have just gotten
involved.)
I understand ASP just fine, where all of the code is on the page. I also
understand from the ASP.NET 2.0 books that there are now .vb files with the
code behind the page. The mystery for me . . . is 1.0 the same? I am going
over the .aspx page with a fine-tooth comb and cannot find any reference to
a .vb file and there is no code on the page, and yet somehow the .aspx page
is (1) running a query on the database, and (2) displaying the results in a
table. I cannot figure out how the page can do this. Just so you know, I
am an experienced programmer in several other languages (C++, HTML, Delphi,
PHP, VB6, etc.), although I am just beginning to learn ASP.NET, so it is not
like I am missing any file references that are obvious.
I have text-searched the .aspx file for the following strings (case
insensitive): VB, SELECT, SQL, RecordSet, Database, and query. None of
those strings are in the file!
While I am starting to get a handle on 2.0 through the books, maybe I will
need to learn 1.0 also. I hope not. Can anyone explain what is going on?
Thanks,
Tony
have to take a bunch of ASP pages into ASP.NET 2.0, so I bought three good
books for 2.0. Here is the real clincher--the present state of the project
is in ASP.NET 1.0. (I didn't write the original version, I have just gotten
involved.)
I understand ASP just fine, where all of the code is on the page. I also
understand from the ASP.NET 2.0 books that there are now .vb files with the
code behind the page. The mystery for me . . . is 1.0 the same? I am going
over the .aspx page with a fine-tooth comb and cannot find any reference to
a .vb file and there is no code on the page, and yet somehow the .aspx page
is (1) running a query on the database, and (2) displaying the results in a
table. I cannot figure out how the page can do this. Just so you know, I
am an experienced programmer in several other languages (C++, HTML, Delphi,
PHP, VB6, etc.), although I am just beginning to learn ASP.NET, so it is not
like I am missing any file references that are obvious.
I have text-searched the .aspx file for the following strings (case
insensitive): VB, SELECT, SQL, RecordSet, Database, and query. None of
those strings are in the file!
While I am starting to get a handle on 2.0 through the books, maybe I will
need to learn 1.0 also. I hope not. Can anyone explain what is going on?
Thanks,
Tony