post back

V

ven

what method do post back of page in asp.net ??
i know about autopostback but i need method that make post back when i wanna
do it

thank`s

Pat
 
K

Kevin Spencer

A PostBack is caused by a combination of putting some event information into
a couple of hidden fields via JavaScript, and then submitting the form. Of
course, you could just submit the form. And, of course, this all happens on
the client-side browser.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
I get paid good money to
solve puzzles for a living
 
G

Girish Bharadwaj

If you really want to create PostBack request on the client side from your
server side code for certain things, Check out help for
GetPostBackEventReference. Of course, that is only part of the puzzle. The
example in there might get you started.
 

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,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top