Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
csgraham74 #1
How to set row as full length of grid ???
Hello
Im using the datagrid control to display data in an asp.net web page.
What i want to do is have repeating rows of data set out in the
following format. Please not that the lines just denote each new
record. I can get the val6,val7,val8 and image to display in the format
that i want, but i want val1 - 5 to display across the full length of
the datagrid at the top.
Is this possible ????
If not how else can i do this ??
HEADER
----------------------------------------------------------------
Record1
val1 val2 val3 val4 val5
Val6 IMAGE
Val7
Val8
-----------------------------------------------------------------
----------------------------------------------------------------
Record2
val1 val2 val3 val4 val5
Val6 IMAGE
Val7
Val8
-----------------------------------------------------------------
thanks in advance
CG
csgraham74 Guest
-
Length cannot be less than zero. Parameter name: length
I receive the following error when I try to run this asp.net 1.1 app: Length cannot be less than zero. Parameter name: length Description: An... -
trying to create data grid on the fly, with templated columns, and then updating all rows in the grid
Hi, Please help, I'm trying to create data grid on the fly, with templated columns, for editing, and then updating all rows in the grid on one... -
How to edit records in a grid that's within a grid
I am having a heck of a time getting a child grid (a grid within a grid) to go into edit mode. My code is below; it will go into edit mode only... -
string length
how do you find the length of a string in php?? there seems to be every command under the sun in the manual to operate on strings but not one for... -
How to get length of string? length() problems
Simplified a bit, I'm parsing HTML documents to get sentences e.g. my $html = get($URL); # remove all HTML TAGs...blah blah blah @sentences =...



Reply With Quote

