Ask a Question related to ASP.NET General, Design and Development.
-
Hrvoje Vrbanc #1
Re: Problems with Central European letters in a DropDownList control
Thank you.
Unfortunately, the server with the aforementioned configuration is on the
intranet so it's not accesible from the outside.
The source code shows all Central European characters in their true forms
(unrepeatable here except, I think ©), as they should look like. I had the
similar problem on the same server with TextBoxes - in this case, CE
characters would simply get stripped and the text without them was entered
in the database. In the case of a DropDownList, as I mentioned before, if an
option with a CE letter is selected, DDL resets to first option and takes
it as selected one (if there's CE characters in the first option it removes
them from the text). Strange....
Hrvoje
"Jerry III" <jerryiii@hotmail.com> wrote in message
news:%231Q$OSEYDHA.656@tk2msftngp13.phx.gbl...It> If you have the page online send us the link so we can take a look at what
> you're serving... BTW how is that character encoded in your source code?project)> may be the compiler stripping it...
>
> Jerry
>
> "Hrvoje Vrbanc" <hrvojev@recro.hr> wrote in message
> news:%23QuNIzBYDHA.2464@TK2MSFTNGP09.phx.gbl...> .NET> > I'm sorry, it's .NET Framework 1.1 installed.
> > I have tested the same application on Windows 2000 Advanced Server with> Server....any> > Framework 1.0 installed and experienced no problems. Therefore, I missed
> > some configuration within .NET Framework 1.1. or Windows 2003> > help much appreciated!
> >
> > Hrvoje
> >
> >
> >
> > "Hrvoje Vrbanc" <hrvojev@recro.hr> wrote in message
> > news:OxUJyoBYDHA.2032@TK2MSFTNGP10.phx.gbl...> > > Hello all,
> > >
> > > I have .NET Framework 1.0 installed on Windows 2003 Server Enterprise
> > > Edition. All the regional and language options are correctly set to
> > > Croatian. I have also a project in built in VS.NET (an ASP.NETCentral> > that> > Some> > > features a DropDownList control filled with some data from a database.> > > of these data (i.e. options in the DropDownList control) containDropDownList> > > European letters. Whenever a user select such item/option,> (AutoPostBack> > > resets to first (top) item as soon as the postback executes> to> > or> > > after the click on the appropriate button). Therefore, it's impossible> big> > > select an item containing Central European letters and that's a really> is> > same> > > problem. I have tried HTML control instead of Web control but with the> > > problems.
> > >
> > > Web page itself has Charset set to Central European (Windows), Culture>> >> > > set to hr-HR Croatian, codePage is set to 1250.
> > >
> > > I would be very grateful if anyone could help me!
> > >
> > > Kind regards,
> > > Hrvoje
> > >
> > >
> >
>
Hrvoje Vrbanc Guest
-
Problems with Tiling - Printing a Banner - Letters get cut off
Hi All, I'm trying to tile and print a 10 foot banner. I set the Tiling to "Tile Full Pages" and am printing to tabloid sized paper on a large... -
How to add extra property to DropDownList control?
To the already present dropdownlist control can i add a property so that i can add text plus image to items. Actually my requirement is i want to ... -
dropdownlist control
I have a form which displays a number of text boxes that are all data bound to a dataset. I want to change one of these text boxes to be a drop... -
question on DropDownList control.
hi, a newbie question I have two dropdownlist controls, one is for years, 2000-2003, the other is for month, 1-12. I am supposed to get all the... -
DropDownList control in DataGrid
Hello all, I'l displaying a dropdownlist inside a datagrid. The problem comes when I try to get the values the user chose on postback. If I...



Reply With Quote

