Click here to Skip to main content
15,905,781 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am creating div dynamically by adding it in stringbuilder
How can i add that div or stringbuilder in placeholder?
Posted
Updated 15-Jul-11 22:50pm
v2
Comments
Sergey Alexandrovich Kryukov 17-Jul-11 23:24pm    
Not clear what do you mean be placeholder here.
--SA

1 solution

Hi,

you can put a literal control in the place holder, then assign your html code to that literal control

Or you can place a div tag that runs at server side and set inner html for it

Hope this helps
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900