|
-
Aug 1st, 2007, 06:52 AM
#1
Thread Starter
Fanatic Member
[RESOLVED] [2005] fileupload Vs file input
what is the basic difference between fileupload webcontrol and file input html control .
-
Aug 1st, 2007, 07:37 AM
#2
Addicted Member
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--
-
Aug 1st, 2007, 11:21 AM
#3
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.
-
Aug 2nd, 2007, 04:32 AM
#4
Thread Starter
Fanatic Member
Re: [2005] fileupload Vs file input
 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" .
-
Aug 3rd, 2007, 07:58 AM
#5
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|