Hi,
I have a different numbers in a datagridview.
Now my problem here is:
I want to write code into button click event. Once button is clicked i should show message boxes. The no of message boxes depends on the numbers in datagrid view.
for example i have 50 numbers in datagridview, i should show 5 message boxes with each 10 numbers.
if i have 60 numbers in a datagridvies, i should show 6 message boxes with each 10 numbers.
Everything should happen in one button click.
Please give me ideas to do.
Darma
Loading
VulpesPosted Jul 22, 2012, 6:10 PM
darma tejaPosted Jul 23, 2012, 4:11 AM
Thanks allot. It is working now.
Could you please check my another question in this forum here about database connection through config file.
Thanks once again
Darma
darma tejaPosted Jul 22, 2012, 4:04 PM
Thanks allot for ur reply.
Actually one row has one number. It means 50 numbers means 50 rows. 60 numbers has 60 rows in gridview.
Darma
VulpesPosted Jul 22, 2012, 3:10 PM