473,803 Members | 3,738 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Dropdown lists and arabic numerals

I am finding an issue with the current DropDownList and ListBox ASP.NET Web
Controls.
I had a system set up for Arabic and a string that I put into a drop down
had a number. The letters were being displayed in Arabic but the numbers were
Latin. In other parts of my app ,Arabic numerals would appear as expected.
I found an MSDN link to the following web page that mentioned there was an
issue with the current DropDownList and ListBox ASP.NET Web Controls i.e.
they currently only support Latin numerals.
The link is:-
http://msdn.microsoft.com/library/en...plications.asp

Is there any workaround for this or will this issue be fixed soon?
Thanks in advance for any help
Cheers
John
Aug 22 '05 #1
6 3112
Mutley,

Are you sure you want numbers as CXVI in your listbox, which are Latin
numerals.

Those we use for centuries no more in countries using the latin alphabet, we
all use Arabic numbers 0123456789

The writer of that article knows probably not what are Latin numerals.

http://www.informalmusic.com/latinsoc/latnum.html

Cor
Aug 22 '05 #2
Sorry,
what I meant is that the numbers that appear are 0,1,2,3 etc.
instead of the arabic equivalent (the writer of the article refers to 0,1,2,3
etc. as Latin numerals which may or may not be correct - doesn't matter). The
issue is that I get 0,1,2,3 etc. when I want the Arabic equivalent of these
digits. You can see the arabic equivalent to these numbers if you go to
regional options in control panel and set the "Your locale (location)" drop
down list on the General options tab to be Arabic. After hitting Apply on
this tab, if you then go to the Numbers tab you can see what the standard
digits are for Arabic.
So with this regional setting if you were to enter a number in a text box
the Arabic standards digits would appear and not the Latin numerals 0,1,2 etc.
Unfortunately if you then go to a drop down control Arabic standard digits
will not appear but you get 0,1,2 etc. instead

Thanks for any further help
John

"Cor Ligthert [MVP]" wrote:
Mutley,

Are you sure you want numbers as CXVI in your listbox, which are Latin
numerals.

Those we use for centuries no more in countries using the latin alphabet, we
all use Arabic numbers 0123456789

The writer of that article knows probably not what are Latin numerals.

http://www.informalmusic.com/latinsoc/latnum.html

Cor

Aug 24 '05 #3
Mutley,
the Arabic standards digits would appear and not the Latin numerals 0,1,2
etc.


I really don't understand what you mean with Latin numerals 0, 1,2 The latin
equivalent from those arabic numerals is I, II and III.

The arabic numerals are used in allmost all countries in Europe, America,
Australia and Africa.

Here is wikidi, therefore please make clear what you want.

Arabic Numerals are 0,1,2,3,4,5,6,7 ,8 and 9

http://en.wikipedia.org/wiki/Arabic_numerals

Cor

Aug 24 '05 #4
I do not want to see the digits 0,1,2,3 etc.
Using regional options I set up the system for Arabic (Saudi Arabia) and
typed in the numbers 0 to 9 and this is what I get i.e. the Arabic equivalent
of 0 to 9
ض0123456789
These are Arabic digits not 0,1,2,3, etc.
You can see these Arabic equivalent to the English digits 0,1,2,3 are not
0,1,2,3 etc. but are instead a different set of numerals (I do not know how
else to describe this)

"Cor Ligthert [MVP]" wrote:
Mutley,
the Arabic standards digits would appear and not the Latin numerals 0,1,2
etc.


I really don't understand what you mean with Latin numerals 0, 1,2 The latin
equivalent from those arabic numerals is I, II and III.

The arabic numerals are used in allmost all countries in Europe, America,
Australia and Africa.

Here is wikidi, therefore please make clear what you want.

Arabic Numerals are 0,1,2,3,4,5,6,7 ,8 and 9

http://en.wikipedia.org/wiki/Arabic_numerals

Cor

Aug 25 '05 #5
Mutley,

If you cannot describe your problem well, than you will never get a
solution.

Probably did you not even look at the page I tried to show you. I assume now
that you want your characters to be showed as Eastern Arabian-Indic
characters.

I don't know the answer, however you can make a new message and makes it in
that way clear to everybody. In the way you do it now, everybody would
suspect Western Arabic characters).

