In my code i have 3 tables,i have to insert 3 tables data
using single insert query so that i wrote transations in a
sp.but what my problem is,in those 3 tables i have to
include my empId from another table.when i'm passing values
im getting error at this EmpId.
how can i solve this error to execute insert query?
plesae tell me the solution...
Answer / koundinya
before execute the sp you have to get the empID from other
table then you have to call the sp
Is This Answer Correct ? | 0 Yes | 0 No |
What is the use of The Page.Master Property?
What is strong-typing versus weak-typing?
Difference between overriding and overloading?
Types of configuration files and their differences ?
Explain serialization and deserialization?
How does output caching work in ASP.NET?
Define resource files.
What is http post action?
ASP.NET 2.0's new membership API used for creating and managing user account is exposed through which 2 clause?
How to Deploy a project?
what are the new server controls added in Asp.net 2.0?
How do you implement postback with a text box? What is postback and usestate?