Find jobs | Jobseekers
Employer login
About us Sitemap of www.CareerRide.com Sitemap FAQ related with www.CareerRide.com FAQ Click here to Contact us Contact
       
Submit Resume Free ! | Access Resume Free !
Home Career Services Resume Services Interview questions Articles Books
Content
ASP.NET Part 1
ASP.NET Part 2
ASP.NET Part 3
ASP.NET Part 4
ASP.NET Part 5
ASP.NET Advantages
ASP.NET Issues
ASP.NET Life cycle
ASP.NET Server control
ASP.NET Server vs. HTML
ASP.NET Datalist control
ASP.NET Application & session
ASP.NET Navigation method
ASP.NET Validation control
ASP.NET State Management
ASP.NET Caching
ASP.NET Exception Handling
ASP.NET Master pages
ASP.NET Tutorial
Session state management
Authentication-Authorization
Globalization-Localization
 
ADO.NET
NET Remoting
NET Interview
C#.NET
VB.NET
AJAX
 
PHP
 
C
C++
Java
Data Structure
Oops
 
Database concepts
SQL Server
Oracle
MySQL
Data warehousing
Service-oriented architecture
SQL Server notification services
SQL Server Reporting Services
Sharepoint
Biztalk interview questions
 
Operating System
Project Management
Linux
Testing
Networking
Software engineering
 
UML
XML
HTML
SOAP
CSS
VBScript
 
CV tips
Cover letter tips
Interview tips
Human resources
Soft skills

ASP.NET

By Nishant Kumar

ASP.NET Interview Questions and their answer part 4

Part 1 | Part 2 | Part 3 | Part 4 | part 5

Question - Define Server-side and Client-side code in ASP.NET.
Answer - Server-side code runs on the server.
Client-side code runs on the client's browser.

Question - What tag do you use to add a hyperlink column to the DataGrid?
Answer - <asp:HyperLinkColumn>

Question - Where does VS.NET store Web application projects?

Answer - Web application projects create a virtual folder for each project where all the files of the projects are stored. The virtual folder can be viewed in IIS and property of that folder determines where the files are physically stored.


Question - Describe Web application’s life cycle.

Answer - A Web application starts with the first request for a resource.
On request, Web forms are instantiated and processed in the server.
Server sends its response to the client.
Application ends once all client sessions end.


Question - Define class module and a code module.


Question - Steps to execute a stored procedure from Web Application.

Answer - Create a command object.
Set the object’s CommandText property to the name of the stored procedure.
Set the CommandType property to stored Procedure.
Execute stored procedure using command object’s method.


Question - Describe exception handling in ASP.NET.

Answer - Exception handling correct unusual occurrences and prevent application from getting terminated. You can use Try(try) block and Error event procedures to handle exceptions.


Question - What are the exception-handling ways in ASP.NET?

Answer - Exceptions can be handled by using Try(try) block and Error event procedures at the global, application, or page levels by using the Server object’s GetLastError and ClearError methods.


Part 1 | Part 2 | Part 3 | Part 4 | part 5

 

 

Today's Hot Jobs
C++  SQL Server
.NET  Java  Oracle
Finance  Marketing
Seekers  Employers
Copyright © 2008 CareerRide.com. All rights reserved.