Microsoft
Software
Hardware
Network
Question : Grid View Question
I have a dataset the resembles the attached text file.
I need a grid view that will resmple the attached Excel file
Note how the 'Region Name' is on a blank line as well as the subtotals and totals.
Is this doable in a gridview? I would imagine it would have to be a nested gridview?? Any help is greatly appreciated.
Attachments:
Sample-Data-Set.txt
(195 bytes)
(File Type Details)
Sample Data Set
Sample-Gridview-Output.xls
(17 KB)
(File Type Details)
Sample Output
Answer : Grid View Question
I would use a repater, which offers better customization of the output
yes you would need a nested repeater
here a simple tutorial on how to manipulate repeaters
http://msdn.microsoft.com/
en-us/libr
ary/aa4789
59.aspx
Random Solutions
Sorting records in VBA
scecli 1704 causes application to hang
Need to find out switch & firewall IP and logon credentials
How to find out which reports use a specific stored procedure?
How do I summarise totals per category?
Virtual Server and Hardware Needed
Please help me refine this concept (eventually into a process diagram)
Creating a printer with IP port automatically
pass array to function
Pass String[] between classes?