Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Validation messages overlap on each other , How to separate???

Status
Not open for further replies.

vanisudha2000

Programmer
Joined
May 11, 2006
Messages
21
Location
US
Hello,
I am having a detailsView, On which I want to put some validation on each of the fields,
Now I am facing two problems,
1. When I type more than one words in the fields then in the output i see that each word is in a single line and the size of that field is going on increasing,
HOW CAN I GET MORE THAN ONE WORDS IN A SINGLE LINE IN THE DATA FIELD???

2. When I have added the required field validators using the smart tag, and did edit template, I find in the output that all the messages are overlapping .
HOW CAN I SEPARATE THEM ACCORDING TO THE FIELDS RESPECTIVELY???

CAN ANY ONE HELP ME TO SOLVE THESE PROBLEMS PLEASE....

Thanks in advance.
 
>>HOW CAN I GET MORE THAN ONE WORDS IN A SINGLE LINE IN THE DATA FIELD???

never worked with detailview, but i feel that if u set the width of the column in which this data is placed then it can be solved (this is what i do in datagrid).


>>HOW CAN I SEPARATE THEM ACCORDING TO THE FIELDS RESPECTIVELY???

what layout are you using? Grid or Flow? check if the validator fields have a style attribute with left, top etc set in px...

Known is handfull, Unknown is worldfull
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top