How will you set the values for cookies?
Answer / sowmya
<% Response.Cookies("variable name ")="value" %>.
| Is This Answer Correct ? | 1 Yes | 0 No |
how many Controls are there in ASP.Net ? Define with Examples ?
whate is AutoEventWireup in .net ?
How many Max Cookies can we create in Server? A. 10 B. 20 C. 30 D. 40
What is aspx format?
Name the control which would you use if you needed to make sure the values in two different controls matched?
Can I use the win32 api from a .net framework program?
What is the work of asp?
What is a session?
What is Server Object?
Explain what are the methods in session object in asp?
The FileSystemObject provides an object interface to drives, directories, and files for which of the following? A. Any local or mapped drive on either the server or the client. B. Only files and subdirectories in the web site's home directory. C. Any local physical drive or mapped drive on the web server. D. Any file system physically located on the web server. E. The client's computer.
Explain the advantages of using asp?