how can i write this code from aspx page in code behind?
<a href="skype:MySkype?call"><img src="http://download.skype.com/share/skypebuttons /buttons/call_blue_white_124x52.png" style="border: none;" width="124" height="52" alt="Skype Me™!" /></a>
thanks
Place a
PlaceHoldercontrol in the Page where you want this to appear.Then write
Hopes you are using C#
Edit
If you are looking to add dynamically, then place the above place holder and then use below.