Hello everyone,
I am calling function for generating excel on click event of button.It works fine and generating the desired output.But,i have one text box on the page,i want to clear it after generating the excel.it is preserving the values even after the excel generation. I tried string.empty after function call but it did not worked. I want to know about the way how to forcefully clear the text box at certain time?Any help would be greatly appreciated.