I hope this helps,

Cor
Aug 25 '05 #6
Cor Ligthert [MVP] wrote:
Mutley,

If you cannot describe your problem well, than you will never get a
solution.

Probably did you not even look at the page I tried to show you. I assume now
that you want your characters to be showed as Eastern Arabian-Indic
characters.

I don't know the answer, however you can make a new message and makes it in
that way clear to everybody. In the way you do it now, everybody would
suspect Western Arabic characters).

I hope this helps,

Cor

Maybe Mutley can tell which one of these he would like to see?

http://www.islamicity.com/mosque/ihame/Ref6.htm

How to render those I have no idea though
Aug 25 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
2594
by: Toonman | last post by:
I have a webpage with a <form> consisting of a large table grid of dropdown lists used to make changes in a database. Some of these dropdown lists have the same value. I'm trying to make it so that when a user mouses over one of the dropdown lists, that dropdown list, and all other dropdown lists having that same value are highlighted with a yellow background color. Then on a mouseout the yellow highlights go away. The goal is to it...
0
2077
by: Mike O. | last post by:
MS Access 2003 "filter by form" has drop down lists that allow the user to select values for each field to filter by. However, once some values are selected,the remaining dropdown lists remain the same and aren't progressively filtered to reflect the selections already made in other fields. This can be very tedious when filtering a large datasheet. Unlike Access, the MS Excel autofilter has automatic progressive filtering of value...
0
1790
by: Henke | last post by:
Hi, I have done some research about my problem I have when using the "back button" in IE to go back to a page with two dropdown lists. The both dropdown lists are populated with data. The first dropdown lists is redirecting the user to another page (building a querystring for the second page to use) and when the back button
6
10700
by: Mark | last post by:
I have two dropdown lists. Both have autopostback set to true. In both dropdowns, when you select an item from the list, it redirects to the Value property of the dropdown. Nothing fancy. Let's say you select 1 of the items, and are properly redirected. You press the back button. I have three servers providing two different functionalities: 1. After pressing the back button, the item you selected in the dropdown is still selected.
0
1259
by: Mutley | last post by:
I am finding an issue with the current DropDownList and ListBox ASP.NET Web Controls. I had a system set up for Arabic and a string that I put into a drop down contained a number. The letters were being displayed in Arabic but the numbers were appearing as 1,2,3, etc. In other parts of my app, the Arabic equivalent to these numerals would appear as expected. I found an MSDN link to the following web page that mentioned there was an issue...
6
283
by: Mutley | last post by:
I am finding an issue with the current DropDownList and ListBox ASP.NET Web Controls. I had a system set up for Arabic and a string that I put into a drop down had a number. The letters were being displayed in Arabic but the numbers were Latin. In other parts of my app ,Arabic numerals would appear as expected. I found an MSDN link to the following web page that mentioned there was an issue with the current DropDownList and ListBox ASP.NET...
3
3527
by: er1 | last post by:
Hi all, I have created a double dropdown list. Based on the first list selection, second list populates (this works fine). I have a submit button, which when clicked should run a select query based on the values selected on both the dropdown lists. But this part is not working. It picks up right value for the first dropdown list and always takes the FIRST value of the second dropdown list. I am not sure how to make it use the selected value...
3
6558
by: mookbooker | last post by:
I have a code written out with zero errors but i know my main() function is completely wrong and after i build the solution i compile it and nothing happens!! Not even cout statements please help. // 2.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include <iostream> #include <iomanip> #include <cstring>
3
2789
by: John | last post by:
I have two dropdown lists that I have bound to a datatable and set the DataTextField and DataValueField for. Both lists show the values I expect from the database. However, when I need to access the valueField for a dropdown list I always get the first value. Here is my code I do on load to bind the dropdowns: Try 'load the Division Dropdown dtDiv = objDAL.ExecuteDataTable("GetDivision") With ddDivision
0
9703
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
10550
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10069
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9125
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
7604
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6844
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5633
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4275
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2972
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.