url

  1. N

    Question Absolute URLs for ScriptResource.axd and WebResource.axd

    I need to make my page use absolute URLs for ScriptResource.axd and WebResource.axd (and any other URLs on the page, but those are mostly just static or ones that I have control over). How can I do this? Thanks.
  2. johnwheal

    Question How to download file from password protected directory

    I'm using vb.net and need to download a file (from a given URL). The problem is that the directory is password protected. (Using standard .htpasswd). I have a user name and password and want to automatically download the file. If this is not possible using vb.net then please suggest an...
  3. K

    Question URL Request statement

    myXML.Load("http://196.163.32.2/ws/tsite.xml?Request=S(V)") For the above code line, what does "Request=S(V)" mean. Please answer for me. Thanks.
  4. hjbavaliya

    Question Url Rewrite without ID query string in url

    Hi I want to rewrite my url without display id field in my url for example: From - http://www.domain.com/page.aspx?id=1&title=xyz To - http://www.domain.com/xyz.aspx So is it possible to rewrite url without id filed Plz anyone can help me............ thanx in advance..
  5. L

    Calling URL without opening a browser window.

    Hello all Another Noob question for you. I am writing a CRM application. My office uses SNOM IP telephones. These phones allow you to send a "http://...." url to the ip address of the phone and it will then run a command. (in my case it activates speaker phone and dials the number)...
Back
Top