M
mukulprabhu
Hello there,
Is it compulsory that the component objects created in code behind
should be disposed explicitly.
For eg.
first.cs
index.aspx.cs
-----------------------------------------------------
-----------------------------------------------------
Class first first
objFirst = new first();
{
page_load()
method A () {some code} {
}
objFirst.A();
}
in the above example is it nessesary to dispose "objFirst" object.
Anticipating your reply.
Thanx in advance.
Is it compulsory that the component objects created in code behind
should be disposed explicitly.
For eg.
first.cs
index.aspx.cs
-----------------------------------------------------
-----------------------------------------------------
Class first first
objFirst = new first();
{
page_load()
method A () {some code} {
}
objFirst.A();
}
in the above example is it nessesary to dispose "objFirst" object.
Anticipating your reply.
Thanx in advance.