Force a PAge postback

T

Tim Harmon

How would I force a page post back to then use the page parameters to
collect sellected control states like check boxes to be used in another asp
page?
 
G

GroupReader

You'll need to be more specific. Do you mean from javascript?

Asp.net triggers a postback by calling the __doPostBack('EventTarget',
'EventArgument') javascript function... which does a form submit. You
can create your own function just like it... or call __doPostBack if
you are sure it will be on the page. Use "view source" to see the code.
 

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

Staff online

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,012
Latest member
RoxanneDzm

Latest Threads

Top