What is postback request?
What is the difference between exe and dll?
How would you turn off cookies on a page of a website?
Which is better viewstate or session?
What are the ways to sending the data in ASP.NET page?
Differentiate between Server.Transfer and Response.Redirect with functionality? Why we can choose one over the other?
What is Web Gardening? How would using it affect a design ?
How to retrieve the information from datatable citywise in c#?
What is event in asp.net?
What?s the difference between Response.Write() andResponse.Output.Write()?
About CLS and CTS?
8 Answers Microsoft, Syncfusion,
Using Statement usage in C#
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...