473,834 Members | 1,905 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 3115
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
2080
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
1791
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
1260
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
3528
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
9797
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
9644
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10509
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10547
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
1
7757
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
6954
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
5626
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3977
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
3081
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.