Classic ASP DatabasesDiscuss using ASP 3 to work with data in databases, including ASP Database Setup issues from the old P2P forum on this specific subtopic. See also the book forum Beginning ASP.NET Databases for questions specific to that book. NOT for ASP.NET 1.0, 1.1, or 2.0.
Welcome to the p2p.wrox.com Forums.
You are currently viewing the Classic ASP Databases section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
When I design a multiline textbox (using Web Forms controls), it forces a scrollbar. I have widened and increased the height of the text box so that the three lines of text I need would be visible and I wouldn't need to scroll. is there a way for me to hide the scrollbar?
I am not sure how exactly you can achieve this by using a textbox, can you just show me the code which you write for a textbox to show multiple lines, i mean the rows and columns.
Regards
Thanks for your response. I guess I thought I could use a text box for a multiline text display field. Should I be using another control instead? I do not want a scroll bar and I don't want a border and I want three lines of text to show (with font attributes possible) - but the text itself would be variable which is why I am not hardcoding it in the HTML.