P
Paul Masters
When trying to access to RSS News feed im getting the error:
The underlying connection was closed: Unable to connect to the remote server
Im behind a firewall, how do i modify the following code to bypass this using the proxy server
Dim ds As DataSet = New DataSe
ds.ReadXml("http://msdn.microsoft.com/netframework/rss.xml", XmlReadMode.Auto
mydatagrid.DataSource = ds.Tables(2
mydatagrid.DataBind(
Thanks in advance.
The underlying connection was closed: Unable to connect to the remote server
Im behind a firewall, how do i modify the following code to bypass this using the proxy server
Dim ds As DataSet = New DataSe
ds.ReadXml("http://msdn.microsoft.com/netframework/rss.xml", XmlReadMode.Auto
mydatagrid.DataSource = ds.Tables(2
mydatagrid.DataBind(
Thanks in advance.