I have a condition on the page load of my page to disable a LinkButton and change the color of the letter. The Enabled attribute works but ForeColor does not, here's my code:
if (!Page.IsPostBack)
{
LlenarGridview(GridView1_Persona, Datos)...
asked by
12.03.2018 / 01:32