What is marshalling ? Is it a part of asp.net ?
What is Response.Flush method ?
Can two web application share a session and application variable ?
5 Answers Satyam, V3 Engineers,
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
If I have more than one version of one assemblies, then how will I use old version (how/where to specify version number?) In my application?
What is the Custom Error in ASP.NET?
2 Answers ABB, IBM, Infosys, Tech Mahindra,
suppose i am Admin in my application and i have to terminate the session of the particular user in my application.........how can i do it....?????
What is the purpose of the following segment? If ( !IsPostBack) { sqldataAdapter1.Fill (dsusers1); DataGrid1.DataBind (); } a) To populate the DataAdapter the first time the web page id displayed. b) To populate the DataSet every time the web page is displayed. c) To populate the DataAdapter every time the web page is displayed. d)To populate the DataSet the first time the web page is displayed.
How can we communicate with each server in N-tier Architecture? and what are the methods?
How does cookies work in asp net?
How to fetch a data from one table to another table in asp.net ?
Explain the page lifecycle of an asp.net mvc? : asp.net mvc
What is form method?