Question How do I switch between the GridView?

h4yfans

New member
Joined
Apr 7, 2014
Messages
1
Programming Experience
1-3
Hi guys, I apologize for my English grammar. I want to do this. How can i do that? I want to click "Nargile". And i want to see in right GridView subgroup.

Example:
Click on the left side:"Cars"
and i want to see on right side "Merdeces", "BMW"....



Which code do this? How should I connect this Grid View.

I hope I can explain myself. Good day to you all!





DQ0Xowt.jpg
 
First things first, let's establish whether you're really using a GridView. You have posted this question in the C# General forum, so that's no help. A GridView is an ASP.NET Web Forms server control. Is your project an ASP.NET Web Forms application? If so then I will move this thread to the Web Forms form. Your screenshot looks like a DataGridView in a Windows Forms application though. Is your project actually a Windows Forms application? If so then I will move this thread to the Windows Forms forum and we can start using the actual name of the control you're using rather than a completely different control.
 
Back
Top Bottom