User Profile

Collapse

Profile Sidebar

Collapse
Shinis
Shinis
Last Activity: Jul 23 '08, 06:59 AM
Joined: Jul 10 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Shinis
    started a topic Include aspx page in html page
    in .NET

    Include aspx page in html page

    How to include an aspx file into an html page?????give me a solution pls...


    Thanks in advance
    See more | Go to post

  • Shinis
    replied to file upload control
    in .NET
    Thank you Vinoth......... .........
    See more | Go to post

    Leave a comment:


  • Shinis
    started a topic file upload control
    in .NET

    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...
    See more | Go to post

  • 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......
    See more | Go to post

    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'...
    See more | Go to post
No activity results to display
Show More
Working...