Here is my scenario. I have a users that have profile, and they fill out a series of questions about themselves. All the questions aren't required.
When I just display them, I only want to display the items the user has filled out. I have this logic down.
However, when I display my data, what is the best way to do so? Some of my items are multi-line text fields the user fills out, and when I display the data onto the screen in my view profile page the text does not wrap and makes my page very long horizontally (I am displaying in a label). I want to contain it into a specific area.
My entire web page is all comprised of user controls, and the user control I am displaying this data in is only the maximum width I want for the area, however displaying the data isn't following the width constraints I put on my table.
Any suggestions?
Thanks in advance,
Cen
When I just display them, I only want to display the items the user has filled out. I have this logic down.
However, when I display my data, what is the best way to do so? Some of my items are multi-line text fields the user fills out, and when I display the data onto the screen in my view profile page the text does not wrap and makes my page very long horizontally (I am displaying in a label). I want to contain it into a specific area.
My entire web page is all comprised of user controls, and the user control I am displaying this data in is only the maximum width I want for the area, however displaying the data isn't following the width constraints I put on my table.
Any suggestions?
Thanks in advance,
Cen