P2Pprogrammer 2 programmer


Home > Programmer2Programmer.NET Forum> ASP.NET, MVC and Web Development >> What is PostBack...

Welcome Guest My Thread | Search | Active Topics | Members | Log In | Register

NOTE : Log In required to post Replies for this discussion.
What is PostBack
AtanuMaity Posted: Saturday 02, August 2014 03:43:33 PM     
   
Please explain what is postback ?
Back to Top ^  
 AJProfessionals Posted: Saturday 13, August 2016 12:35:01 PM
  
   
Postback is to sending  information from client to web server, then web server process all those con
tents and returns back to the client. Most of the time ASP server control will cause a post back (e.
 g. buttonclick) but some don't unless you tell them to do In certain events ( Listbox Index Changed
,RadioButton Checked etc..) in an ASP.NET page upon which a PostBack might be needed
Back to Top ^ 


Home > Programmer2Programmer.NET Forum >ASP.NET, MVC and Web Development >> What is PostBack...