A
abcd
Simple but not working at this moment
I have to fill the HTML select control....
my values could be for example "test number 1"
sample code,
dim x
Data = "test number 1"
I am using
<Select>
<option value="<%Response.Write server.HTMLEncode(Data)%>"><%Response.Write
server.HTMLEncode(Data)%></option>
</Select>
as a result I can not see the longer black space between 2 words....I guess
HTMLEncode is not emitting  
any solution
thanks
I have to fill the HTML select control....
my values could be for example "test number 1"
sample code,
dim x
Data = "test number 1"
I am using
<Select>
<option value="<%Response.Write server.HTMLEncode(Data)%>"><%Response.Write
server.HTMLEncode(Data)%></option>
</Select>
as a result I can not see the longer black space between 2 words....I guess
HTMLEncode is not emitting  
any solution
thanks