0% found this document useful (0 votes)
45 views2 pages

QPVisual Basic Net

The document contains questions about .NET framework, ADO.NET architecture, object-oriented programming concepts like overriding and inheritance, file input/output using file streams, working with datasets and bound controls in ASP.NET, session state management, designing a login form, and short notes on abstract classes, access modifiers, collection objects, and data grid controls.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
45 views2 pages

QPVisual Basic Net

The document contains questions about .NET framework, ADO.NET architecture, object-oriented programming concepts like overriding and inheritance, file input/output using file streams, working with datasets and bound controls in ASP.NET, session state management, designing a login form, and short notes on abstract classes, access modifiers, collection objects, and data grid controls.
Copyright
© Attribution Non-Commercial (BY-NC)
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

MAY 2007 [3177]- 402

VISUAL BASIC NET


Q.1) Explain .NET Framewrok

Q.2) Explain ADO.NET Architecture

Q.3) a) Explain Concept to Overriding with example.

b) Write code to create User defined namespace Bank and define two classes
under Bank –

Class name - employee having following attributes ssn, empanem

Class Account having attributes – acno holdername

Q.4 Define Base class shape having following methods :

a) Area

b) Parameter

Define class Circle will have attribute radius…

Q.5 Write sectional code to –

Copy the contents of source file(c:\student.txt) to destination file


(c:\copystudent.txt) using file stream class.

Q.6 Write steps to create new connection, data adapter, dataset using server
explorer.

Set the properties for controls

Write sectional code to navigate thorough dataset using bound controls


( First, Last, Next, Previous)

Name of the database = “Admission”

User id = “MCM”

Password = “PUNE”

Server = SQL server


Table name : Student (Rollno, Name, FeesPaid)
Q.7 a) How to preserve information in ASP.NET

b) Design Login From and Write Sectional code to check whether the login is
correct. If the login is correct transfer the control to welcome.htm else
display error message (Make your assumption to solve the above problem)

Q.8 Write short notes :


a) Abstract Class
b) Access Specifies – Friend, Public, Private
c) Collection Objects
d) Data Grid Control

You might also like