Newbie question

  • Thread starter Thread starter david
  • Start date Start date
D

david

Hi Group,
4 years ASP experience but only just started with ASP.NET.

In ASP classic I would create a recordset and then loop through the
recordset and display the results on the page. Within the loop I would run
another query to pull a value from another table. the results would be
displayed next to each other.
Can anyone show me example code on how I would achieve this in VB.NET?

Thanks

David
 
If this technique is required, you can take advantage of the
ondatabind event of a datagrid.
 
Thanks,
so using the datagrid i can bind fields from different sql statements?
can you show me some code?
 
Back
Top