My datatable name is MarkSheet
it has columns - StudentName , Age, EmailId , Score.
The values in datatable Marksheet are the inputs from user. After taking all inputs from user I am trying to show all the rows of a datatable in a message box to user.
Text attribute of the message box →
"The School’s marksheet provided by you is
" + MarkSheet.ToString
This is giving me the name of the datatable but i want the data.