Results 1 to 3 of 3

Thread: Browse button on .aspx page

  1. #1

    Thread Starter
    New Member
    Join Date
    Sep 2005
    Posts
    5

    Browse button on .aspx page

    How can I add a browse button to my asp.net page? What I need is a button the user can press that will then let them select the file to upload to the data grid IMAGE_UPLOAD column. Once the the image file is uploaded and the the rest of the rows on webform filled, the user clicks the SAVE button on the WEBFORM to populate the SQL server table with new records. Any suggestion on the image format to use for scalability on SQL server. Thanks!

  2. #2

    Thread Starter
    New Member
    Join Date
    Sep 2005
    Posts
    5

    Re: Browse button on .aspx page

    I am using visual studio.net editor to crate my WebForm. Thanks!

  3. #3
    Hyperactive Member vincentg's Avatar
    Join Date
    Jun 2005
    Location
    Chicago IL, USA
    Posts
    261

    Re: Browse button on .aspx page

    all you need for the Browse Button is an HTML code like this

    Filename: <INPUT TYPE="file" NAME="cmdBrowse">

    am still confused with the data grid IMAGE_UPLOAD column... hehehe..lol

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width