User1979261391 posted
Hello,
Is there a way to include Databinding in <%$ Rsources: > tag?
Like for example: ( and i need to do it like this way, because the DBase is allready set up as it is )
<%$ Resources:Resource, <%# (string)DataBinder.Eval(Container.DataItem, "gender") %>
The Rows in Dbase are as follows (example):
id, password, name, username, gender, country, age etc..
The website i am working on is in English, Russian and Dutch.
Thanks you.