Tag: web technology

Questions Related to web technology

select stuff('abcdef',3,2,'YZ')

  1. abcYZef

  2. abYZef

  3. aYZdef

  4. abYZcdef


Correct Option: B

select str('123.45',8,4)

  1. 123.4500

  2. 123.0000

  3. 1234.000

  4. 1234.500


Correct Option: A
  1. fasdfs

  2. fas

  3. fasd

  4. fasdfsadf


Correct Option: D

test5

  1. 2

  2. 8

  3. 9

  4. 0


Correct Option: B

The result of below statement will be - Select * from employee where EMPID = 100 AND CITY = "NEW YORK"

  1. All Employees data

  2. Employees data whose employee ID is 100 and City is NEW YORK

  3. Employees data whose employee ID is either 100 or city is NEW YORK

  4. Employees data whose employee ID lies between 1000 and 100 and city is NEW YORK


Correct Option: B

What are the new data controls introduced in .NET 3.5?

  1. ListView and DataPager

  2. TextBox and ListBox

  3. RadioButton and RadioButtonList

  4. AdRotator and XML


Correct Option: A
  1. Microsoft .NET 2.0

  2. Microsoft .NET 3.0

  3. Microsoft .NET 3.5

  4. Microsoft .NET 1.1


Correct Option: D
  1. ILDASM tool

  2. Remote Spy

  3. ASP.NET Merge Tool

  4. Remote File Viewer


Correct Option: C

Intellisense has been provided for?

  1. JavaScript and AJAX

  2. CSS

  3. LINQ

  4. HTML


Correct Option: A