Hi all
I am working around the problem:
Setting part of the attribute value for example HeaderText of Boundcolumn dynamically.
My code Example is :
<asp:boundcolumn headerText="<%= var_TypeName%>Name">
I change var_TypeName dynamically in my code behind where it is declared public and i need the output somewhat like this:
the HeaderText of the bound column should display:"Distributer Name" (here
var_TypeName = "Distributer")
similarly im changing var_TypeName into "Retailer","City"etc.and i want the changes displayed accordingly.
someone please help me to find a solution.
thanks in advance