Re: ASP.NET questions

2007-01-24 Thread Cosmin Prund
Rob Kennedy wrote: > Cosmin Prund wrote: > >> I'm just getting started using ASP.NET and I'm doing it using Delphi >> 2006. I've got a few questions. >> >> (1) It seems there's no equivalent of a DataModule. I'm sure I read >> something about this but now I'm thinking: what do I use in place?

Re: ASP.NET questions

2007-01-23 Thread Rob Kennedy
Cosmin Prund wrote: > I'm just getting started using ASP.NET and I'm doing it using Delphi > 2006. I've got a few questions. > > (1) It seems there's no equivalent of a DataModule. I'm sure I read > something about this but now I'm thinking: what do I use in place? Do I > really need to place e

Re: ASP.NET questions

2007-01-23 Thread Cosmin Prund
> (2) How do I do a "data binding" for a DropDownList using a > BdpConnection and a BdpCommand? I've managed to manually populate the > DropDownList in a while-do loop (so I think I wired up most things > properly) but if I set up the DataSource and DataTextField values in > what's supposed to

ASP.NET questions

2007-01-23 Thread Cosmin Prund
Hello everyone! I'm just getting started using ASP.NET and I'm doing it using Delphi 2006. I've got a few questions. (1) It seems there's no equivalent of a DataModule. I'm sure I read something about this but now I'm thinking: what do I use in place? Do I really need to place every single DB