Arabic Text

I'm having problem with arabic text. I entered arabic text correctly in SQL server but when i retrieve and display that text:

Response.write RS("ArabicText")

It show some strange characters like... ãíÔ ÊÔãÓíÈ ÓíÊÈÎÊÕËÊÞÎåÊË

How can i fix it so that text can be displayed in proper arabic way. I'm using ASP3/SQL Server.

View Replies


ADVERTISEMENT

Arabic / Russian Text In Asp/ie Built-in Editor/access

I am to develop a multi-lingual website / content management system. I will use ASP (IIS on swedish or english windows 2000), Access, and for the content editing i will use the built-in editor in IE (in an IFRAME). Primary languages/charsets, apart from the western languages (swedish, english etc) will be russian and arabic.

Does anyone know how (if) this works? What should my main concerns be, will it work and what will the likely problems be?

I've tried to insert arabic text in regular text-fields in existing applications, but when they reach the database the text has been alterd. Though I can paste the same text directly into the database. Why?

View Replies View Related

Arabic & ASP

What do I need to do in my ASP pages to display Arabic content? Does anything need to be done to the webserver too [iis6]?

View Replies View Related

Arabic Fields Name

i want to know can i use arabic language to name the fields of table on access database and then use this names on ASP code and ....

View Replies View Related

Arabic In SQL Server

How can we order our result alphabeticly in arabic without using Collation ? for eg:

select * from Instructions_ar order by INST_title

View Replies View Related

Name Of Arabic Font Which Can Be Embedded

my problem is that i want to convert my web pages into Arabic. and for
this I have already install Arabic font in my pc but the problem is that
once i select that specific Arabic font the text is still written in
English . Can u please suggest me some embedded Arabic fonts which are
when selected will write Arabic rather than English.

View Replies View Related

Convert To Arabic Language

text into the text box with shift+alt key.
A normal user is unaware of it. ifI upload pages into my remote domain. There how a person who has not installed arabic in his pc is able to enter arabic. now i think my concern will be more clear to u if u need some further assistance then don't hesitate to ask.

View Replies View Related

Arabic Problem Using Asp And Access

I have a very big problem regarding using Arabic Character set .

I'm Developing an Arabic Web Site using Asp and connecting to Access
Database .

but i have a problem retreiving data from database after i uploaded
site to the hosing server ....

All the arabic data retreived from database using Asp appears as
question marks ??????? and only staic arabic written in asp pages
appears well but which retreived from database appears wrong .

I put charset=windows-1256 in all my Asp pages and the hosting site
support told us that they enabled Arabic in there system "Windows" .

View Replies View Related

Converting Arabic English Numbers

I am developing a database driven website wherein I am using MS SQL Server as my backend and I am accessing this database through some forms. My problem is I want these forms to be filled in both in English and in Arabic as well as desired by the user.
But the values that are to be inserted in the database should be english only. That is I want to convert these arabic numbers that the user enters, into their corresponding english numerals and then insert them in the database.
Is this possible in ASP or should it be done on the database side.

View Replies View Related

Language Conversion From English To Arabic

I'm working on asp project, access 2000 at backend.I can write arabic text and arabic numbers in textbox and save them in database.but if i see these records, arabic text and arabic numbers,it is ok,if my computer is arabicenable.

If my computer is not arabic enable then it show arabic number into english numbers. how can i show arabic numbers instead of english numbers if my computer is not arabic enable. Please tell me i'm working on a project i have to complete it. How can i convert english numbers that are coming from database and convert that numbers in arabic for show.

I have used:

<meta http-equiv="Content-Type" content="text/html; charset=windows-1256"> ...

View Replies View Related

How To Convert The Web Page Into Arabic Language

How can I convert my web pages into Arabic in such a manner that the
value in the text boxes will be in Arabic rather than English. The thing
I know is just the code for Arabic is "ar-sa" and nothing more. Code:

View Replies View Related

Inserting Arabic Data Into Access Database

I am trying to save arabic data from asp and it's not being saved with right encoding. i tried with both code pages 1252 and 1256. each time i am getting different set of characters in db, but not as i am entering in asp page.

when i retrieve arabic data from database and display in web pages it's showing correct text.

i am using following code in asp side: ....

View Replies View Related

English Numbers Into Arabic Numbers

I'm working on asp project, access 2000 at backend.I can write arabic text and arabic
numbers in textbox and save them in database.but if i see these records, arabic text and arabic numbers,it is ok,if my computer is arabicenable.

If my computer is not arabic enable then it show arabic number into english numbers.
how can i show arabic numbers instead of english numbers if my computer is not arabic
enable.i'm working on a project i have to complete it.How can i convert english numbers that are coming from database and convert that numbers in arabic for show.

I have use

<meta http-equiv="Content-Type" content="text/html; charset=windows-1256">
I shall be very thankful to you for this purpose.

View Replies View Related

Controlling Text In A Text Area Or Text

I have this problem in controlling a the text in a Text Area. How can I do
that for example the field size is 200, when it reaches 50 it automatically
goes to the next line. Bcoz im having problem when viewing it in my report,
it continuesly views in a strieght line and im having problem in printing.

View Replies View Related

International Text And FSO Created Text Files

When using ASP's FileSystemObject to create text files, I am unable to get user submitted text (in Hebrew) to save as anything other than "?????". The text file is being saved in Unicode and setting the CodePage in ASP proved unsuccessful. Strangely, hard coded Hebrew text in an ASP variable does add to the text file correctly.

Any ideas of why this happens and how to get it to work correctly?

View Replies View Related

Text Area Limited Text

I have a text area which I want to limit the number of words or number of text entered into it. Is this possible?

<textarea name="textarea" cols="35" rows="5"></textarea>

In the text area above, can I say limit the person filling in the text area to say 100 characters?

