Search results for query: *

  1. S

    Required Field Validator problem

    Ok So what are you suggesting? Should I remove the Runat=Server from the validator control or from the JavaScript? I'm just confused on why the page works correctly when the validators are commented out but when I uncomment them the page doesn't work (I don't get redirected to the next page...
  2. S

    Required Field Validator problem

    Here's my problem... I have a RFV control that will validate to make sure a textbox was not left blank. Once the user fills in the field they click Login and it should redirect them to another page. I have a button_Login javascript function that runs when the user clicks the button. Inside of...
  3. S

    Need to Post XML data to URL

    I have an HTTP listener class (implements IHTTPListener) that will recieve all incoming POST's at a given URL. I need to accomplish 2 things.... 1). POST XML to this URL thereby triggering my listener class. 2). Once a post is received parse the XML and process it accordingly. Anyone done...
Back
Top