> I want both value and text
> What Robert said is a workaround.
> I suggested that too.
> But the point is that, theoretically
> it is not possible to get the text at server side, Right!

Wrong! I said the text will be passed if no value is assigned. Other
than that, Robert and I both suggested the same solution:

> > or pass the text as part of the value:
> > <select>
> > <option value="selected,This">This</option>
> > </select>

Then bust the text (This) from the value returned, in this case by
splitting on the comma and reading the second element of the split
array.


---
You are currently subscribed to activeserverpages as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]

Reply via email to