I need help with the listbox entry that has spacing.
I can add entry alright, but the list box only keep the first space between words and omit the other no matter what
for example Input the following
1: This is the first Item (with space)
will show you
1: This is the first Item (with space)
if you use Ascii encode for the space
2: This is the%20%20%20second  Item%20%20With encode
the list will show you exactly as above
Please some one help me out with this. I use VS 2003 and IE 5/6 (ASP.NET).
Thank you all in advance.
I can add entry alright, but the list box only keep the first space between words and omit the other no matter what
for example Input the following
1: This is the first Item (with space)
will show you
1: This is the first Item (with space)
if you use Ascii encode for the space
2: This is the%20%20%20second  Item%20%20With encode
the list will show you exactly as above
Please some one help me out with this. I use VS 2003 and IE 5/6 (ASP.NET).
Thank you all in advance.