Save Dialog Box

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Chan

    #1

    Save Dialog Box

    Hi

    I want to display save dialog box and display that file name in a text box
    All I want to do is, On click of a button, display save dialog box and display that file name in a text box
    Later this file name would be used to store some data

    response.addhea der approach does not work in this situation because my requirement is quiet different

    Thank
    Chan
  • ISMAILRAJPUT

    #2
    Re: Save Dialog Box

    you can first take input from user, in this situation the filename in a
    textbox then display save dialog box and set filename and user just have to
    click save button.

    There are maybe more better options.


    <Chan> wrote in message
    news:00212F74-396E-4DED-84DB-3427DD52EF55@mi crosoft.com...[color=blue]
    > Hi,
    >
    > I want to display save dialog box and display that file name in a text[/color]
    box.[color=blue]
    > All I want to do is, On click of a button, display save dialog box and[/color]
    display that file name in a text box.[color=blue]
    > Later this file name would be used to store some data.
    >
    > response.addhea der approach does not work in this situation because my[/color]
    requirement is quiet different.[color=blue]
    >
    > Thanks
    > Chan[/color]


    Comment

    • Chan

      #3
      Re: Save Dialog Box

      I just want to display save dialog box and get the file name from that
      Then use it store some data

      My question is, how to display the save dialog box
      Like System.windows. forms.dialogbox in VB.Net
      are there any such classes to use in asp.net

      Thank
      Chan

      Comment

      • Cor Ligthert

        #4
        Re: Save Dialog Box

        Hi Chan,

        Are you a quizmaster, talking about a Save Dialog Box and than telling in
        the last sentence of your reply that you want to use it on a asp.net page.

        Do you want to download a file, than you can use the normal html (A anchor)
        or and javaclient with a button commands for that. (This is not the best
        place to ask this because it is not real dotnet but more HTML and
        javascript)

        Anyway I hope this helps something?

        Cor



        Comment

        Working...