reset

  1. T

    Question Socket connection aborted by client host on Windows 7

    I have a VB.Net socket client application using the Receive method in a background thread. This has been working great for some time and it is still working great. I am now trying to run this client on Windows 7 instead of Windows XP Pro. What works great on XP does not work well on Windows 7...
  2. N

    Question Programmatically resetting a form

    I have a form on my page that I want to reset after it is submitted. I am trying to use the JavaScript Form.reset(); method to do this, but it doesn't seem to be working. I would just resort to manually setting the value of each control, but this would not work because my page hase a FileUpload...
Back
Top