Click here to Skip to main content
15,891,621 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a listing with a "Save" link in one column. When the user selects this link, the text needs to change to "Info Saved". The link is removed and the field is just text.

The screen is done in Silverlight and code in C#.
Posted

1 solution

Create two controls.
Bind the visibility of both controls.

Hide one control and show the other.
 
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