What is asp content?
No Answer is Posted For this Question
Be the First to Post Answer
How does non-deterministic garbage collection affect my code?
what is the need of a sealed class when we are having a structure
What are the methods in Application Object?
sir,please send me the NIC exam questions
How are sessions maintained? A. The browser sends a cookie to the server with each request. B. The browser sends a Querystring variable to the server with each request. C. The browser sends a hidden Form variable to the server with each request. D. The browser sends a long variable to the server in the BODY of each request. E. None of the above.
What is aspx used for?
Which line of code would instantiate the Browser Capabilities component? A. objBrowser = Server.CreateObject("MSWC.BrowserType") B. Set objBrowser = Server.CreateObject("MSWC.BrowserType") C. var objBrowser = Server.CreateObject("MSWC.BrowserType") D. var objBrowser = CreateObject("MSWC.BrowserType") E. var objBrowser = Server.CreateObject("BrowserType")
What is difference between asp and aspx?
What is the difference between Cookies collection and Form/Querystring collection?
What is asp life cycle?
Define a variable?
What is asp in web?