Hi there,
My problem How can i Use a datareader along with a Datagrid control to show data? I am using the grid in order to perfor a List of Values Functionality so the use of Dataset is a complete waste. I saw that there is an easy way to assosiate a datareader with a datagrid in ASP.NET:
Me.GrdLOV.DataSource = cmd.ExecuteReader
Me.GrdLOV.DataBind()
But the above lines wont work for VB .NET.... any suggestions from the community (that's why i like VB )?
My problem How can i Use a datareader along with a Datagrid control to show data? I am using the grid in order to perfor a List of Values Functionality so the use of Dataset is a complete waste. I saw that there is an easy way to assosiate a datareader with a datagrid in ASP.NET:
Me.GrdLOV.DataSource = cmd.ExecuteReader
Me.GrdLOV.DataBind()
But the above lines wont work for VB .NET.... any suggestions from the community (that's why i like VB )?