How can we add html code dynamically from code behind page ?
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
plz tell me the method to add html code into the page from the code behind code using PlaceHolder or any thing like that..... Thanks, Sandy
-
plz tell me the method to add html code into the page from the code behind code using PlaceHolder or any thing like that..... Thanks, Sandy
You could simply place an asp:Literal control where you want it to appear, then set it's .Text property to the required HTML cheers P