According to dot net is error and exception are same or
different?
Answers were Sorted based on User's Feedback
Answer / bibaswann
no they are different, in .net framework exception class is inherited from object class. other classs from exceptions are application exception exception,product base exception etc. they are runtime stuffs. errors are totally different things which is a compile time matter and is handled by compiler
| Is This Answer Correct ? | 1 Yes | 0 No |
Answer / rajasekar
Errors, mistakes and failures are unavoidable part of life.
ASP.NET development is not much different.
Every developer, especially beginners, will make errors
whenever tries to create anything useful.
Because of that, we need methods and tools for error
handling. Fortunately, ASP.NET provides different ways to
find, log or even try to correct errors when happened.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the post & get method?
Explain how to handle error in asp?
How to add Textboxes Programmatically in each and every cell of Gridview along with the Excel data in the Gridvew.I mean when i get Excel data in Gridview i need to display Data and Textboxes for each and every cell of Gridview. Got it. Iam new to this concept plz help me. Thanks in Advance.
whate is AutoEventWireup in .net ?
What are the asp objects?
What are server variables collection?
Can I use com objects from a .net framework program?
Why can't use DAO instead of ADO?
what is open item management in sap fico?
Why .Net Does not Support multiple inheritance?
Should user input data validation occur server-side or client-side?
1)Declare array with five elements a[]={8,4,6,2,1,10} Print minimum and maximum no from array. 2)Accept values from Textbox and add into Listbox on click ok button. 2)Accept these values store them in cookie collection and show them in next form. Assignment 3 20Marks 1) Display EmpId ,EmpName ,EmpSal usind datagrid view (use sqlerver 2005) 2) Insert Item Id, Item Name, Qty, Rate using ado.net(use sqlerver 2005)