Changing Foms does not work?Pleas help!!

A

al

Greeings All,

Your kine help is really appreciated.

I have this simple UserControl(ChangeDirection.aspx) with a button on
it to trigger change of Browser direction,right to left(rtl)(there is
another button that does the opposite), and in the process of changing
directions, it displays (using Response.Redirect) another
webform(ProcessDirection.aspx) to inform user the direction is being
changed. Then It should change directin of the original form before
redirection and show it to user.

The problem i'm facing is, it only redirects and stays there without
changing the direction of the orignial form before redirection

Code:

Sub btn_ServerClick(ByVal sender As System.Object, ByVal e As
System.EventArgs) Handles btn.ServerClick

Response.Redirect("ProcessDirection.aspx")'this dislays the message
to user
Response.Flush()'completes processing of showing message to user
Response.Write("<script>document.dir=""rtl""</script>")'this should
now change

''the direction of the original form befor redirection, but it is not
working??



MTIA,
Grawsha
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,772
Messages
2,569,593
Members
45,109
Latest member
JanieMalco
Top