how to open an open dialog box in an asp application

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shaam
    New Member
    • Aug 2006
    • 11

    how to open an open dialog box in an asp application

    i need to open an open dialog box in an asp application.her e the openfiledialog option is disabled...
  • Enyi
    New Member
    • Jul 2006
    • 38

    #2
    I'm not sure what type of box you want, since openfiledialog is not used on websites. So, i'm going to assume you want a file upload?

    If a file upload is what you want, you may want to look into this control:

    System.Web.UI.H tmlControls.Htm lInputFile

    Comment

    Working...