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)
QUICK REVISION of the Informatics Practices Examination
QUICK REVISION of the Informatics Practices Examination Data Types Every value belongs to a specific data type in Python. Data type iden...
-
Search Engine Optimization notes
-
NOTES OF SESSION HIJECKING AND XSS ATTACKS
-
.NET Framework The .NET Framework is a software framework developed by Microsoft that runs primarily on Microsoft windo...
No comments:
Post a Comment