What do you mean by marshalbyref?
No Answer is Posted For this Question
Be the First to Post Answer
accessing a textbox that was created dynamically? for (int i = 0; i < t1; i++) { TextBox t2 = new TextBox(); t2.ID = "adf" + i; PlaceHolder1.Controls.Add(t2); } accessing data entered in the above created controls.
What are Http handler ?
What is cached data phone?
in database table is thier . in that table fields are photoid , photoname,photo... i want display image in the gridview
What is the difference between Classic ASP and ASP.Net?
what is SAP fullform
161 Answers A3Logics, Amazon, DFD, Federal Mogul, Hol Info, IBM, Infosys, Jai Ganesh, Kesri Metal, Lupin, Microsoft, RPG, SAP Labs, SRS Group, TCS, Videocon,
How do you define authentication in Web.Config?
How u refer webservices?
Explain client side state management system.
What does mvc represent in asp.net? : asp.net mvc
what are the server controls used in sitepath navigation?
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...