Populate a form from SQL
- by xrum
Hi,
I am trying to populate a web from from a SQL table.
This is what I have right now, though I am not sure if it's the best way to do things, please give me suggestions:
Public Class userDetails
Public address1 As String
Public address2 As String
Public city As String
...
...
...
End Class
Public Class clsPerson
'set SQL…