How to include an aspx file into an html page?????give me a solution pls...
Thanks in advance
User Profile
Collapse
-
Include aspx page in html page
-
Thank you Vinoth......... ......... -
file upload control
I'm trying to add a file upload control to aspx page on my site, I've dragged the control onto the page and added a submit button beside it, the code for the button was this;
I done it in asp.net with vb script
FileUpload1.Sav eAs("C:\Documen ts and Settings\User\D esktop\New Folder" & FileUpload1.Fil eName)
Now that worked fine, I tested the page and after clicking submit the file I specified... -
thank you for your reply..........
I tried this also "http://www.mintmenadev .com/z/test/cms/Movies/" & FileUpload1.Fil eName
But it shows an error
System.Web.Http Exception: The SaveAs method is configured to require a rooted path, and the path 'http://www.mintmenadev .com/z/test/cms/Movies/head.swf' is not rooted.
pls help me.........
thanks in advance......Leave a comment:
-
System.Web.HttpException: <path> is not a valid virtual path.
I developed a site using asp.net with vb script.In local machine its working fine..
But when deployed it shows the following error
its my code
filepath = Server.MapPath( "http://www.mintmenadev .com/z/test/cms/Movies/" + FileUpload1.Fil eName)
FileUpload1.Sav eAs(Server.MapP ath(filepath))
it shows following error
System.Web.Http Exception: 'http://www.mintmenadev .com/z/test/cms/Movies/RomanceMovieGen eric.flv'...
No activity results to display
Show More
Leave a comment: