B
Bishop
I have a SqlDataSource that was created for a gridveiw. I'm using the same
SqlDataSource for DB inserts using a Details View. My Details View
DefaultMode set to Insert because that's all I use the Details View for.
Everything works fine with standard data bound fields but once I convert one
of the fields to a template column the data passed to the SqlDataSource for
that field is null.
Any ideas of what I may be doing wrong?
SqlDataSource for DB inserts using a Details View. My Details View
DefaultMode set to Insert because that's all I use the Details View for.
Everything works fine with standard data bound fields but once I convert one
of the fields to a template column the data passed to the SqlDataSource for
that field is null.
Any ideas of what I may be doing wrong?