any help with this would be greatly appreciated.
i have my .aspx with a very empty looking DataGrid on it. i would like to populate it with data from a table i have just constructed in sql server 2000.
what is the best way to do this . . . ? does the connection go in the Web.config file. if so, where? and how do i reference it from the .aspx that has the DataGrid on it.
i have my .aspx with a very empty looking DataGrid on it. i would like to populate it with data from a table i have just constructed in sql server 2000.
what is the best way to do this . . . ? does the connection go in the Web.config file. if so, where? and how do i reference it from the .aspx that has the DataGrid on it.