<script language="javascript" type="text/javascript">
function resizeIframe(obj) {
obj.style.height = obj.contentWindow.document.body.scrollHeight + 'px';
}
</script>
<iframe src="http://google.com/" frameborder="0" scrolling="no" id="iframe" onload='javascript:resizeIframe
(this);' />
Thursday, June 13, 2013
Wednesday, June 12, 2013
How to solve problem: Bootstrap not working with jQuery UI datepicker?
Need to make sure the references for javascript and css in following order:
How to get current Action and Controller name in ASP.NET MVC?
From ViewContext
string action = ViewContext.RouteData.Values["action"].ToString();
string controller = ViewContext.RouteData.Values["controller"].ToString();
Tuesday, June 11, 2013
Subscribe to:
Posts (Atom)