If I have a control, within a FormView, that is bound using a <% #Bind(...)%>
expression. At run time, is there any way of retrieving the name of the field the control is bound to.
To be clear, if the expression is <% #Bind("UserName") %>
I want to return the string "UserName"
.