<div Id ="myQuote" runat="server" ></div>
In the my code ,, myQuote.innerHtml += "Hello "; why the above line occur error.? and another problem is : <body> Hello .net </body> here error is "not containing text in body". But why?
<div Id ="myQuote" runat="server" ></div>
In the my code ,, myQuote.innerHtml += "Hello "; why the above line occur error.? and another problem is : <body> Hello .net </body> here error is "not containing text in body". But why?