ASP Programming Question:
Download Questions PDF

What are the tags necessary to be present within the tag ?

Answer:

-----tag: Provides input spaces (text boxes, combo boxes, radio button, etc.) on a form called fields. It has three attributes TYPE, NAME and VALUE. TYPE provides the characteristics of the field and the NAME specifies a name to the field by which it can be referred.

Download ASP Programming Interview Questions And Answers PDF

Previous QuestionNext Question
What are the tasks performed by <> tags?How do you create a recordset object in VBScript?