Posts
 
Reputation
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
~222 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.
Favorite Forums
Favorite Tags

1 Posted Topic

Member Avatar for dfs3000my

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.

Member Avatar for Rajesh_13
0
222

The End.