Web Forms :: How To Make The Error Message To Be Appeared In Arabic When The Arabic Button Is Selected
Mar 18, 2010
As i am using asp validation and they are working fine,my next issue is how to make appear the requiredfield validator into arabic as well,because i am developing multilanguage webisite n now how can i make the error message to be appeared in arabic when
the arabic button is selected
< asp:RequiredFieldValidator
ID="RequiredFieldValidator1"
runat="server" [code]...
View 8 Replies
Similar Messages:
Jun 23, 2010
how can i make hijri calender(arabic one) i prefer using custom control i tried Telerik but it has problem it display monthes in hijri but year still 2010 ,2009 and so on,i aslo want the user to select date (hijri) from calender and can not type on it just select between date and save it in database
View 3 Replies
Jul 14, 2010
on my page i have a time range printed in the format of 12:00 AM - 12:00 PM i have to display this appropriately for whatever culture the browser supplies. i'm having an issue with arabic (ar-ae): the am/pm indicator seems to change the text ordering for part of the string. the string has the right characters in the right places in memory, but shows them in a different order.
so for my start and end times, i have strings like 03:00 ص and 11:00 مand then i put them together like
string dummytext = t1string + " - " + t2string; when the page is written, the range is displayed as 03:00 ص - 11:00 م i've tried putting each piece in a Label control and wrapping everything in a div with dir="ltr" and haven't made any progress. this is happening in a table cell if it makes any difference.
View 2 Replies
Jun 10, 2010
I have a website which is in arabic. I am saving the username in cookies and displaying the username in label from cookies. But it is not coming in arabic. When i rum my website locally it works fine but on server it is not working.
My code is
[code]....
View 5 Replies
Dec 20, 2012
I need to convert my asp.net website to Arabic on a button click. My website renders data from database and also html tags. I am aware that i can achive this using google translator, But I am not looking for that.Â
Below is my requirement.
My site will load in english as default languge and there will be an option(may be a button) to convert the site content to arabic. I need to achive this with minimum time.
View 1 Replies
Jun 2, 2010
I wanted to know If I want Arabic file names so I choose Inline mode What should I do Attachmnt mode, no problem Mode inline, problem
for example:
Title = "الرØمان.jpg"
Response.AddHeader("Content-Disposition", "inline; filename=" & Server.UrlEncode(Title))
Once you want to download to this pic , show file name below
_1_~2.JPG
View 9 Replies
Dec 27, 2010
I have arabic text recorded in ntext field inside database. The record looks ok in table rows but while retreiving and displaying on web page it shows something like these characters 1.شÙŠءIs there any solution or I am missing anything. I have tried with different meta tags and character sets,
View 1 Replies
Jan 19, 2011
i want to switch between english and arabic languages.
View 1 Replies
Jan 21, 2010
I am sending arabic text in querystring to SMS gateway website by using the follwoing code:
protected void Button1_Click(object sender, EventArgs e)
{
string cellno,username,password ;
cellno = "966505326609";
username = "Aazar Jameel";
[Code]....
View 7 Replies
Jan 11, 2013
i am making a web form in which there is a calender as per requirement i want to display English calendar with hijri calendar in calendar control in asp.net.
View 1 Replies
Jul 17, 2015
I am showing the pages in English and Arabic using Local Resources in my website. My problem is that in English Page DateTime is showing in Gregorian date and in Arabic Pages it is showing in Hijri date. I want to show Gregorian date in both English and Arabic Pages.
View 1 Replies
Jun 16, 2015
I want to display English and Arabic Contents on the same page using App_LocalResources in ASP.Net, C# and SQL Server. For English its Menu should be left side, text alignment should be left and page contents direction should be left to right.  For Arabic its Menu should be right side, text alignment should be right and page contents direction should be right to left. How I will develop it ...
View 1 Replies
May 7, 2015
How can I make RTL ASP.Net Menu using CSS or Skin File not markup?
View 1 Replies
May 18, 2010
now, the error message will display if I move out of current textbox. I don't want to display it until I click submit button.
View 4 Replies
Dec 7, 2010
I need regular expression which allows arabic + any string and also restrict characters to 90 not more than that, if i enter alphabets and arabic and spaces or special characters then that must be allowed but characters must be only 90
View 1 Replies
Mar 21, 2011
I'm using the following code to display an arabic date:
Dim dtFormat As DateTimeFormatInfo = New CultureInfo("ar-sa", False).DateTimeFormat
dtFormat.Calendar = New HijriCalendar()
Dim hijriDate As String = Now.ToString("d MMMM yyyy", dtFormat)
Today this is displaying as 16 ربيع الثاني 1432. However, according to a user, the arabic text should be in the middle with the year 1432 at the end.
However, when you highlight the text, it highlights back to front.
View 1 Replies
Oct 5, 2010
how to translate the numeric to arabic numbers in label.. anyone?
here's my code:
passportlabela.Text = "" + drReaderb["DOC_NUMBER"].ToString() + "";
i want to translate the doc_number = 12345 in arabic numbers
View 1 Replies
Apr 14, 2010
I have developed a website in English, i want this application to be in arabic also. Say suppose there are 50 members 30 knew english and 20 knew arabic , when i open my application it should open to them in specific language.
my application will have many entry fields(name,address..) and buttons to save , search. The arabic text entered in textbox should be viewable by both english and arabic known guys in their respective language. (ie) the arabic text should be readable in english for english known person and in arabic for arabic known person and viceversa., so that 50 member details should be viewable to 50 persons in their language.
View 7 Replies
Jan 21, 2010
I am sending arabic text in querystring to SMS gateway website by using the follwoing code:
protected void Button1_Click(object sender, EventArgs e)
string cellno,username,password ;
cellno = "966505326609";
username = "Aazar Jameel";
password = "12345678";
string val01,val02,val03,val04;
[code]...
View 2 Replies
Jun 28, 2010
Am developing a SMS Application, from there I have to send Arabic text by SMS, problem is that SMS Gateway does not accept Arabic text directly, Gateway accept Arabic text in Unicode/UCS2 format. So I need code to convert Arabic text in Unicode Format.
View 5 Replies
Dec 20, 2010
the arabic text is not working in my visual studio 2005 but i already add the saudi arabia (arabic) in my regional settings in my control panel. the arabic text appears like a square in my code in vs 2005.
View 2 Replies
Feb 6, 2010
i am getting arabic words like as follows in my system (server 2003) "ÎÕÈ ÈÎÇ" .
same words getting correctly in another machine.
artro.ttf and artrbdo.ttf files i nstalled in font folder.
View 1 Replies
Feb 16, 2010
My application is in arabic. When i run my application locally it is working fine but after uploading it on the server, the arabic content is not showing. All my labels and HTML content are not showing in arabic. I am using Master Page.
View 2 Replies
Mar 21, 2011
I am using win 2008 Server with visual studio 2008 ,when i try to save my data through store procedure from my online application it is saving prefect arabic data in database but when i try to save data with inline query through my application is showing like question marks
View 5 Replies
Jan 29, 2011
I have a user control is shown through a SimpleModal popup (JQuery), this user control gets some data from database and displays them (the details of a record).
The problem is that this user control makes a round-trip to gets the data every PostBack for the parent page even it's hidden.
I wonder if I could make it gets its data only if the popup is appeared.
I tried to put it inside a Panel with false for Visible property and change it to true when I open the popup, but it stil call Page_Load which gets the data from database!
View 2 Replies