By Data Juggler Software http://www.datajuggler.com

If you like any of my projects you can help support my web site http://www.daily-click.com which is dedicated to using technology to helping people and animals; You can make a donation of any amount $3 and up or by telling your friends, family and coworkers about my web site. Daily-Click.com offers free email and text messaging services to pet guardians and / or emerency contacts if a user does not 'Check In' at the times they selected or in the event of an emergency. Perfect for anyone who lives alone, especially pet owners and seniors.

Project Description
Web Property Creator is a tool for exposing properties on web pages or web user controls. Create properties that use Session, ViewState or object sources.

Web Property Creator is a tool used to create properties for web pages and web user controls.

You can watch a video on YouTube: http://www.youtube.com/watch?v=Na6JiV508Yk&feature=youtu.be

There are three types of properites you can create; Session, ViewState and Object.

Session

This will create a property that the value will be available to the web application for the lifetime of the session of the current web visit.

ViewState

This will create a property that is available only to the current control or page that this property belongs to.

Object

This will create a property that the value comes from another object. An example of using object is a page or control that has a child control you want to expose the value of.

Object behaves differently than ViewState or Session in that the object type of properties check for the existence of the object before setting the value. ViewState and Session always set the value in the setter.

Last edited Apr 30 at 2:33 AM by Corby, version 8