What r the remotable objects.
and how u make an application remotable
Answer / duraikannan
MarshallByRefObject is a remotable objects. It is used to
remoting application in .net
example
Class sample : MarshallByRefObject
{
}
Is This Answer Correct ? | 0 Yes | 0 No |
what cut off mark for po's,what questions they asked for interview?
What is sta?
Diff between web user control and web custom control?
What are the Types of objects in ASP
To wrap up a call to a Web service the standard used is..?
when using personlization, how do you access over setting at runtime?
Explain asp.net web forms.
How do u declare static variable and how it is declared and what is its lifetime?
What is the equivalent of date() and time() in asp.net?
What is the difference between a Debug and Release build? Is there a significant speed difference? Why or why not?
cr8 2 datatables into one dataset DYNAMICALLY (no backend database used like sql,etc.,) with following columns 1st datatable with columns studentNo studentName Deptno 2nd datatable with columns Deptno DeptName DeptAddress add data to both the tables Dynamically and merge these tables into one table and display it in Grid view as studentNo studentName Deptno DeptName DeptAddress
What is the function used for removing an event listener?