call the PostBack MANUALLY with script!

M

Massimo

Is possible call the PostBack of an asp page by code? The result I want to
obtain is the itself one as the pressure of a button with "submit"! Thanks
 
I

Ignacio Machin ( .NET/ C# MVP )

Is possible call the PostBack of an asp page by code? The result I want to
obtain is the itself one as the pressure of a button with "submit"! Thanks

just do a submit() of the form:
document.forms[0].submit()
 

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

Top