what do you mean by "name '__o' is not declared" error

how to recover from the error "Name '__o' is not declared"

I was trying to run the project which was developed in .netframework2.0 on .netframework4.0, but frequently i am getting this error like above 30 times.

ex:

                                <input class="SmallInput" type="checkbox" id="MaritalStatus<%=i %>" name="MaritalStatus[]" value="<%=i %>" />
                                 <label for="MaritalStatus<%=i %>"><% =SearchFilter.Step1.GetMaritalStatus(i)%></label>

In the above code i am getting an error
How can I resolve this problem please someone help me....

0 answers