dascription on images in asp.net 1.1
-
Sir, I am displaying some description beneath the images in the datalist.For the descrition i am using the label control. Now the problem is when the text is inserted in large quantity the text exceed the width of the image. I want to use multiline facility when i insert the textbox control it shows horizontal scrollbar and horizontalbar visibility is not needed. Please sort out this problem Thanks and Regards Amaneet Brar
-
Sir, I am displaying some description beneath the images in the datalist.For the descrition i am using the label control. Now the problem is when the text is inserted in large quantity the text exceed the width of the image. I want to use multiline facility when i insert the textbox control it shows horizontal scrollbar and horizontalbar visibility is not needed. Please sort out this problem Thanks and Regards Amaneet Brar
Hi, Use a
instead of a textbox. Make sure the nowrap property of it is not set. Use the
to break the lines within thecontainer. When people ask questions, I like to create a tutorial (because I think by doing is how you learn) about the solution of the question. If you want, I can post a new tutorial at www.KYNOU.com (where I place my tutorials) showing you how to do this. Chat with me at the chat room inside of the website. See you there :)