About
Pricing
Community
Teams
Start Free Trial
Log in
vcharles
asked on
12/28/2012
Help with creating pop up control containing a GridView
How do I create a popup control which contains GridViewB when I click on a row in GridViewA.
I am using VB.NET.
Thanks,
Victor
Visual Basic.NET
.NET Programming
7
1
Last Comment
vcharles
8/22/2022 - Mon
ASKER CERTIFIED SOLUTION
Nasir Razzaq
12/28/2012
THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
vcharles
12/28/2012
ASKER
Can you please send me an example?
Nasir Razzaq
12/28/2012
Its not a simple code segment that I can send. You need to do little bits in multiple places.
vcharles
12/28/2012
ASKER
I understand. Thanks.
Experts Exchange is like having an extremely knowledgeable team sitting and waiting for your call. Couldn't do my job half as well as I do without it!
James Murphy
vcharles
12/28/2012
ASKER
Forgot to ask, how do i make the form modal? don't see that property.
Nasir Razzaq
12/28/2012
Use the ShowDialog method instead of Show.
You may want to StartPosition to FormStartPosition.CenterSc
reen before ShowDialog
vcharles
12/28/2012
ASKER
Thank You.
⚡ FREE TRIAL OFFER
Try out a week of full access for free.
Find out why thousands trust the EE community with their toughest problems.