Changing Labels: idea needed

eramgarden

Contributor
Joined
Mar 8, 2004
Messages
579
At my job, there's a windows app done in a language that's similar to VB. It's like Forms. Not a ASP.Net application.

We want to create a ASP.Net/VB.Net application.

One feature that the Windows app has is to that the user can change the labels on the form . There's a menu item, user clicks it, a new window pops up, it has the default values for the lables, user updates them with new values. So next time, the user sees the new values they selected.

How can this be done in ASP.Net/VB.Net? How can I mark the labels on the changeble?? Any design idea or sample code would be great.
 
Back
Top