|
|
|
|
|
| | |
| |
Active Server Pages ASP ASP.NET .aspx .ascx Web HTML Developer Internet Microsoft Web Services Visual Studio .NET CJWSoft ASPProtect ASPBanner ASPClassifieds
(Advanced)
(Components)
(Database)
(General)
(Vbscript)

|
|
|
|
Subject: |
Reading an asp access database filed with commas |
|
From: |
Rudolph |
|
Date: |
3/27/2003 9:36:40 AM |
|
IP: |
159.180.250.254 |
This is an Asp database question, I am connecting to an access database and reading from its fields. Say I have a field looks like follows: field name: extraOptions value: xs,s,m,l,xl,xxl
I want to read that field and craete an <Select>box with each value so that it looks like the following
<select name="select">
<option value="xs" selected>xs</option>
<option value="s">s</option>
<option value="m">m</option>
<option value="l">l</option>
<option value="xl">xl</option>
<option value="xxl">xxl</option>
</select>
how would I read through the string of commas?? |
Follow Up - Re: Reading an asp access database filed with commas - Bullschmidt 5/7/2003 11:50:23 AM
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|