Tag: .NET Framework

Data Binding, Updates, and SQLDataSource

Random Things to remember: SQLDataSource won’t bind parameters properly if you don’t specify a type, but the GUI data source setup window doesn’t guess nor prompt you to provide them. It’s under ‘Advanced’; or go into the code and add them. GridView will automatically add anything with ‘id’ in the field name to the DataKeys… Read More