[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.aspnet.webcontrols

I need a simple datagrid in my web project...

Trint Smith

2/23/2004 5:41:00 PM

I have the sql server 2k database and all the project done except for
one datagrid, which I have never done.
I looked at a microsoft sample in vs.net and it went on and on through
several items in the project and I couldn't understand it.
Is there like a 1.2.3. sample that I can start with?
Any help is appreciated.
Thanks,
Trint

.Net programmer
trintsmith@hotmail.com

*** Sent via Developersdex http://www.develop... ***
Don't just participate in USENET...get rewarded for it!
4 Answers

Angela

2/23/2004 6:06:00 PM

0

What do you need the DataGrid to do?

Just a plain DataGrid? DataGrid with paging? With sorting? With both paging and sorting? What types of columns (i.e. just display data, button columns, textbox columns, etc)

I can try to help you, but I do'nt know what kind of example to give you for what you need.

Sarmad Aljazrawi

2/23/2004 8:35:00 PM

0

here is a simple datagrid tutorial:

http://samples.gotdotnet.com/quickstart/aspplus/samples/webforms/ctrlref/webctrl/datagrid/doc_dat...


--
Sarmad Aljazrawi
B.Sc. Computer Science, MSDBA, MCP
www.aljazrawi.net


"Trint Smith" <trintsmith@hotmail.com> wrote in message
news:uvhVtQj%23DHA.3436@tk2msftngp13.phx.gbl...
> I have the sql server 2k database and all the project done except for
> one datagrid, which I have never done.
> I looked at a microsoft sample in vs.net and it went on and on through
> several items in the project and I couldn't understand it.
> Is there like a 1.2.3. sample that I can start with?
> Any help is appreciated.
> Thanks,
> Trint
>
> Net programmer
> trintsmith@hotmail.com
>
> *** Sent via Developersdex http://www.develop... ***
> Don't just participate in USENET...get rewarded for it!


Trint Smith

2/23/2004 9:01:00 PM

0

I just need it to load three columns from one sql server table for
viewing.
Thanks,
Trint

..Net programmer
trintsmith@hotmail.com

*** Sent via Developersdex http://www.develop... ***
Don't just participate in USENET...get rewarded for it!

Trint Smith

2/24/2004 12:49:00 AM

0

Sarmad Aljazrawi, Thanks...I used that code, but created the datagrid
with vs.net studio...works beautifully.
Thanks,
Trint

Net programmer
trintsmith@hotmail.com

*** Sent via Developersdex http://www.develop... ***
Don't just participate in USENET...get rewarded for it!