ASP Programming Question:
Download Questions PDF

What are the attributes of the tags? What are their functions?

Answer:

The two attributes are ACTION and METHOD
The ACTION gives the name of the ASP file that should be opened next by which this file can access the information given in the form The METHOD determines which of the two ways (POST or GET) the browser can send the information to the server

Download ASP Programming Interview Questions And Answers PDF

Previous QuestionNext Question
What is Querystring collection in ASP?What are the methods in Session Object in ASP?