Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.65K
~222 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Web Development x 1
1 Posted Topic
you could also add a literal control to your page/user control <asp:Literal id="litHtml" runat="server"/> And then assign your html to its text property: litHtml.Text = "<h3>Hello World</h3><div>Something here</div>"; good job .This code is running.
The End.