|
-
Apr 10th, 2001, 07:53 PM
#1
Thread Starter
Lively Member
im populating a combobox control with a name and surname that comes out of my database but need to put a space inbetween the name and surname
otherwise the values look like this
JohnDOE
and i need it to be
John DOE
here is my coding for the options for the combobox control
how do i do it????
<option value="<%=(RSGroup.Fields.Item("GroupManagerID").Value)%>" ><%=(RSGroup.Fields.Item("ManagerName").Value)%><%=(RSGroup.Fields.Item("ManagerSurname").Value)%> </option>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|