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:

Custom Server Controls :: How To Make Hijri Calendar (arabic One)

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

How To Make String With Arabic Chars Display Correctly On Web Page

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

Web Forms :: Cookies Not Coming In Arabic?

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

Web Forms :: Converting Website To Arabic

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

Web Forms :: How To Show Arabic Name In Pic Name / Mode Inline

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

Web Forms :: Arabic Characters Not Showing Properly?

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

Web Forms :: Change Web Application Language To Arabic?

Jan 19, 2011

i want to switch between english and arabic languages.

View 1 Replies

Web Forms :: Sending Arabic Text In QueryString?

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

Web Forms :: Calendar With Arabic Hijri Dates In It?

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

Web Forms :: How To Force Gregorian DateTime In Arabic Culture

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

Web Forms :: How To Display English And Arabic Contents On Same Page

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

Web Forms :: Using Menu For Arabic / Urdu And Persian Languages With RTL Text Direction?

May 7, 2015

How can I make RTL ASP.Net Menu using CSS or Skin File not markup?

View 1 Replies

How To Make Requiredfieldvalidator Error Message Display After Click Submit Button

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

Regular Expression Required For Arabic?

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

Arabic Date Displaying Incorrectly?

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

Translate Numeric To Arabic Numbers?

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

Localization :: Arabic Text In English And Viceversa?

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

Localization :: Sending Arabic Text In Querystring

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

Localization :: Convert Arabic Text To Unicode?

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

Visual Studio :: Arabic Text Is Not Working?

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

Localization :: Arabic Font Is Getting Corrupted Format?

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

Localization :: Application Not Supported Arabic On Server?

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

Configuration :: Win 2008 Not Saving Arabic It Is Showing?

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

C# - How To Make The Content Of The Popup Make A PostBack Only When It's Appeared

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







Copyrights 2005-15 www.BigResource.com, All rights reserved