954,593 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Collapsing/Expanding a grid view row in a ASP.net Web form

I have implemented a grid view that that lists invoices in a linear fashion. However, i want to improve its functionality so that one can be able to expand and collapse the rows in order to view more details/infomation about the invoices. I've searched on the net but most of the solutions are not satisfying. Am using C# as code behind in MS Visual Studio 2005.

Help..... anyone......?

Thanks in advance!!

fraogongi
Newbie Poster
13 posts since Aug 2006
Reputation Points: 10
Solved Threads: 0
 

Add a template column to the gridview, put a repeater control in it, put a button in the repeaters empty template, When it's clicked bind the repeater to the additional data.

hollystyles
Veteran Poster
1,182 posts since Feb 2005
Reputation Points: 262
Solved Threads: 68
 

This article has been dead for over three months

Post: Markdown Syntax: Formatting Help
You