Is it better to access data from within the web parent app and pass the necessary data to the control and back via properties, or pass a reference or url pointer (of webservice) to control and let it access the data for the fields it encompasses keeping in mind that the parent doesn t need to use the data anywhere else that the server control uses.
What is the use of default keyword in C#? Is it introduced in C# 3.0 ?