- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
5 Posted Topics
Re: [QUOTE=cocoll;1292935]hello please i nead help with response.redirect to an absolute path,i tried everything i can but with no result so for example: Response.Redirect("file:\\C:\Users\Toshiba\Desktop\4.jpg") so ctrl and click in "file:\\C:\Users\Toshiba\Desktop\4.jpg" it display the image in visuel studio but it doesn't work in the browser. so thank you for help.[/QUOTE] image should … | |
Re: [QUOTE=c# seeker;314633]What really is the difference between the two? and when should each of them be used? Can we use Response.Redirect in place of PostBackURL? Thanks in advance.[/QUOTE] postback is most often used to process some code on server and calling the page itself again. whereas response.redirect is used to … | |
Re: [QUOTE=john0563;1418009]I know by default you can not use an absolute path when using fopen and mkdir, but in my case I really need to specify the exact location of the files/directories. I KNOW there must be some workaround way to do this... does anyone know how? For example, here is … | |
Re: Web application running on a remote server is displaying PDFs. PDF document is stored on client's PC (location is known). Is there any way to embed that PDF into HTML page with local path? So far i tried "object", "embed" and "iframe" and with no success. I tried with file://, … | |
Re: Im working on a college project. In this, the user is required to authenticate. The login page (login.asp) has the form and the corresponding ASP code. Once the user is successfully authenticated, the user is redirected to the main page(mediaguidehome.asp). Currently, on authentication, I'm using the following code to redirect … |
The End.