Saving Arabic Text
Hi,
I'm trying to save arabic text through sql query. I'm selecting text
from a combo box and using the code "String test =
request.getParameter("hidden"); "
When i'm displaying a java message box the arabic text is displaying
like boxes but when i'm displaying message using 'alert' in jsp, arabic
is coming fine.
Problem seems to be in "request.getParameter("hidden") .
Plz advise some solution.
Thanx.
.
Relevant Pages
- Re: Connecting lists web parts without displaying the connectable column?
... I discovered a way to do this when I was messing about with web parts. ... have however been selected and therefore *are* available for the connecting ... So by messing around and with luck in your choice of selecting fields you ... >> there is a way to do this connection without displaying the columns? ... (microsoft.public.sharepoint.windowsservices) - Re: Feel dumb for having to ask...
... but my current frustration is selecting a specific value from ... the value -after- the form loads, but at first that box needs to be ... selected and displaying records. ... the first control in the tab list and add the line: ... (microsoft.public.access.formscoding) - Re: Feel dumb for having to ask...
... but my current frustration is selecting a specific value from ... selected and displaying records. ... It will be referencing a value on another form that will stay open ... the first control in the tab list and add the line: ... (microsoft.public.access.formscoding) - Re: Form Question - Auto-populate a field based on a pulldown sele
... value1 respectively in the original code) by using the onchange function in the head section. ... Selecting Plums will just send ... | in the submitted form. ... |> Just delete the line of code displaying the option selected ... (microsoft.public.frontpage.programming) - Re: DropDownList problem with SelectedIndex
... SelectedItem.value to populate the Data 'm displaying ... >> When selecting a DropDownlList to display some Data based on the ... >> it gives an error "Object reference not set to an instance of an ... (microsoft.public.dotnet.framework.aspnet) |
|