how to convert the gridview datas to the table in asp.net

Posted by Ranjana on Stack Overflow See other posts from Stack Overflow or by Ranjana
Published on 2010-04-10T11:53:45Z Indexed on 2010/04/10 12:03 UTC
Read the original article Hit count: 198

Filed under:
|
|
|

i have a gridview as follows:

Sub    marks  result

eng     56     p
maths   45     f
science 67     p
S.S     78     p

im using the mail function to send the marks to the student. how to convert these gridview rows to the table rows or how to pass the gridview datas into mail function as 'message'

© Stack Overflow or respective owner

Related posts about gridview

Related posts about table