Click here to Skip to main content
15,881,173 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How do I solve following error message in Asp.net?


htmlfile:unknown runtime error 
Posted
Updated 18-Oct-10 5:08am
Comments
Abhinav S 18-Oct-10 11:08am    
When (and how) do you get this error?

What does your stack look like? Set some breakpoints and try to figure out what the root of the error is.

From my experience (and depending on the version of ASP.NET you're using):
- Make sure your form tags are well formed
- Check for returned rows before binding to a control
- Work out your script before you try to Ajaxify it
- The problem may not be related to your code
- Check to see if it works in other browsers, then the same browser on other machines.

Hth. Cheers.
 
Share this answer
 
Hi TheyCallMeMrJames:rose:,

Thanks for your Solutions.. Now i solved the Problem..

<big>Unwanted Html tags removed the webform Design Pag</big>e
... Then, the problem is solved...:cool:
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900