Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Asp.net - How to find last error which occurred?



Asp.net - How to find last error which occurred?..

Answer / p.ramakrishna

Exception LastError;
String ErrMessage;
LastError = Server.GetLastError();
if (LastError != null)
ErrMessage = LastError.Message;
else
ErrMessage = "No Errors";
Response.Write("Last Error = " + ErrMessage);

Is This Answer Correct ?    14 Yes 0 No

Post New Answer

More ASP.NET Interview Questions

Difference between Response.Expires and Expires.Absolute ?

1 Answers   Accenture, BirlaSoft,


What kind of programming language is ASP.NET?

0 Answers   3i Infotech,


What are the namespaces used in asp.net mvc? : asp.net mvc

0 Answers  


What method must be overridden in a custom control? a) The Paint() method b) The Control_Build() method c) The Render() method d) The default constructor

1 Answers   Icertis, Microsoft, Syntax Softtech,


What are the namespace classes used in asp.net mvc? : asp.net mvc

0 Answers  


Does web services support data reader like pom project?

0 Answers  


What is custom tag in web.config ?

2 Answers   Accenture, BirlaSoft,


What is a postback in asp net?

0 Answers  


Can we throw exception from catch Block?

9 Answers   Accenture, IBM,


4. How do you plan to achieve these goals?

7 Answers   Burger King, Latest, Swatz Oils,


What is cross page posting in asp net?

0 Answers  


What is the difference between <%#%> and <%=%>?

5 Answers   IBS,


Categories