|
|
|
start date: Fri, 27 Apr 2007 04:49:32 -0400,
posted on: microsoft.public.dotnet.framework.aspnet.datagridcontrol
back
| Thread Index |
|
1
Gabe Matteson
|
|
2
Alexey Smirnov
|
|
3
Gabe Matteson
|
|
4
Gabe Matteson
|
|
5
Peter Bromberg [C# MVP]
|
|
6
Peter Bromberg [C# MVP]
|
|
7
Michael Nemtsev
|
|
8
Michael Nemtsev
|
Best Way to Access a Database
How would you recommend the best way to access a database? By 'best' I mean,
what solution would allow me to modify the data as much as possible, e.g.
layout on the web page etc. I know in ASP 3, going through the data and
using recordsets i could output the data all over the place, but with a
datagrid or gridview, i am assuming it is stuck within that control? yes?
just started using dotnet so any tips would be great, thank you
Date:Fri, 27 Apr 2007 04:49:32 -0400
Author:
|
Re: Best Way to Access a Database
"Gabe Matteson" wrote in message
news:utdMjjKiHHA.3472@TK2MSFTNGP04.phx.gbl...
> How would you recommend the best way to access a database? By 'best' I
> mean, what solution would allow me to modify the data as much as possible,
> e.g. layout on the web page etc. I know in ASP 3, going through the data
> and using recordsets i could output the data all over the place, but with
> a datagrid or gridview, i am assuming it is stuck within that control?
> yes? just started using dotnet so any tips would be great, thank you
http://samples.gotdotnet.com/quickstart/aspplus/samples/webforms/ctrlref/webctrl/datagrid/doc_datagrid.aspx
Date:Fri, 27 Apr 2007 10:53:37 +0200
Author:
|
Re: Best Way to Access a Database
thanks you alexey
"Alexey Smirnov" wrote in message
news:uiTMWmKiHHA.1708@TK2MSFTNGP03.phx.gbl...
>
> "Gabe Matteson" wrote in message
> news:utdMjjKiHHA.3472@TK2MSFTNGP04.phx.gbl...
>> How would you recommend the best way to access a database? By 'best' I
>> mean, what solution would allow me to modify the data as much as
>> possible, e.g. layout on the web page etc. I know in ASP 3, going through
>> the data and using recordsets i could output the data all over the place,
>> but with a datagrid or gridview, i am assuming it is stuck within that
>> control? yes? just started using dotnet so any tips would be great, thank
>> you
>
>
> http://samples.gotdotnet.com/quickstart/aspplus/samples/webforms/ctrlref/webctrl/datagrid/doc_datagrid.aspx
>
Date:Fri, 27 Apr 2007 04:59:10 -0400
Author:
|
Re: Best Way to Access a Database
thanks you alexey
"Alexey Smirnov" wrote in message
news:uiTMWmKiHHA.1708@TK2MSFTNGP03.phx.gbl...
>
> "Gabe Matteson" wrote in message
> news:utdMjjKiHHA.3472@TK2MSFTNGP04.phx.gbl...
>> How would you recommend the best way to access a database? By 'best' I
>> mean, what solution would allow me to modify the data as much as
>> possible, e.g. layout on the web page etc. I know in ASP 3, going through
>> the data and using recordsets i could output the data all over the place,
>> but with a datagrid or gridview, i am assuming it is stuck within that
>> control? yes? just started using dotnet so any tips would be great, thank
>> you
>
>
> http://samples.gotdotnet.com/quickstart/aspplus/samples/webforms/ctrlref/webctrl/datagrid/doc_datagrid.aspx
>
Date:Fri, 27 Apr 2007 04:59:10 -0400
Author:
|
RE: Best Way to Access a Database
Since Gotdotnet.com is unfortunately nearing execution, you might want to
bookmark the current ASP.NET QUICKSTART
http://quickstarts.asp.net/QuickStartv20/aspnet/doc/default.aspx
This installs with .NET Framework or Visual Studio as well.
It should be required study for any new .NET developer.
Peter
--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net
"Gabe Matteson" wrote:
> How would you recommend the best way to access a database? By 'best' I mean,
> what solution would allow me to modify the data as much as possible, e.g.
> layout on the web page etc. I know in ASP 3, going through the data and
> using recordsets i could output the data all over the place, but with a
> datagrid or gridview, i am assuming it is stuck within that control? yes?
> just started using dotnet so any tips would be great, thank you
>
>
>
Date:Fri, 27 Apr 2007 04:22:02 -0700
Author:
|
RE: Best Way to Access a Database
Since Gotdotnet.com is unfortunately nearing execution, you might want to
bookmark the current ASP.NET QUICKSTART
http://quickstarts.asp.net/QuickStartv20/aspnet/doc/default.aspx
This installs with .NET Framework or Visual Studio as well.
It should be required study for any new .NET developer.
Peter
--
Site: http://www.eggheadcafe.com
UnBlog: http://petesbloggerama.blogspot.com
Short urls & more: http://ittyurl.net
"Gabe Matteson" wrote:
> How would you recommend the best way to access a database? By 'best' I mean,
> what solution would allow me to modify the data as much as possible, e.g.
> layout on the web page etc. I know in ASP 3, going through the data and
> using recordsets i could output the data all over the place, but with a
> datagrid or gridview, i am assuming it is stuck within that control? yes?
> just started using dotnet so any tips would be great, thank you
>
>
>
Date:Fri, 27 Apr 2007 04:22:02 -0700
Author:
|
Re: Best Way to Access a Database
Hello Gabe,
Start from these official Data Tutorials http://asp.net/learn/dataaccess/default.aspx?tabid=63
---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/
"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
GM> How would you recommend the best way to access a database? By 'best'
GM> I mean, what solution would allow me to modify the data as much as
GM> possible, e.g. layout on the web page etc. I know in ASP 3, going
GM> through the data and using recordsets i could output the data all
GM> over the place, but with a datagrid or gridview, i am assuming it is
GM> stuck within that control? yes? just started using dotnet so any
GM> tips would be great, thank you
GM>
Date:Fri, 27 Apr 2007 13:42:41 +0000 (UTC)
Author:
|
Re: Best Way to Access a Database
Hello Gabe,
Start from these official Data Tutorials http://asp.net/learn/dataaccess/default.aspx?tabid=63
---
WBR, Michael Nemtsev [.NET/C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/
"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo
GM> How would you recommend the best way to access a database? By 'best'
GM> I mean, what solution would allow me to modify the data as much as
GM> possible, e.g. layout on the web page etc. I know in ASP 3, going
GM> through the data and using recordsets i could output the data all
GM> over the place, but with a datagrid or gridview, i am assuming it is
GM> stuck within that control? yes? just started using dotnet so any
GM> tips would be great, thank you
GM>
Date:Fri, 27 Apr 2007 13:42:41 +0000 (UTC)
Author:
|
|
|