Ask a Question related to ASP.NET General, Design and Development.
-
iMonkey #1
Numerical Order
Hi, I have a drop down list which is populate through a database connection,
the data that is retrieved is of Shoe sizes i.e. 3 - 12 when the drop list
loads I nhave noticed that the list is in numerical order but not in the way
that we would see numerical order:
I.e. at the moment the list is 10, 11, 12, 3, 4, 5, 6, 7, 8 , 9
rather than: 3, 4, 5, 6, 7, 8, 9, 10, 11, 12
I know that this is because it is seeing the values a 1 and 1 together to
make 11 rather than just 11 but I have never had to deal with it in this way
so how do I make this list list the numbers as they should be?
Thanks in advance!
Sorry for the extreme Newbie question!
iMonkey Guest
-
HELP, Custom paper size, not in numerical order?
Hello Everybody: Does anybody know why when I create a custom paper size in: Page Setup > Settings > Custom paper size is in numerical order, but... -
convert numerical value to text?
Hi, I have a currency field in an Access database. I'm using VBScript/ASP. If the currency field is showing as £0.00, I would like to display... -
Export numerical luminosity values?
Hope this isn't to far off-topic. Does anyone know how to get a list of the numerical luminosity values for an image. For example, if we have an... -
count() & numerical arrays....
Hey all. Another simple, yet baffling for me, question: I have a comma delimited list of numbers; e.g. $num_list = "1,2,3,4" I split the... -
[PHP] count() & numerical arrays....
Use explode instead... $num_list_array = explode("," $num_list) more information at php.net/explode Cesar CF High wrote:



Reply With Quote

