Hi,

I'm currently pulling a table from a sql database and binding it to a Gridview (asp.net 2.0), and I wanted to know if I can do the following with the Gridview....

"EmptyColumnWithPlusMinusSign" "Name"
+ Bubba
hidden row that when you click on the plus sign, it expand and shows
data about Bubba record.

continue on with the next rows.......

Basically, I want to bind the data, and their will be a column that will contain a plus/minus button and when you expand it, it will show details that pertain to that row. Each row that will be bound to the GridView, will have a hidden details row below it that is expandable.

I can do this with Javascript and Response.Write, but I'm looking to start taking advanrtage of controls that are supplied to me.