What is alternative of panel in mvc ?
like i have 3 panel,on checkbox click i want to show 1 panel and hide other 2 panel.and if i select dropdownlist item then on selection changed how to do this same concept also.I want to do this task in mvc
Hi,
While rendering Panel control in browser it is rendered as HTML DIV.
So you have to use DIV for the alternative of Panel.
And for show hide you have to use jquery.
Refer below article.
© COPYRIGHT 2024 ASPSnippets.com ALL RIGHTS RESERVED.