Showing posts with label Update Panel. Show all posts
Showing posts with label Update Panel. Show all posts

Thursday, March 25, 2010

File upload working within Update Panel

If we add File upload control with in an update panel and then we use that file upload control in code behind it didnt get the file contain in it. so for that we have to set a postback trigger for full page postback and then access file upload control.