i have admin dashboard in my project, if i wanted to change the postion of the controls or Divison at runtime pernanently how it will work ? and is it possible?
Loading
i have admin dashboard in my project, if i wanted to change the postion of the controls or Divison at runtime pernanently how it will work ? and is it possible?
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sachin SinghPosted Aug 6, 2021, 6:27 AM
If using asp.net MVC then you can create multiple Layouts and under ViewStart.cshtml you can use a switch or if-else, based on the HttpContext.RouteData["key"], you can set the key using dropdown or radiobuttons. And thus different users can use different themes.