Click here to Skip to main content
15,903,201 members

Comments by Learning (Top 4 by date)

Learning 20-Jun-11 9:25am View    
No, I have had no luck. Have you come up with anymore suggestions?

Thanks...
Learning 15-Jun-11 17:43pm View    
I will continue to work with it.

Thanks for the help....
Learning 15-Jun-11 11:23am View    
Thanks again for the help....
I can make the ASP Gridview scroll using:
<div style="width:100%; height:150px; overflow:auto;"><br />
When I email the source code of my newsletter to a Gmail email account the scroll is disregarded and all rows in the Gridview are shown making the newsletter extremely long. I want the Gmail email recipient to scroll through several lines at a time. BTW, Yahoo email will show the scroll box. The textarea suggestion works with Gmail but I have not been able to include a Gridview table within the textarea.
You continued help is appreciated!!
Learning 15-Jun-11 9:22am View    
Thank you very much for your suggestion. How would I place an ASP Gridview in the <Textarea> to show the results? When placing in the <Textarea> it shows the code of the Gridview.

Thanks again....