I need to postback to an other page.

J

jensen bredal

This is an essential feature which is not supported by the current version
of asp.net .

Does anyone know of any workaround trick to do it anyway?


Many thanks in advance
JB
 
J

jensen bredal

I have desabled session in my app so thie solution suggested might ot apply.

Thanks
JB
 
J

jensen bredal

What choices do you have when the new page is opened using

window.open()?

The solution described above do not seem to work in this case.
 
J

Juan T. Llibre

1. Why do you think that disabling session
would impede posting data to another page ?

2. Why do you think a non-native method to ASP.NET,
like window.open, should be responsive to ASP.NET ?

Also, please leave enough text quoted from the previous
reply, so that readers know what you're referring to, OK ?

If you reply without quoting relevant material,
you make it real hard to follow the thread.
 
J

Juan T. Llibre

E

Eli Heifetz

Why not to use
<form action="another.aspx" ...

Also, form.action is accessible with script on client
 
E

Eli Heifetz

Why not to use
Have you tried to do that ? What was the result ?

I'm controlling the form.action by the client script, it works.
IMHO <form action="" should work also
 

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

No members online now.

Forum statistics

Threads
474,436
Messages
2,571,696
Members
48,796
Latest member
Greg L.
Top