Both controls inside gridview
Postback for dropdownlist necessary(so that my next column value gets display depends upon selection of dropdnlist)
But because of this postback i m losing my fileupload control value
If i avoid Postback in dropdownlist,what can be the solution??
Or
How to save fileupload value with Postback?