Hi,
I have Problem in all .aspx Page for a application, It displayed in Browser like following instead of proper UI.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head><title> </title></head> <body> <form method="post" action="General.aspx" id="form1"> <div class="aspNetHidden"> <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwULLTE2MTY2ODcyMjlkZCCEOdLZ8dLsIsP2Y70yWPVDkZHkw91IrAK/0Oz+A2dp" /> </div> <div> <input type="button" value="click" onclick="setHome();" /> <script type="text/javascript"> function setHome() { document.body.setHomePage("http://www.atcomaart.com"); } </script> </div> </form> </body> </html>
What is the Problem is? i don't understand.
please give me Solution for this...
Ajay
ajaypatelfromsanthal.blogspot.in