Dear ASP Gurus, I am populating my multiline textbox on page in UpdatePanel with some text as header name + vbnewline ------------ + vbnewline value1 + vbnewline value2 + vbnewline . . . value30 + vbnewline . . Now I need to get the print of my web page but for now only first 10 rows are visible in the print I need to expand this textbox to see all the rows in my print out. How to expand this textbox at runtime probably at two points.. 1. after I populate the textbox or 2. at page.ispostback = true may be at client side or server side? Could you please help me? regards Lee Could you please help me.
Leya