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

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

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!
@kaushikbhadani4227
@kaushikbhadani4227 7 жыл бұрын
Thanks man!! i m watching all ur tutorials!!
@culturapoliticaycomputador9999
@culturapoliticaycomputador9999 3 жыл бұрын
Thank you friend,🙏👍😇
@cristopherlaree1017
@cristopherlaree1017 3 жыл бұрын
Thanks for your Tutorial! ;)
@Australia379
@Australia379 7 жыл бұрын
Great Tutorial Mr. Ashish
@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?
@jordangomez5816
@jordangomez5816 3 жыл бұрын
thanks man , you save my life
@venkatram2032
@venkatram2032 5 жыл бұрын
Thanks for the excellent video. How to pass multiple parameters when the user click on any button from left hand side?
@adilkevin6220
@adilkevin6220 5 жыл бұрын
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
@luisbarreto1443
@luisbarreto1443 5 жыл бұрын
Thanks for share !
@aapkanigam
@aapkanigam 5 жыл бұрын
Thanks keep learning and sharing
@technologysound9075
@technologysound9075 4 жыл бұрын
videos are amazing
@AmitKumar-zd3ri
@AmitKumar-zd3ri 6 жыл бұрын
Hello sir. how do we access partial view value of the current page in the next page in mvc
@AzizjanAyupov_leo
@AzizjanAyupov_leo 6 жыл бұрын
Thank you! I wish you a better computer :)
@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" });
@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
@asd22522
@asd22522 5 жыл бұрын
thanks man , you r v good
@asikasik8698
@asikasik8698 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🤷🏻👍🏻
@asikasik8698
@asikasik8698 2 жыл бұрын
@@aapkanigam thankyou so much ☺️🙏🏻
@asikasik8698
@asikasik8698 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 🙏🏻
@guycamu8873
@guycamu8873 5 жыл бұрын
Good tutorial thank
@szafar5797
@szafar5797 3 жыл бұрын
did not work when i did it in a shared view
@manojfss
@manojfss 6 жыл бұрын
great tutorial. i like it.
@aapkanigam
@aapkanigam 6 жыл бұрын
Thank You, keep learning and teaching ☺
@narendarsingh4672
@narendarsingh4672 5 жыл бұрын
Great sir
@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
@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?
@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 .
@krishna172225
@krishna172225 6 жыл бұрын
Pls post some videos on layout pages
@technotipsashishhindi9525
@technotipsashishhindi9525 6 жыл бұрын
Please watch part 21 onwards
@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.???
@szafar5797
@szafar5797 3 жыл бұрын
dose not work followed your example
@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...
@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 М.
HAH Chaos in the Bathroom 🚽✨ Smart Tools for the Throne 😜
00:49
123 GO! Kevin
Рет қаралды 13 МЛН
ПРИКОЛЫ НАД БРАТОМ #shorts
00:23
Паша Осадчий
Рет қаралды 5 МЛН
Will A Guitar Boat Hold My Weight?
00:20
MrBeast
Рет қаралды 206 МЛН
Brawl Stars Edit😈📕
00:15
Kan Andrey
Рет қаралды 49 МЛН
jQuery Ajax CRUD in ASP.NET Core MVC using Popup Dialog
59:47
CodAffection
Рет қаралды 177 М.
ASP.NET Core Crash Course - C# App in One Hour
1:00:44
freeCodeCamp.org
Рет қаралды 1,5 МЛН
Frontend Web Development Projects that got me hired
10:38
James Cross
Рет қаралды 282 М.
24 - Dynamic Partial View
18:33
Code Semantic
Рет қаралды 7 М.
(#35) Dynamic views in asp.net core | Asp.Net Core tutorial
11:38
Full CRUD operation using datatables in ASP.NET MVC
1:07:51
sourav mondal
Рет қаралды 561 М.
Why aren't you using Fastify? Or Koa? Or NestJS?
9:58
Maximilian Schwarzmüller
Рет қаралды 50 М.
HAH Chaos in the Bathroom 🚽✨ Smart Tools for the Throne 😜
00:49
123 GO! Kevin
Рет қаралды 13 МЛН