ASP.NET page parser error and Compilation ERROR and HALF INLINE CODING and HALF CODE BEHIND FILE
Posted
by dnlearner
on Stack Overflow
See other posts from Stack Overflow
or by dnlearner
Published on 2010-04-07T18:20:54Z
Indexed on
2010/04/07
18:23 UTC
Read the original article
Hit count: 190
Frequently i came accross a problem that is Page parse error....
to get out of this hell i used to remove inherit attribute in Page Directive.
After that it is showing compliation error???
How to solve it ???? what i have to do for the page compilation problem and page parser error tooo?????
And 1 more thing is i had written the code of a button1 click event k after after i had opened that project if i double click on that button i am going to inline coding.. How to solve it..Even though i took 1 button in that button events i doube clicked on a event still there is no use...I am redirecting to inline coding. How to solve the problem of that page. I should redirect to code behind file only
© Stack Overflow or respective owner