My markup: <%#DataBinder.Eval(Container.DataItem, "summary")%>
Running that to view the data from summary which was retrieved on a web form. When you get the email with the data, it shows everything, but if you view the submitted form on the webpage it cuts it off.
Any idea how I can get it to show the full information. Thank you.
Ps. Its in a ascx file.