Ask a Question related to ASP.NET General, Design and Development.
-
Steve C. Orr, MCSD #1
Re: Putting several peices of data in each cell of a datagrid
You might want to concatenate the fields at the SQL Query level.
If you really want to do the combining at the datagrid level then you could
indeed nest datagrids within datagrids.
Here's some examples:
[url]http://www.dotnetjunkies.com/Tutorial/ShowContent.aspx?cg=841522c9-ffbd-4c57-bd48-f62b55057ff3&forumid=4117[/url]
[url]http://www.dotnetjunkies.com/Tutorial/ShowContent.aspx?cg=F03796C0-0E19-479B-BB83-4307BCF12017&ForumID=4083[/url]
[url]http://www.dotnetjunkies.com/HowTo/ShowContent.aspx?cg=5A72AD9E-39E2-405C-A4F5-55D28FF6FC2E&ForumID=4228[/url]
[url]http://www.dotnetjunkies.com/HowTo/ShowContent.aspx?cg=2E3CF274-D5F6-4F43-97C7-805E1A887280&ForumID=4227[/url]
--
I hope this helps,
Steve C. Orr, MCSD
[url]http://Steve.Orr.net[/url]
"Jeremy Chapman" <Nospam@please.com> wrote in message
news:eyF41EjUDHA.360@TK2MSFTNGP11.phx.gbl...thinking> I want to put 4 pieces of data into each cell of a datagrid, so I'm> I'll need to stuff a tiny table in each grid. how can I do that?
>
>
Steve C. Orr, MCSD Guest
-
Accessing datagrid cell data
:confused; I've recently started experimenting with the Datagrids and Webservices. I have sucessfully created a datagrid with 5 columns (non... -
Datagrid cell data formatting
Hi, I have just finished working on populating a datagrid from an xml file. I am creating a client list with category headers. What I am trying to... -
Datagrid cell data formatting - 2
Ok, I have hit a brick wall here. I am simply trying to set the text in particular cells in particular rows to bold. Actually, I have been able to... -
How to set cell background based on cell value when datagrid is displayed
I would like to check a datagrid cell value, and change the color of the cell background, when a datagrid is displayed. I want to do this as early... -
RadioButtonList In A DataGrid Cell - Can I find the selected button without editing the cell?
I have an ASP.NET form with a DataGrid and Button. I want to put a RadioButtonList in a DataGrid cell. I bind it to an ArrayList which has a...



Reply With Quote

