Sometimes such simple steps can triple up and more, your productivity
Guy Peled, Visual webGui CTO:
"Using property grids can save you a whole lot of time and effort. Visual WebGui’s property grid control
provides online control property management like developers use when in Visual Studio’s design mode.
To use the control you simply drag and drop the property grid control to the design surface and bind it to whatever control you desire.
Changing anyone of the properties of the bound control via the property grid has an immediate effect as the server based state changes and gets reflected back to the client. The property grid automatically provides the relevant fields to enable productive property management including color selectors, font selectors, lookup values, multi-value fields and all common datatypes.In this sample we’ll use a label control as the bound object in the property grid control:
Simply drag and drop the property gird control to the designer.
1. Add this line of code in the load form function
private void MainForm_Load(object sender, EventArgs e)
{
mobjPropertyGrid.SelectedObject = this.mobjRecordNo;
}
2. Run the application and see the power of a property grid over the web.
Find out more about this example and other unique features in Visual WebGui's website: www.visualwebgui.com
And on this kind of productivity enhancment Gregory R Lomax, Senior IT Specialist IBM Global Services says:
"… I haven't been this impressed with any technology since I first saw VB back in the day. Cudos to all the guys 'n' gals who's sweated blood into VWG. Outstanding job.
I am proud to share with you this testimonial, especially when it comes from our collies at IBM. Thanks Gregory, from Guy Peled.