I'm using C#
and SmartAdmin to build my web page.
Everything working fine until I put in iframe
code.
This is my codes:
iframe id="displayFrame" src="@Url.Content("~/ReportViewer/UserListingReportViewer.aspx")" style="width:100%; height:1000px"
All buttons
and dropdown
menu is not working after i put in codes above.
Please advice.