ITInterviews.net
Search for  
 
Advanced Search
  Home | Add a Link | Modify a Link | Login | Register | New Listings | Most Popular | Top Ranked | Link to Us | Search | Site Map

ASP.Net

Call Centers
Call Center Software
Call Center Consultants
Call Center Equipment
Call Center Outsourcing


Complete SAP Interview Questions
Complete Java EJB .NET Interview Questions
Complete Oracle 10g DBA Interview Questions



Conference Call
Conference Calling Service 
Conference Call Providers 
Phone Conferencing
Auto Dialers 
Software Escrow 
Dedicated Hosting 
Web Conferencing 
TeleConferencing 
Business Phone Systems 
Document Shredding 
Website Monitoring 
Domain Name Registration 
Answering Services
Website Monitoring 
Mesothelioma Cancer
Mesothelioma Compensation
Malignant Mesothelioma
Car Accident Lawyer
ASP.Net

Home > Interview Questions > DOT Net > ASP.Net

 

ASP.Net

How ASP .NET different from ASP? - Scripting is separated from the HTML, Code is compiled as a DLL, these DLLs can be executed on the server.
Resource Files: How to use the resource files, how to know which language to use?
What is smart navigation? - The cursor position is maintained when the page gets refreshed due to the server side validation and the page gets refreshed.
What is view state? - The web is stateless. But in ASP.NET, the state of a page is maintained in the in the page itself automatically. How? The values are encrypted and saved in hidden controls. this is done automatically by the ASP.NET. This can be switched off / on for a single control
Explain the life cycle of an ASP .NET page.
How do you validate the controls in an ASP .NET page? - Using special validation controls that are meant for this. We have Range Validator, Email Validator.
Can the validation be done in the server side? Or this can be done only in the Client side? - Client side is done by default. Server side validation is also possible. We can switch off the client side and server side can be done.
How to manage pagination in a page? - Using pagination option in DataGrid control. We have to set the number of records for a page, then it takes care of pagination by itself.
What is ADO .NET and what is difference between ADO and ADO.NET? - ADO.NET is stateless mechanism. I can treat the ADO.Net as a separate in-memory database where in I can use relationships between the tables and select insert and updates to the database. I can update the actual database as a batch

How do you debug an ASP.NET Web application?
Attach the aspnet_wp.exe process to the DbgClr debugger

 
Confined Topics to ASP.Net
 
Related Topics to ASP.Net

 ADO.NET  C#   VB.NET  VC.NET

Other Sites for ASP.Net
Submit your link

 

Send more about ASP.Net
Send us your comments on ASP.Net, if you want to share your knowledge on ASP.Net. We will publish it on this site

Home Hardware Internet Information Technology Interview Questions Logistics Services Software Telecom




Partner Sites:  Java Interview Questions | SAP Interview Questions | Oracle DBA Interview Questions | Cisco Study Guides | CompTIA Braindumps | MCSE Braindumps | Oracle Certification | Exact Questions | IT Interview Questions | Free Oracle Training | Cheap Study Guides

Microsoft MCSE Resources  |   Cisco CCNA Resources  |   Orace OCP Resources  |   PMP Resources  |   CISSP Resources  |   Citrix Resources  |   CIW Resources  |   CompTIA A+ Resources  |   Linux Resources  |   Java SCJP Resources  |   Resources Index  |   Free Programming Tutorials  |   Free .net Training