FileUpload does not show the HasFile property

C

Carlos

Hi,

I am trying to use this control but intellisense does not show the HasFile
property, It shows Equals, and ReferenceEquals.only. Can someone help?

Thanks!
 
P

Patrice

Seems you are using the class name so you see only the static (or shared if
vb) members. You have to get at an object instance to be able to see
instance members...

How do you get at the control included in your page ? If you are using
"FileUpload" as a name for this control try to use something else and see if
using this other name fix the issue.

Else you'll have to show just 3/4 lines that shows how you access this
control...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,768
Messages
2,569,574
Members
45,051
Latest member
CarleyMcCr

Latest Threads

Top