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


i have created navigation bar this contains tabs,
bottom 6 tabs and above 6 tabs,
my user can change name of tabs and order of tabs,


but problem is when i change name of tab,
ex: suppose i am changing name of "Leads" To "Students"
then i have to change it within whole application,
if there is label which have edit Leads then it should be edit Students,
and page also should redirect to new page name ,in short all the controls and all thing should be replaced with students.
problem is it will also affect grid column so it will be difficult to binding.
and also save new user interface when user logs in..


please help me......

It Is Urgent,
Posted

1 solution

Make proper user control for each entity (I mean edit or details or anything related to them).

Then do something that the control in each tab is loaded based on the title of that tab.

So the renaming of the tabs automatically causes to load proper user control into that Tab.
 
Share this answer
 
Comments
[no name] 25-Oct-11 2:01am    
Thank you!!!

it will be time consuming, i want jadoo ki chhadi so that i can change name in whole application by single code,there are many controls and fields related to contol to be changed.....
grid view fields also be changed it will create problem of binding...
Amir Mahfoozi 25-Oct-11 3:04am    
So as I understood it is not a problem which could be answered very quickly so try to design an architecture that covers all of your requirements.

Good Luck

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