Click here to Skip to main content
15,899,025 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,

I am performing some Action on ModelPopUpExtender which contains some controls as Buttons and Labels. Also I am changing the Text value of Buttons on the ModelPopUpExtender .

When Reloading the ModelPopUpExtender the Text of Buttons remains same as they get changed when some action performed on ModelPopUpExtender .

I want that when reloading ModelPopUpExtender, its controls should load its original value as declared in Design page.


Thanks.
Posted
Updated 30-Nov-10 1:54am
v2

1 solution

You need to reset the button text with original one, when ModelPopUpExtender loaded/reloaded. Because the controls must be maintaining the values
 
Share this answer
 

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