sql connection

sql connection

University

5 Qs

quiz-placeholder

Similar activities

Exploring Food Chains and Webs

Exploring Food Chains and Webs

6th Grade - University

10 Qs

Didactica del uso de Recursos Informaticos

Didactica del uso de Recursos Informaticos

University

10 Qs

Platform Technology - Prelim Quiz

Platform Technology - Prelim Quiz

University

10 Qs

Introduction to Desktop Software

Introduction to Desktop Software

University - Professional Development

10 Qs

Capacidad de Uso del Suelo

Capacidad de Uso del Suelo

University

10 Qs

Examen Diagnóstico -  BT2020

Examen Diagnóstico - BT2020

University

10 Qs

Quiz MCC

Quiz MCC

University

10 Qs

Web 2.0 & Web 3.0

Web 2.0 & Web 3.0

University

10 Qs

sql connection

sql connection

Assessment

Quiz

Science

University

Hard

Created by

BRINTHA S

Used 2+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

 Syntax for closing and opening the connection in ADO.net is _____ __

sqlConn.Open() and sqlConn.close()

sqlConn.open() and sqlConn.Close()

sqlConn.Open() and sqlConn.Close()

None of the above

2.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Which of the following technologies are also used with ASP.NET?

CSS

JavaScript

AJAX

All

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

In which form does Postback occur?

Win Forms

HTML Forms

Web Forms

All

4.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

What is the correct use of the web.config file?

To store global information and variable definitions

To configure the domain server

To configure to domain client

Store information about web browser

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Is ASP.NET web form supports an event-driven application model?

True

False