This topic is locked

Form reload deleted data

6/3/2011 8:04:13 AM
ASPRunnerPro General questions
E
erdinoxyz author

Hello.

Changing the form language will be deleted data in Login.asp page.

Entered the user name and password after selecting a new language to not change what should I do? (For Asprunner 6.0)

Thanks.

Sergey Kornilov admin 6/3/2011

This is the way how it works. You won't be able to change it.

E
erdinoxyz author 6/3/2011

For example:

in Login.asp page.

Wrote a user's user name (Typing Username: GrandAdmin)

then changed the language. (Multilanguage)(press "change language button")

And the page is reloaded again.

and lost "GrandAdmin"

I do not want to disappear ((Viewing Username: GrandAdmin)

Sergey Kornilov admin 6/3/2011

You cannot do that. It will disappear if you change the language.

E
erdinoxyz author 6/3/2011

Thanks Sergey.

Such a solution should be..

<form action="login.asp" method="post">

...

...
I share when I found the solution here.

Good luck..