I'm populating a GridView and it's populating with the first ever selected record.
var lstUsurios = new V_ENTIDADE_X_PWDNegocio().Listar();
gdvAcesso.DataSource = lstUsurios;
gdvAcesso.DataBind();
I have tried to change some properties of it and nothing ...
How could you get around this?