Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by vincenthandle

  1. vincenthandle

    Exception on adding / closing Web Part in SharePoint

    The datasource file: ServiceBinding serviceBinding = new ServiceBinding(webServiceUrl); try { items = serviceBinding.GetChildren(new Guid?(), true, CatalogItemTypes.Folder); } catch (SoapOriginalException) { throw; } catch (WebException)...
  2. vincenthandle

    Exception on adding / closing Web Part in SharePoint

    Hello, I have created a Web Part using an web service to gather some data. I made it possible to change the web service url for the user, using the Tool Bar properties (modify webpart option). Ofcourse it is possible the user enters an invalid url so I have handled all expected exceptions...

Part and Inventory Search

Back
Top