M
Mark B
I have a Gridview template field 'Color'.
I want to set its Text value to the string result of the following function:
<%=fGetColorStringFromCounterIDLookup(intCurrentCounterID) %>
where intCurrentCounterID is the value of the particular row's field value
for the CounterID.
How can I pass the current CounterID number to that function?
I know <% #Eval(CounterID) %> gets the current CounterID but haven't been
able to set the syntax to pass that result to the function.
I want to set its Text value to the string result of the following function:
<%=fGetColorStringFromCounterIDLookup(intCurrentCounterID) %>
where intCurrentCounterID is the value of the particular row's field value
for the CounterID.
How can I pass the current CounterID number to that function?
I know <% #Eval(CounterID) %> gets the current CounterID but haven't been
able to set the syntax to pass that result to the function.