Click here to Skip to main content
15,896,269 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a modalPopupExtender control which opens a Panel. The panel contains some textboxes and a calculate button (for performing calculation and displaying on the panel).

When I open the popup window for the fist time the textboxes are blank and I do my calculation, but on closing the popup window and opening it again, I see values previously entered in the textboxes.

My question is how can i refresh this modalPopupExtender panel so that I see a blank form everytime I open it.
Posted

1 solution

Set the edit fields to be empty manually on a page load.
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900