How do you catch or know if some error happens in HTML Controls in the web form?

Showing Answers 1 - 2 of 2 Answers

balaji

  • Oct 9th, 2006
 

We can Handle errors in HTML Controls

1)try-catch block

2)Page_Error()

if r not closing tags properly it throws  Parser  Errors.

  Was this answer useful?  Yes

Jagtar

  • Nov 2nd, 2006
 

Make a html file and execute that file with ie or dot net code.

or we can enable script debugger and step wise debug the code.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions