Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #37.0K
Ranked #2K
~2K People Reached
Favorite Forums

5 Posted Topics

Member Avatar for virendra_sharma

Hi, did you try to split data in smaller parts (string.split method) and then merging them. The smaller data packets will fit into your cache and will make it faster to process. Just give it a try. Tony

Member Avatar for pseudorandom21
0
1K
Member Avatar for gtn
Member Avatar for emmyt

It is possible. You just need to declare groupBox1 as public. By default it is declared as private. I tried same code by the way.

Member Avatar for SunnyVunny
0
108
Member Avatar for yamini222

Hi, Did you try DataGridViewInstance.Select(aRowToBeSelected) DataGridViewInstance.SelectionBackColor = Color.Blue Regards, Tony

Member Avatar for yamini222
0
134
Member Avatar for vivekagrawal

I can only discuss concept as you did not provide any code. I think, what you are trying to do is to - transfer data between 2 forms. - form2 should know what data is selcted in form1 Almost what emmyt told is recommended for opening one from using another. …

Member Avatar for SunnyVunny
0
807

The End.