0
I’m populating a Gridview and he’s populating with the first record ever selected.
var lstUsurios = new V_ENTIDADE_X_PWDNegocio().Listar();
gdvAcesso.DataSource = lstUsurios;
gdvAcesso.DataBind();
I’ve tried to change some of his properties and nothing...
How could I get around this situation?
on the Web Form as well ?
– Daniel
Oops, I mistook it for Winforms. Look at my edited answer
– Vítor Martins