c# - ASP.NET trying to create a report with Totals And Sub Totals on the web -


in ms access have simple report:

manufacture | model | wheels | serial man1 | aaa | 4 | 111 man1 | aaa | 4 | 112 man1 | bbb |2 | 123 total models: 3  total wheels: 10 man2 | asd| 8 | 1145 ....... , on until totals @ bottom: total models: 55   |total wheels: 245 

i want convert work on web. i’ve got data on gridview, cannot sub totals or totals. there can set in columns’ properties? gridview best choice or use different control? i’m using c# in web developer 2010 express , data coming sql server if makes difference.

well...

http://tinyurl.com/7olot6v

here's example msdn: http://msdn.microsoft.com/en-us/library/ms972833.aspx

it's in vb.net converting idea on shouldn't hard.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -