How will you set the values for cookies?
Answer / sowmya
<% Response.Cookies("variable name ")="value" %>.
| Is This Answer Correct ? | 1 Yes | 0 No |
Define request object?
What is the purpose of application.lock method?
Explain the tags necessary to be present within the tag ?
what are web handlers?
Explain the difference between sap r/2 and r/3?
What are the asp components?
What is the difference between Cookies collection and Form/Querystring collection?
What are the properties of session object?
What are server-side includes?
what is STLC in Testing
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 does Server.MapPath do?