Grid view content as email
-
Convert the Gridview to string.. Dim stringWrite As New System.IO.StringWriter Dim htmlWrite As New HtmlTextWriter(stringWrite) GridView.RenderControl(htmlWrite) Dim Body as string=htmlWrite.tostring
Pinna
-
Please have a look :) http://forums.asp.net/t/1255816.aspx[^]
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you.
-
Convert the Gridview to string.. Dim stringWrite As New System.IO.StringWriter Dim htmlWrite As New HtmlTextWriter(stringWrite) GridView.RenderControl(htmlWrite) Dim Body as string=htmlWrite.tostring
Pinna
I dont think this will allow. It will through an error :)
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript -
I think I have already solved the issue a few days back.. Just read the replies. http://www.codeproject.com/Messages/3278305/Could-somebosy-help-me-this-rendercontrol-issue.aspx[^] Cheers. ;)
Abhishek Sur **Don't forget to click "Good Answer" if you like this Solution.
My Latest Articles-->** Simplify Code Using NDepend
Basics of Bing Search API using .NET
Microsoft Bing MAP using Javascript