Posts by Raphael Cardoso • 1 point
2 posts
- 
		0 votes4 answers3027 viewsA: Loading the values of a select in my GridviewSee the example of my code public Entities.Usuarios[] ListaUsuarios() { List<Entities.Usuarios> lstUsuarios = new List<Entities.Usuarios>(); Data.Connection connection = new… 
- 
		-2 votes4 answers3027 viewsA: Loading the values of a select in my GridviewPaul, I’ve seen the problem with your code. Include: GrdVeiculo.DataBind() Right after the call from the stretch GrdVeiculo.DataSource = ListaVeiculosDAL.retornaVeiculo(); The result will be this…