TBMH
Posts: 40
|
| Posted: 04/28/2008, 3:20 PM |
|
Using C# and SQL Server 2005 trying to insert a record with a SP. I've done this hundreds of times in my app and it works fine. Now I have a single record form with 15 fields and a SP with 15 parameters. The SP works fine when executing it be itself (i.e. it's not a SP problem). When called from the CodeCharged generated page I get an error
"No value given for one or more required parameters."
All param values are accounted for and "should be" populated from the c# code generated by CodeCharge.
Any ideas why I'm getting this?
Thanks,
Scott
|
 |
 |
TBMH
Posts: 40
|
| Posted: 05/01/2008, 7:26 AM |
|
Any ideas? Now I have many forms in my app that used to work are now giving this error. It's as if the whole thing is now broken and nothing has changed. Frustrating.
Any help is appreciated.
|
 |
 |
|