Hi,
I've got some HTML/ASP code (I don't know how to program ASP, I'm just hacking it as I go along) that reads:-
<IMG src="../../../images/clothing/<%=(sch.Fields.Item("StyleNumber").Value)%>.gif" align="right" height=156 width=162>
Is there a way I can force uppercase on the sch.Fields.Item? If so, how?
Cheers,
Carl.
I've got some HTML/ASP code (I don't know how to program ASP, I'm just hacking it as I go along) that reads:-
<IMG src="../../../images/clothing/<%=(sch.Fields.Item("StyleNumber").Value)%>.gif" align="right" height=156 width=162>
Is there a way I can force uppercase on the sch.Fields.Item? If so, how?
Cheers,
Carl.