how to clear the textbox value of asyncfileupload .. ?
Posted
by AmiT
on Stack Overflow
See other posts from Stack Overflow
or by AmiT
Published on 2009-11-28T11:03:08Z
Indexed on
2010/04/25
18:33 UTC
Read the original article
Hit count: 1098
There is one button(MyButton). OnClick of this button a modalpopup(MyPopup) appears with one asyncfileupload ajax control, Ok button and Cancel button.
The browse functionality of the asyncfileupload functionality is working fine, No problem. But after postback, if I click the MyButton again, the popup appearing with the previous path in the asyncfileupload control's textbox.
How to clear it ... !
Thanks in advance.
© Stack Overflow or respective owner