Click here to Skip to main content
15,894,720 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to include a button (with the name: Goto) with every row in a gridview.

This button when clicked will open a new window and fill a gridview inside the new window with data from a database query.

The row with the corresponding id in the new window gridview would be highlighted.

This new window (a plain window without the menu bar and other options) would make the parent window inactive until closed.

Please how do I achieve this?
Posted
Comments
Sergey Alexandrovich Kryukov 9-Oct-14 13:15pm    
What is "window"? what is "grid view"? Full type names, please.
—SA

1 solution

Please see my comment. The question is very unclear.

However, it is likely that you need a modal window. This is done by showing it using ShowDialog.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900