I have this code
in the dataset I have a field 'Status' which is either blank or says '/View'. I would like to have the value in the text field be 'Add<%=Status%> Status', but I have not been able to come up with a way to do that so it actually uses the value from the database. Help?
Thanks,
wb
Code:
<asp:HyperLinkField runat="server" HeaderText="Add/View Status" DataNavigateURLFields="fabpn" DataNavigateUrlFormatString="~/AddMaterialStatus.aspx?PartNum={0}" Text='Add/View Status' ></asp:HyperLinkField>
in the dataset I have a field 'Status' which is either blank or says '/View'. I would like to have the value in the text field be 'Add<%=Status%> Status', but I have not been able to come up with a way to do that so it actually uses the value from the database. Help?
Thanks,
wb