Hi,
So i have a selection dropdown and a textbox which should hide or show based on the selection dropdown value.
But on dropdown value change the textbox does not show/hide.
As read through old post, i have both below lines in my layout.cshtml
@Html.Raw(Html.RequiredClientResources(RenderingTags.Header)
@Html.Raw(Html.RequiredClientResources(RenderingTags.Footer)
Can anyone guide me how to fix this...