The Page_Load ( )subroutine
runs EVERY time the page is loaded. If you want to execute the code in the
Page_Load( ) subroutine only the FIRST time the page is loaded, you can use the
Page.IsPostBack property. If the Page.IsPostBack property is false, the page is
loaded for the first time, if it is true; the page is posted back to the server
(i.e. from a button click on a form)
This blog is emphasizing over the technical concepts which are being currently demanded in IT Sector.
Subscribe to:
Post Comments (Atom)
CLASS 10 AI MCQS 2025-26
1. Which of the following is NOT one of the four main principles of bioethics? a) Autonomy b) Justice ...
-
Search Engine Optimization notes
-
1) It is used to display data in single column. 2) No Manipulation is allowed in data repeater. 3) There are no Paging ...
-
Facebook style Login Page in HTML and CSS along with JavaScript Validations <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 T...
No comments:
Post a Comment