|
When crystal reports are integrated with .NET, data can be
accessed using ODBC drivers, ADO drivers, database files like excel, xml
etc..................
Read answer
When .NET application uses crystal reports, the following
components are required: Report files: .rpt or report files needs to be
distributed which can either be compiled into the application (Embedded) or
independently (non embedded) from the application.............
Read
answer
Crystal reports offer a report designer. First, select
specific rows and columns from a table. Using the designer, the data on the
report can be rearranged and formatted.................
Read answer
Also read
One of the neat features of ASP.NET 2.0 is themes, which enable you to define
the appearance of a set of controls once and apply the appearance to your
entire web application............
NET
Configuring and optimizing
Describe the basic schema of a .config file.
How to use performance monitor to diagnose bottlenecks in your application?
Explain the different types of configuration files provided by .NET framework?
What is AppSetting section in Web.Config file?.....
Session
State Management
Define Session, SessionId and Session State in ASP.NET.
What is Session Identifier?
Advantages and disadvantages of using Session State Management.
What are the Session State Modes?
Define each Session State mode supported by ASP.NET.
ASP.NET Exception
Handling
Define Exception handling in ASP.NET.
What are the ways of handling exceptions in ASP.NET?
Explain Try/catch block method of exception handling.
Define Error Events.
Define Custom Error Pages.
Why is exception handling important to an application?
When can you use tracing with exception handling?
|