hi i have usercontrol on which there is one file upload control, user control is inside Tab container which on aspx page.hirarchy is like bellow:
1.Master Page 2.aspx Page having ajax tab control. 3.User control which is inside tab container. 4.file upload control which is on user control. and submit button
Problem i am facing: When i click on submit button as page load event is called before buttons on click event value of file upload control is getting nulll.
could you please tell me how can i fetch the file upload control value after postback. thanks is advance.