Question
2
Replies
159
Views
NIIT-Tech
Posted: October 27, 2017
Last activity: November 6, 2018
Closed
Datagridview values display one by one in a dialog box
I am trying to display values in a gridview one by one in a message dialog box. What is the best possible way?
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
You would want to iterate a loop a number of times equal to the number of items you want to display. Link the value of the selected cell from the grid to a message dialog box, then run the execution link to the next iteration of the loop to the message box's "Okay".
http://help.openspan.com/80/Components/Message_Dialog_Variable.htm
http://help.openspan.com/80/Components/ForLoop.htm