ASP.NET 2.0 Question:
Explain DIff. between Friend and Protected Friend?
Answer:
Friend access provides access to member with in the namespaces .The protected friend gives specifies access to the member with in the namespace and the derving classes.