Re: <option value=""> tag
I've tried putting <option value="<%=location.id%>"> but it does not like it
Re: <option value=""> tag
Just one question.
Does it have to be a Html Control select control. If you make it a server control like a drop down list it would be much easier. As such the select control is a html control and that is one of the reasons the option tag refuses to accept <%=location.id%>. Let me know.
Warm Regards.
Quote:
Originally Posted by
Suzi167
I've tried putting <option value="<%=location.id%>"> but it does not like it