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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. mcadphd

    Help with HttpWebRequest

    I am sending USPS a zipcode value and pounds to get a return back for cost. If I just past the uri and values into browser i get back an xml with my RATE. In code when the request posts to the server I get an error back on my request.getresponsse and it tells me i received nothing back. Code...
  2. mcadphd

    value of a field in a gridview when updating after change

    I have a grid, when I select edit, I have one dropdown box that can be changed. After the change I need to get the Id field of that record. That field is hidden and readonly. I tried the datakeys but didnt work. Thanks This code gets me the changed value strQty =...
  3. mcadphd

    Seaching a StreamReader for a Value

    Thanks works great
  4. mcadphd

    Seaching a StreamReader for a Value

    Need help on how to search a streamreader for a value. ''START CODE Dim uri As New Uri("https://demo.myvirtualmerchant.com/VirtualMerchantDemo/process.do" & strFullString) Dim data As String = "field-keywords=ASP.NET 2.0" Dim request As HttpWebRequest =...

Part and Inventory Search

Back
Top