PostBack basic question

A

Aleksandr Ayzin

Hi,

Basic question about PostBack: would it be accurate to say that PostBack is
a direct result of triggered event that happened on the form(button clicked,
text typed into textbox, so on). Is that the only way to trigger postback
(esides AutoPostBack = True)or some other actions might initiate it?

Thanks,
--Alex
 
E

Eliyahu Goldin

Alex,

Your statement is just a part of the picture. ASP.NET emits client-side code
capable of sending postbacks in response to some events. There are also
other ways to cause a postback Client side form.submit() call will result in
a postback. You can even make a direct call to _doPostBack javascript
function (NOT RECOMMENDED!!!).

Eliyahu
 

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
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top