A counseling website
I am A beginner in .net...Please tell me about login Page And registration Page And data connnectivity with stored procedure.i'm tring all but My registration page give me error "IDENTITY_INSERT is ON."
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Ravi ShekharPosted May 3, 2013, 1:20 AM
I have think you have any identity column in sql table. You can not insert manually in your identity column.
regards
ravi
Please mark it as answer if it helped you.
Riddhi ValechaPosted May 3, 2013, 12:10 AM
Instead of using Stored Procedure, fire queries directly on tables.
-----
For better practices, do not use the login parts given by Microsoft in the tool box.
----
Please give me a day's time. I will help you out.