Hello,
I am facing a problem that in my page there is several controls , like gridview , webcam image upload , file upload, dropdowns etc, i placed all of these controls in update panel , now when selecting checkbox in gridview there values calculates in footer ( using javascript) , if i chose file using file upload then path is show in fileupload control, now when i open web cam it open new modal window for web cam , the footer of gridview get blanked althogh there is check box is checked , file upload also get blanked , but all remaining control had there value .
what is the solution to remain file path ???