GridView help please...

  • Thread starter Thread starter trint
  • Start date Start date
T

trint

I need something like a GridView that will allow me to do
exactly what I've drawn in this display:
http://www.windintrees.com/example1.gif
I've tried GridView1, GridView2 and GridView3 to drill down,
but after GridView1 and GridView2 displays, GridView2 errors out
since I have to c# programmatically create the datakeyname and
datasource.
Any help is very much appreciated.
Thanks,
Trint
 
That's difficult because you are using gridviews as *dropdowns*. How about
redesigning so the user chooses one screen at time or replace gridview 2 and
gridview 3 with a dropdown. The final selection then provides a grid with
the selected options.

--
Regards,
Alvin Bruney
------------------------------------------------------
Shameless author plug
Excel Services for .NET is coming...
OWC Black book on Amazon and
www.lulu.com/owc
Professional VSTO 2005 - Wrox/Wiley
 
Back
Top