04-24-06 06:39 AM
I have a small problem with CMS and .NET 2.0. I have a web application in CM
S. This web application contains a textbox, a validator and a button. Button
has a CausesValidation to validate content of textbox. Everything worked fi
ne until I switch .NET 2.0 where validation has changed. .NET 2.0 now insert
s directly javascript to onClick method of button.
My problem is that when I run it in CMS, this javascript slightly changes -
to be exact, it translates " to " which causes a javascript er
ror.
This only occurs in CMS. If i ran this application directly from VS 2005 it
works fine and this javascript stays the same(no translation occurs).
Everything else works just fine.
Any idea? Be very appreciated.
Thanks
This code is from source code of web page in CMS:
javascript:WebForm_DoPostBackWithOptions
(new WebForm_PostBackOptions(&qu
ot;Controller_afp_applications_version20
0_unicorn_portalcs_slovnik_controlle
rs_uc001searchform_ascx:btnSearch", "", true, &am
p;quot;", "", false, false))"
[ Post a follow-up to this message ]
|