Tag: web technology

Questions Related to web technology

How do you register a user control?

  1. Add Tag prefix, Tag name

  2. Add Source, Tag prefix

  3. Add Src, Tagprefix, Tagname

  4. None of these


Correct Option: B

AI Explanation

To register a user control in ASP.NET, you need to add the source and tag prefix. Let's go through each option to understand why it is correct or incorrect:

Option A) Add Tag prefix, Tag name - This option is incorrect because it does not include the source attribute, which is necessary to specify the location of the user control.

Option B) Add Source, Tag prefix - This option is correct because it includes both the source attribute and the tag prefix. The source attribute specifies the location of the user control, and the tag prefix allows you to use the user control in your markup.

Option C) Add Src, Tagprefix, Tagname - This option is incorrect because it uses "Src" instead of "Source" to specify the location of the user control. The correct attribute name is "Source".

Option D) None of these - This option is incorrect because the correct answer is option B, which includes the source and tag prefix.

The correct answer is B. This option is correct because it includes both the source attribute and the tag prefix, which are required to register a user control in ASP.NET.

  1. Its a protocol for calling services

  2. Its a registry for discovering services

  3. Its an xml file for defining the methods that can be called over the web.

  4. None of the above


Correct Option: C

What are advantages of writing web services as compared to other native ways like EJB, COM/DCOM and CORBA.

  1. Open Standard

  2. Secure

  3. Text Based Response

  4. All of Them


Correct Option: A,C
  1. A Web service

  2. A tool to generate Web services from java classes.

  3. A tool to generate web service stubs.

  4. All of the above.


Correct Option: B,C