问题描述
我创建了包含选项卡的导航栏,
底部6个标签和上方6个标签,
我的用户可以更改标签名称和标签顺序,
但是问题是当我更改标签的名称时,
例如:假设我将领导"的名称更改为学生"
然后我必须在整个应用程序中进行更改,
如果标签上有编辑线索,则应编辑学生,
和页面也应该重定向到新的页面名称,总之所有控件和所有内容都应由学生替换.
问题是它也会影响网格列,因此很难绑定.
并在用户登录时保存新的用户界面..
请帮帮我......
紧急,
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,
推荐答案
这篇关于将选项卡名称的更改应用于asp.net中的所有支持页面控件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!