|
-
Dec 14th, 2004, 09:38 AM
#1
Thread Starter
Addicted Member
Grid control?
Hi,
I am switching over from asp to asp.net. I would like to know what control I can use with web forms, that is similar to the Flexgrid control of vb?
I have looked at the datagrid control but I will not necesarily be using data directly from the db. I will use a combination of input parameters, calculations, images, etc, that I wold like to display in a grid. This needs to be built server side.
Any advice?
-
Dec 14th, 2004, 12:29 PM
#2
Addicted Member
Re: Grid control?
I don't know why you couldn't use a datagrid. It doesn't have to be bound to data if you don't want it to be.
Your other alternative are with the datalist control or the repeater control.
-
Dec 15th, 2004, 01:30 AM
#3
Thread Starter
Addicted Member
Re: Grid control?
Hi,
I cant seem to find sample code of datagrid that doesnt use a datasource.
Do you maybe have samples for me?
-
Dec 15th, 2004, 02:41 AM
#4
PowerPoster
-
Dec 15th, 2004, 04:23 AM
#5
Re: Grid control?
I haven't read the link, but in case it's not mentioned there, you can create a dataset without connecting to the db and bind the datagrid to that dataset.
-
Dec 17th, 2004, 02:20 PM
#6
Fanatic Member
Re: Grid control?
 Originally Posted by mendhak
I haven't read the link, but in case it's not mentioned there, you can create a dataset without connecting to the db and bind the datagrid to that dataset.
Hey mendhak, remember me? Its been a while since I been on this board. Speaking of datagrids, i figure you know ASP.NET. Can you check this out for me?
http://vbforums.com/showthread.php?p...73#post1866673
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|