Today I had to bind a simple html hyperlink control with a datasource so that user can click on the hyperlink and default mail client will start. This was very simple all I had to do is use the Asp tags in html and assign the correct properties to it. Here is the code:
 <%# DataBinder.Eval(Container.DataItem,"Author.Name") %>