Part 31- How to create dynamic Menu in ASP.NET MVC using partial view and bootstrap

  Рет қаралды 89,399

Technotips Ashish

Technotips Ashish

Күн бұрын

Пікірлер: 50
@aapkanigam
@aapkanigam 6 жыл бұрын
Click on thumbs up🖒 button if you like this video. 👉Subscribe our channel for real time MVC videos. And don't forget to 👉share this😁 Thanks💖
@OnlineMediaCollection
@OnlineMediaCollection 6 жыл бұрын
After watching so many videos, your solution fixed my issue. THANKS A LOT!!! Using RenderAction instead of RenderPartial was the key. RESPECT!
@kyleoliver8142
@kyleoliver8142 4 жыл бұрын
Hi Ashish, thanks for your tutorial, it's great! Only one thing - how can you get the dynamic menu partial view to be on the right side of the page and not the left?
@venkatram2032
@venkatram2032 5 жыл бұрын
Thanks for the excellent video. How to pass multiple parameters when the user click on any button from left hand side?
@Bikinasikajadeh
@Bikinasikajadeh 2 жыл бұрын
I HAVE question: the login page and index page are from same controller "TestController" and the partial menu come from "TestController". can i use the partial menu from "TestController" to another controller ? 🙏🏻Thanks Ashish 😍🙏🏻
@aapkanigam
@aapkanigam 2 жыл бұрын
Yes, you can do it🤷🏻👍🏻
@Bikinasikajadeh
@Bikinasikajadeh 2 жыл бұрын
@@aapkanigam thankyou so much ☺️🙏🏻
@Bikinasikajadeh
@Bikinasikajadeh 2 жыл бұрын
Hi @@aapkanigam ! When i use your code in asp.net core, the @html.renderaction returning red line in visual studio, please inform whats wrong ? Thanks 🙏🏻
@jordangomez5816
@jordangomez5816 3 жыл бұрын
thanks man , you save my life
@cristopherlaree1017
@cristopherlaree1017 3 жыл бұрын
Thanks for your Tutorial! ;)
@DeepakVerma-zb5ot
@DeepakVerma-zb5ot 4 жыл бұрын
Are bhai ye director ke mgs ko layout me rakh lo aur jaha pe apko sabhi page ko execute krna hai waha pe renderbody ko laga do ye sab karna hi nhi npadhega
@kaushikbhadani4227
@kaushikbhadani4227 7 жыл бұрын
Thanks man!! i m watching all ur tutorials!!
@culturapoliticaycomputador9999
@culturapoliticaycomputador9999 3 жыл бұрын
Thank you friend,🙏👍😇
@Australia379
@Australia379 7 жыл бұрын
Great Tutorial Mr. Ashish
@adilkevin6220
@adilkevin6220 6 жыл бұрын
Can you create a video how to handle dynamic side bar menus i.e from database Based on the roles it should display appropriate menus roles are employee, manager and admin If admin logs he should have access to all the pages, Manager can have access less pages than admin and employee can access only few pages
@DecklonNyarko
@DecklonNyarko 7 жыл бұрын
Brilliant but in MVC 6 there's no RenderAction, how can I call a partialview with controller​ and action parameters? thanks
@AmitKumar-zd3ri
@AmitKumar-zd3ri 6 жыл бұрын
Hello sir. how do we access partial view value of the current page in the next page in mvc
@technologysound9075
@technologysound9075 4 жыл бұрын
videos are amazing
@AzizjanAyupov_leo
@AzizjanAyupov_leo 7 жыл бұрын
Thank you! I wish you a better computer :)
@luisbarreto1443
@luisbarreto1443 5 жыл бұрын
Thanks for share !
@aapkanigam
@aapkanigam 5 жыл бұрын
Thanks keep learning and sharing
@nehasrivatsava94
@nehasrivatsava94 4 жыл бұрын
how can i get data in nav bar from database rather than this list.Add(new MenuItem { Link = "/Test/Index", LinkName = "Home" });
@sudhirdehade
@sudhirdehade 7 жыл бұрын
Sorry to ask you again... I am working on a project in which I have so many sections . Every section have same header and footer but various sidebar. I want to use partial view in my switch case. I have implemented it by using this vdo. But after that my side navigation bar is not coming.???
@aapkanigam
@aapkanigam 7 жыл бұрын
+Sudhir Dehade what error are you getting
@sudhirdehade
@sudhirdehade 7 жыл бұрын
Can you please share your email id??? I cant share the data publicly...
@aapkanigam
@aapkanigam 7 жыл бұрын
+Sudhir Dehade Nigam2ashish@gmail.com
@aapkanigam
@aapkanigam 7 жыл бұрын
+Sudhir Dehade Nigam2ashish@gmail.com
@fatikhangasimov8204
@fatikhangasimov8204 7 жыл бұрын
Hello sir. Can we create dynamic navbar as this way?
@aapkanigam
@aapkanigam 7 жыл бұрын
+Fatixan Qasimov yes of course. You need to call it from layout page .
@cesevangelista2025
@cesevangelista2025 6 жыл бұрын
Hi, in MVC Core 2, for example I have a form with multiple inputs that uses a model, can we use partial view to display form submit result in same view of the form?
@aapkanigam
@aapkanigam 6 жыл бұрын
+Cecilia Rodriguez Yes, you can. place all input and button control into partial view and just render it to your index page.
@cesevangelista2025
@cesevangelista2025 6 жыл бұрын
Thanks, I did what you said and it worked. The only issue i'm having is the refresh/clear button doesn't work. Any suggestion?
@szafar5797
@szafar5797 3 жыл бұрын
did not work when i did it in a shared view
@sudhirdehade
@sudhirdehade 7 жыл бұрын
Can we use partial view with switch cases???
@aapkanigam
@aapkanigam 7 жыл бұрын
+Sudhir Dehade yes .. just return partialview in case ..
@sudhirdehade
@sudhirdehade 7 жыл бұрын
I am working on a project in which I have so many sections . Every section have same header and footer but various sidebar. I want to use partial view in my switch case. I have implemented it by using this vdo. But after that my side navigation bar is not coming.???
@krishna172225
@krishna172225 6 жыл бұрын
Pls post some videos on layout pages
@technotipsashishhindi9525
@technotipsashishhindi9525 6 жыл бұрын
Please watch part 21 onwards
@asd22522
@asd22522 6 жыл бұрын
thanks man , you r v good
@narendarsingh4672
@narendarsingh4672 6 жыл бұрын
Great sir
@guycamu8873
@guycamu8873 5 жыл бұрын
Good tutorial thank
@manojfss
@manojfss 6 жыл бұрын
great tutorial. i like it.
@aapkanigam
@aapkanigam 6 жыл бұрын
Thank You, keep learning and teaching ☺
@vinayakjambhale5985
@vinayakjambhale5985 6 жыл бұрын
Sir Please create video on phone no otp registration in mvc5
@aapkanigam
@aapkanigam 6 жыл бұрын
+VINAYAK JAMBHALE Sure will add to list. thanks
@vinayakjambhale5985
@vinayakjambhale5985 6 жыл бұрын
Technotips - Ashish sir thank you so much...you are doing so well...
@szafar5797
@szafar5797 3 жыл бұрын
dose not work followed your example
@lutforurc
@lutforurc 7 жыл бұрын
Sir I am waiting for your next Video, Please upload next video
@aapkanigam
@aapkanigam 7 жыл бұрын
+Lutfor Rahman Sure ..Keep Learning And Sharing
Part 32- Preview Image before upload using JQuery in ASP.NET MVC
28:54
Technotips Ashish
Рет қаралды 21 М.
1, 2, 3, 4, 5, 6, 7, 8, 9 🙈⚽️
00:46
Celine Dept
Рет қаралды 83 МЛН
ЗНАЛИ? ТОЛЬКО ОАЭ 🤫
00:13
Сам себе сушист
Рет қаралды 4,2 МЛН
Ice Cream or Surprise Trip Around the World?
00:31
Hungry FAM
Рет қаралды 7 МЛН
jQuery Ajax CRUD in ASP.NET Core MVC using Popup Dialog
59:47
CodAffection
Рет қаралды 179 М.
24 - Dynamic Partial View
18:33
Code Semantic
Рет қаралды 7 М.
Navigation Control : Tree View  and Menu in Asp.net using C#
7:42
Dhruvin Shah
Рет қаралды 59 М.
Create Dynamic Menu with Children in ASP.NET CORE
16:46
ASP.NET MVC
Рет қаралды 5 М.
How to create multi level menus dynamically in asp.net mvc
36:29
Csharp Space
Рет қаралды 32 М.
How to add controls dynamically in asp.net mvc using javascript
16:20
1, 2, 3, 4, 5, 6, 7, 8, 9 🙈⚽️
00:46
Celine Dept
Рет қаралды 83 МЛН