I got HTML tags saved in column as :
<p><strong>Alva Beach Markets from 8.00am to 1.00pm.  For more information contact Monika Chapple on 0428 649 472.</strong></p>
But when bind it to Label out is showing whole HTML tags instead the inner text.
How should i parse this before binding to label control.
Thanks
Use the literal control not a label. The label control ignores markup and spits out exactly what it is given as text. The literal will return the HTML.