[DOTNET] Server side controls vs client side script.

2002-06-26 Thread Steve Miller
Some client-side code purist argue that ASP.NETÂ’s server side controls put to much of a load on the server and cause to many round trips to the server. When you are pitching ASP.NET and run into these arguments how do you answer these criticisms of ASP.NET? Steve Miller You can read messages

Re: [ADVANCED-DOTNET] Help Architecting A Middle Tier

2002-05-07 Thread Steve Miller
You might want to take a looke at the book, .NET e-Business Architecture (ISBN: 0672322196). It has an end-to-end sample e-commerce application included with it. The book is a text on n-tier architectures using .NET. Steve Miller You can read messages from the Advanced DOTNET archive

Re: [DOTNET] Accessing AS400 data through ado.net

2002-05-03 Thread Steve Miller
It would be my assumption that being that the DataReader is maintaining state it may be attempting to use a client side cursor. Steve Miller G. A. Sullivan -Original Message- From: dotnet discussion [mailto:[EMAIL PROTECTED]] On Behalf Of Christopher Castelot Sent: Friday, May 03, 2002

Re: [DOTNET] Accessing AS400 data through ado.net

2002-05-03 Thread Steve Miller
all of the data to the client before applying the WHERE clause of the SELECT statement. If you use server side cursors then the WHERE clause will be executed on the mainframe rather than the client. Steve Miller G. A. Sullivan -Original Message- From: dotnet discussion [mailto:[EMAIL

Re: [DOTNET] .Net Application Architecture

2002-04-12 Thread Steve Miller
Check out http://www.gastix.net. Yet another N-tier example. - Original Message - From: "Steve Loughran" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, April 12, 2002 1:12 PM Subject: Re: [DOTNET] .Net Application Architecture > - Original Message - > From: "Simon De

Re: [DOTNET] Can Saturn Do Code-Behind?

2002-04-11 Thread Steve Miller
It can create code behind but you have to create the code behind page as a seperate class file and then link it up manually using the page directives. Steve Miller - Original Message - From: "Stefan Finch" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursda