Open in new window

Social Icons

Sunday, November 13, 2011

Dynamically resize an iframe height according to its contents (same domain)

The following is from a demonstration page on my website www.eagleware.net that has several examples and code on how to dynamically resize an iframe.   There are many programming situations that require the use of iframes for one reason or another. Iframes require you to specify a fixed height or they default to a height of around 50px....
read more

DevExpress ASPxPopupControl - Dynamically Resizing the ASPxPopupControl

I created a page on my website eagleware.net that contains examples on how to dynamically resize an ASPxPopupControl. This samples area deals with the peculiarities of resizing the ASPxPopupControl; in particular: The ASPxPopupControl Width & Height properties do not have any affect on HTML or CSS content placed within the ASPxPopupControl...
read more

DevExpress ASPxPopupControl - Display ASPxPopupControl over a video object

I created a page on my website eagleware.net that contains a simple control you can view with various browsers and test an ASPxPopupControl over a video with various settings and with the video embedded into the page as an <iframe> or <object>.. A previous article DevExpress ASPxMenu - Display dropdown menus over a Video object has short video that relates to this topic and also uses the same web page control to...
read more

DevExpress ASPxPopupControl - Display ASPxPopupControl over a PDF object

I created a page on my website eagleware.net that contains a simple control you can view with various browsers and test an ASPxPopupControl over a PDF with various settings and with the video embedded into the page as an <iframe>, <embed>, <object> or using Google Docs.   The following short video shows my page control...
read more

DevExpress ASPxMenu - Display dropdown menus over a Video object

I created a page on my website eagleware.net that contains a simple control you can view with various browsers and test an ASPxMenu's dropdown submenu over a video with various settings and with the video embedded into the page as an <iframe> or <object>. The following short video shows my page control on my website and how...
read more

DevExpress ASPxMenu - Display dropdown menus over a PDF object

This article explores various settings and methods to allow the DevExpress ASPxMenu dropdown submenus to render over the top of an embedded PDF object.   I created a page on my website eagleware.net that contains a simple control you can view with various browsers and test an ASPxMenu's dropdown submenu over a PDF with various settings...
read more

Saturday, November 12, 2011

How to build a FAQ page using the DevExpress ASPxNavBar bound to an Access or SQL Datasource

By design the ASPxNavBar supports binding only to hierarchical datasources (those that implement the IHierachicalDataSource interface - e.g. XmlDataSource, SiteMapDataSource) through its DataSourceID and DataSource properties.  Recently I wanted to build a FAQ page, I have done this before in other ways but this time I wanted to...
read more