Scrollable Text Box
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
I have been giving a task to create a scrollable text box or seomthing like it. We are using VS 2003 and all of the data in the text box will be sent by via database for display purposes only. Any Ideas or links?
change TextMode property of TextBox as Multiline
Regards, Sylvester G Senior Software Engineer Xoriant Solutions sylvester_g_m@yahoo.com
-
I have been giving a task to create a scrollable text box or seomthing like it. We are using VS 2003 and all of the data in the text box will be sent by via database for display purposes only. Any Ideas or links?
You can do that making TextBos Property as MultiLine TextMode="MultiLine"
Thanks and Regards Sandeep