M masoumeh New member May 5, 2010 #1 I use this tag: <div id="Insert" runat="server"></div> and then in cs code I write a code like this string str; str = "<h1>??? ??????? ?? ?????? ????? ??</h1>"; Insert.InnerHtml = str; but the string dose not show on the broswer, what's the error?
I use this tag: <div id="Insert" runat="server"></div> and then in cs code I write a code like this string str; str = "<h1>??? ??????? ?? ?????? ????? ??</h1>"; Insert.InnerHtml = str; but the string dose not show on the broswer, what's the error?