What is servervariables collection in asp?
No Answer is Posted For this Question
Be the First to Post Answer
What is aspx in url?
Why do we use asp?
What are the asp objects?
What is asp give its application?
whate is @page(AspCompat) Directive in .net ?
How will you set the values for cookies?
What is the difference between asp and saas?
?onStart' and 'onEnd' are events of what object(s)? A. Application only. B. Session only. C. Server only. D. Application and Session only. E. Application, Session, and Server.
Define querystring collection in asp?
is string is a value type or reference type?
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")
Describe ways to present an arbitrary endpoint (URL) and route requests to that endpoint to ASP.NET.