Justin Cooney

Web Development Tips and Examples

Category: Web Development

  • In this example I will explain how to call HTML page elements in nested child iFrames. This can be handy if, for example, you want to get something a user has entered into a text entry box that is contained in an embedded iFrame, or even in a nested set of iFrames several levels deep.

  • The Kendo UI Flip Effect is pretty cool and offers some handy functionality for Web pages that are short on space. You can set a section of your page to have a flip effect where the user can toggle between viewing two different sections of data. This is a nice option to standard popups or…

  • In this article I’m going to show an example Web page in which I take a basic Kendo TabStrip front-end control, and integrate it with an ASP.NET WebForm in order to dynamically add tabs to the TabStrip from code-behind. To be able to run the example right away I’ve referenced the key libraries online instead of using…