I have a GridView and DataSource.
The grid has select/edit options, but I can't find an 'insert' option.
I have linked the params of the DataSource to Text boxes, but can't find a method to actually insert. The Query text exists.
What am I missing!!
I've tried the insert by code, but
dsAddress.InsertParameters;
gets get a build error:
Only assignment, call, increment, decrement, and new object expressions can be used as a statement
The grid has select/edit options, but I can't find an 'insert' option.
I have linked the params of the DataSource to Text boxes, but can't find a method to actually insert. The Query text exists.
What am I missing!!
I've tried the insert by code, but
dsAddress.InsertParameters;
gets get a build error:
Only assignment, call, increment, decrement, and new object expressions can be used as a statement