Answer Posted / minhajul islam
using try block we can trap the error as follows
try
{
//Datanase coding
}
catch(SQLException e1)
{
//Here you will get SQL Error message in e1 instance
}
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is the difference between client-side and server-side validations in ASP.NET?
How is my content secured from unauthorized access?
Which is better session or viewstate?
How do I publish my asp.net application to my isp's web server?
can s/w quality assurance engineer switch field to programming side i m very much interested in programming but not much good in it
What is in a session cookie?
What is the difference between response.redirect and server.transfer?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
What is strong-typing versus weak-typing?
What is a response cookie?
Explain about Application and Session Events ?
Explain the difference between server.transfer and response.redirect? Why would I choose one over the other?
What is state management in .net?
What is meant by ispostback in asp net?
Differentiate between a page theme and a global theme?