Putting Datagrid into a string
-
On the client side, I can do alert(Datagrid1.outerHTML) and I see the text I want. Is there a way to get the contents of a datagrid in html format from the server side? I ultimately want to add the table to an outgoing e-mail message. Thanks in advance.
-
On the client side, I can do alert(Datagrid1.outerHTML) and I see the text I want. Is there a way to get the contents of a datagrid in html format from the server side? I ultimately want to add the table to an outgoing e-mail message. Thanks in advance.
RenderControl. This technique is frequently used when wanting to export a Datagrid's contents to Excel. Marcie http://www.codeproject.com
-
RenderControl. This technique is frequently used when wanting to export a Datagrid's contents to Excel. Marcie http://www.codeproject.com