Asp.net supports two modes of page development:page logic code that is written inside< runat=”server”> blocks within an .aspx file and dynamically compiled the first time the page is requested on the server.page logic code that is written within an external class that
Is compiled prior to development on a server and linked “”behind “” the .aspx file at run time.
No comments:
Post a Comment