Question: I would like to click a link button in a GridView, have that bring up the SalesLogix Web contact portal page, and have the contact in the details view. Is it possible to use SData from a separate .NET 2.0 DLL? Answer: You can certainly do this, see below: WebClient client = new WebClient();...