Select from following answers:- Server.GetLastError()

- Server.ClearError()
- Request.GetLastError()
- Application.GetLastError()
- All Above
Server.GetLastError retrieves the most recent error message. After processing it, you call Server.ClearError to remove the error from the queue
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator