Answer Posted / kavita
Two or more pointers have their own Data.
class A
{
string c;
}
A a;
B b;
a=b;//deep copy
| Is This Answer Correct ? | 6 Yes | 42 No |
Post New Answer View All Answers
How do you identify that the page is postback?
How you can add an event handler?
How ASP and ASP.NET page works? Explain about asp.net page life cycle?
What are the Types of session management in ASP.NET
What is the parent class of all the web server control?
What is simple data binding?
What is use of Master Page in ASP.NET web pages?
I have created a configuration setting in my web.config and have kept it at the root level. How do I prevent it from being overridden by another web.config that appears lower in the hierarchy?
What does asax stand for?
What is asp.net caching?
What is viewstate information stored?
How can you enable impersonation in the web.config file?
What does occur first in ASP.Net, Authentication or Authorization?
How can we access static variable?
What is difference between session and cookie?