View Replies View Related

Text Box In Form Cutting Text

I have a form on asp page that pulls info from a DB when the page loads.
It them puts the info into text boxes on the page that are editable by the
user.

The only problem I have is say in the description text box it should
read "HP Laserjet 5Si" , it always cuts the text off where it just says "HP"
.. It does this on all the text boxes? I can't seem to figure out why it
is doing it. Here is the sample code:

With quotes around <%= vdesc%>

<td><input name="desc" type="text" id="desc" size="45" value="<%=
vdesc%>"></td>

And I tried it without.

View Replies View Related

Regular Expression Of Text OR Text OR Etc...

I have text in a field coming from a database. The text has various
forms such as:

text1
text1 or text2
text1 or text2 or text3
text1; or text2
text1; or text2; or text3
etc...

how can I parse this with a reg ex? I tried this:

(.+);? or

but it only captures 1 submatch (text1) and only if theres an "or"
after it

I'd like to get 1 submatch for each piece of text separated by the
"or", just the text itself if there is no or.

Anyone know how to do it?

View Replies View Related

Controlling Text In A Text Area

I have this problem in controlling a text in a Text Area. How can I do that, for example the field size is 200, when it reaches 50 it automatically goes to the next line. Because im having problem when viewing text in my report, it continuesly views in a straight line. Can you give me ASP code for that.

View Replies View Related

Hover Over Text To Bring Up Text

I have text - ARI Promise, when I hover over the text I would like a box to appear with the Promise information. It would be several paragraphs that need to be formatted with paragraph and bullets. Is this possible to do? If so how would I go about it?

View Replies View Related

Display Text In Text Box

I have a search page, after search returns value I want to display fields in text box instead of table.

View Replies View Related

Error In Asp Text: Command Text Not Set For The Command

I am getting the above error in an asp page. Not sure why? The error details is given below. Code:

View Replies View Related

Text Box

I'm trying to make a text box for comments. I know how to put one value into a text box like name, but i'm not sure how to pull multi-values. I want to be able to display the time,user and comment in a text box. I don't know how to go about this. The comments are stored in a different table and there can be many comments for one policy.

What i did was i have asp code the displays all the comments and puts it into a table, but i want to put this into a text box not sure how to go about it. Here is the code i'm using. the reason why i need it to be in a text box is so the user can update it, does anybody have any ideas. Code:

View Replies View Related

Text Value

I have a drop down as below.

<select id="drp1">
<option value="1">One</option>
<option value="2">Two</option>
</select>


I need the text value of the drop down box.

Request.form("drp1").value is giving 1 , but I need the value "One". How can
I do this.

View Replies View Related

Text Box

1) How do I check for a text box with a null value?
2) How do I check for a text box that doesn't have a valid number/ integer inside it?

View Replies View Related

Text Box

I am trying to create a text box in ASP which automatically populates itself with the person's name who is currently viewing the page.I want it to retrieve the name from Active Directory.The text box populates itself when the page is loaded.
The Active Directory code for name is 'cn'.So when logged on users name = 'cn' display the name in the textbox.

View Replies View Related

Put Text From

I'm putting a standard mail page together, that will allow my users to
sent templete emails out to people.

The files are stored in textfiles.I have come up with a script to produce the names into a Select list, but know i'm wanting them to be read into a textarea box,to allow me to submit them into from the form into the sendmail.asp page! but the only way i can pass them out, is into a iframe, whichd oesn't seem to allow me to then pass them into the sendmail.asp page.

View Replies View Related

Getting Text Into SQL

I have an ASP page to be used as a Softball Roster. The user will enter their roster information and the information will then go into a SQL database. My problem is this... I keep getting this error "String or Binary Data would be truncated". I figured out what this message meant and I have printed my variable to the screen to see what I get.

As an example what I get for my variable PlayerFirstName is Joe, John, Henry, Alex. I only want one name at a time so that I can import them into SQL. How do I parse my line apart so that I can loop through it and pull off only one item at a time and put it into SQL?

View Replies View Related

Text File

how can i write a line to a text file? also, how can i put every line of a text file into an array - and see whether a value mathes any of the lines in the array?

View Replies View Related

Non Editable Text Box

I'm writing an intranet and I need to put something like a non-editable
scrolling text box on the home page where daily announcements can be placed.
I've tried adding a scrolling text box, but I am not sure how to make it
non-editable.

Is there any way I can fill the textbox using something like
textstream? I would imagine one person in the organisation would be in
charge of adding this text somehow. I'm a bit lost in trying to find the
best method.

View Replies View Related

Text Processing

Do you guys know how to parse an input(text) to verify if it contains special characters. The input should accept numbers or letters only.

View Replies View Related

Trimming Text

I know that trim removes white space and the LTrim and R trim removes space from the left or right but how would i trim a string after 20 characters so that i could add ... to the end of the new trimmed string???

View Replies View Related

Checkbox Vs Text Box

I have a form with multiple records.

My intention is to have the user click a checkbox for each product he wants.
Then submit the form placing multiple items in his cart.

If I use a text box like the following and enter a 1 for each product,
submit, no problem.

The user gets the products he wants.
<input name="qty" type="text" value="0">

However, if I use the following checkbox code, and assuming the user checks
4 products half way down the page, he will get the first 4 products in the
recordset. If he clicks 1 checkbox, he will always get the first product,
not the product he chose. <input name="qty" type="checkbox" value="1">

What I have found is when I submit the form to a blank test page using
checkoxes or text boxes, there's a considerable difference. The text boxes
deliver a comma delimination for each occurance. The checkboxes only offer
comma delimination for each checkbox that is selected. At this point, I'm
assuming that's the difference between the two and it cannot be changed
through HTML.

View Replies View Related







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