Blue
White
Purple
Green
Red
Orange
Blue Light
White Light
Purple Light
Green Light
Red Light
Orange Light
In one datafield multiple line entry is possible? I need to have one datafield with multiple data, and I need to display all in one datafield... User entry :1:00-2:00,3:00-4:00,5:00-6:00The display the data :
Swat,you can use something like this:
Response.Write Replace(rs("FieldName"), "," , "")
admin-this works great-<img src='https://asprunner.com/forums/file.php?topicimage=1&fieldname=reply&id=3263&image=1&table=forumreplies' class='bbc_emoticon' alt=':)' />
Response.Write Replace(rsData.Fields("Field Name"), "," , "<br>")