Tags: , , | Categories: Development Posted by bsstahl on 4/29/2006 5:33 AM | Comments (0)
Using wsBlogService As New BlogService.Blog
     Try
          Me.Text = wsBlogService.DisplayBlog("BlogName", 0)
     Catch objException As System.Exception
          Me.Text = String.Format("", objException.Message, wsBlogService.url)
     End Try
End Using