Print Page | Close Window

Question on Radio Buttons and Ideablade

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce Classic
Forum Discription: For .NET 2.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=1302
Printed Date: 12-Mar-2025 at 7:23pm


Topic: Question on Radio Buttons and Ideablade
Posted By: BillG
Subject: Question on Radio Buttons and Ideablade
Date Posted: 04-Jun-2009 at 7:29am
When I hook up my radio buttons as in the following code
 

ViewDescriptor buildingInfoViewDescriptor =

new ViewDescriptor(EntityPropertyDescriptors.EmployerChangeRecord.BuildingInfo);

EmployerChangeFormCBM.Descriptors.AddGroup(BuildingInfoGroupBox, buildingInfoViewDescriptor);

 

Is the BuildingInfo field automatically updated when then user clicks on the radio button and then updated back to the database?




Print Page | Close Window