how to use resource(.resx) files data in html client side controls.. most important thing is i dn't want to use runat="server" tag...
for example :
<label id="lblContactMechanism" title="Contact Mechanism">
Contact Mechanism</label>.
in this label tag there is no runat="server" tag.. then how can i use resource files text here.
can any one help me for writing this code?