Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. ASP.NET
  4. Comman dialog window in asp.net using c#

Comman dialog window in asp.net using c#

Scheduled Pinned Locked Moved ASP.NET
csharpasp-net
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    Nimit Patel
    wrote on last edited by
    #1

    Hi, I wna t to open comman dialog in asp.net page for saving containt of user type in text field in selected folder and files.

    D M 2 Replies Last reply
    0
    • N Nimit Patel

      Hi, I wna t to open comman dialog in asp.net page for saving containt of user type in text field in selected folder and files.

      D Offline
      D Offline
      DELETEUSER
      wrote on last edited by
      #2

      I can barely understand what you mean? ---------- user9 A student knows little about a lot. A professor knows a lot about little. I know everything about nothing.

      1 Reply Last reply
      0
      • N Nimit Patel

        Hi, I wna t to open comman dialog in asp.net page for saving containt of user type in text field in selected folder and files.

        M Offline
        M Offline
        minhpc_bk
        wrote on last edited by
        #3

        Hi there, I'm not sure about your question, but I guess that you want to open a dialog box like Save As ... so that the user can save what he types in the textbox. Basically, to access the file system on the client machine you can use the FileSystemObject[^], however, you need to take into account the permission issue, otherwise you will get an error. Another way is to use the server side code to get all the values of the textboxes, and you can store them in a file, say .xls, then you can use the Content-Disposition header field to promtp the user the Save dialog box at the client side.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups