Results 1 to 5 of 5

Thread: [RESOLVED] [2005] fileupload Vs file input

  1. #1

    Thread Starter
    Fanatic Member vishalmarya's Avatar
    Join Date
    Feb 2001
    Location
    New Delhi , INDIA
    Posts
    858

    Resolved [RESOLVED] [2005] fileupload Vs file input

    what is the basic difference between fileupload webcontrol and file input html control .
    Vishal Marya, MCP .net 3.5
    My Site
    http://www.vstoolsgallery.com/
    http://visualstudiogallery.msdn.micr...b-f87a909b9266





    Please indicate what version of vb you use.
    Please mark your thread resolved using the Thread Tools above.
    -----------------------------------------

  2. #2
    Addicted Member
    Join Date
    Jul 2002
    Location
    Cleveland, Ohio
    Posts
    185

    Re: [2005] fileupload Vs file input

    One is a server control and one is an HTML control, so you wouldn't be able to control what happens to it quite as easily within your code? That would be my guess....

    Jim P.
    "The Force will be with you, always."

    --Ben Kenobi--

  3. #3
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: [2005] fileupload Vs file input

    What's the difference between an <input type="button"> and <asp:Button> ?

    They render as the same thing, but has more configurable properties in the codebehind, among other things.

  4. #4

    Thread Starter
    Fanatic Member vishalmarya's Avatar
    Join Date
    Feb 2001
    Location
    New Delhi , INDIA
    Posts
    858

    Re: [2005] fileupload Vs file input

    Quote Originally Posted by mendhak
    What's the difference between an <input type="button"> and <asp:Button> ?

    They render as the same thing, but has more configurable properties in the codebehind, among other things.

    that what i meant to ask .

    can i know specifically about these "more configurable properties" .
    Vishal Marya, MCP .net 3.5
    My Site
    http://www.vstoolsgallery.com/
    http://visualstudiogallery.msdn.micr...b-f87a909b9266





    Please indicate what version of vb you use.
    Please mark your thread resolved using the Thread Tools above.
    -----------------------------------------

  5. #5
    I'm about to be a PowerPoster! mendhak's Avatar
    Join Date
    Feb 2002
    Location
    Ulaan Baator GooGoo: Frog
    Posts
    38,170

    Re: [2005] fileupload Vs file input

    Place a button on a web page and name it btn1.
    Go to the codebehind.
    In the page load event, type btn1. (with the dot).
    An intellisense window shows up. There's what you can 'configure' and work with. You can dynamically/conditionally add attributes to it, styles, and so on.

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