|
What is the name of the property of ASP.NET page that you can query to determine that a ASP.NET page is being requested not data being submitted to web server?
Answer Description: If “IsPostBack” is true then data is being sent back to the web server. If “IsPostBack” is false then it is a request sent to web server.
Posted By:wahlin.dan6@...
View Count:
|
|