Line 38: if (bProceed)
Line 39: {
Line 40: string msg="<script>window.navigate
('frameset.htm')" + "</script>";
---------------------------------------------------
Following is Compiler Error
C:\Documents and Settings\Kavanjit_singh\My
Documents\Default.aspx(40,68): error CS1010: Newline in
constant
C:\Documents and Settings\Kavanjit_singh\My
Documents\Default.aspx(40,69): error CS1513: } expected
---------------------------------------------------
Line 40 is shown in red.
Any idea whats wrong?
I tried using @ for text verbatim but no use. If i use 2
forward slashes in line 40 - <//script> - it works file
but they both come on client side and script doesnt works.
So whats wrong?
Ricky.