Hi All,
How can i get HyperLinkColumn in ItemDatabound event and changed the text of the column ?
Below is my code
<asp:HyperLinkColumn Text="SetUp" Target="_self" DataNavigateUrlField="OrgSBCodeID" DataNavigateUrlFormatString="Admin_SettingsOrganizationSpecialBillValue.aspx?code={0}"></asp:HyperLinkColumn>
OR Else
How can i apply DataNavigateUrlField and DataNavigateUrlFormatString (which are of Hyperlinkcolumn properties) to hyperlink button ?
Go to the complete details ...