Hi,
Inside update panel i had 2 dependent drop downs and a file upload button.When i browse a file and click submit,it returns false as shown below
if(File1.HasFile) -- return false if placed inside update panel { }
How to use file upload when inside update panel. Give example or url
guhananth.S