New Posts New Posts RSS Feed: Question on Radio Buttons and Ideablade
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

Question on Radio Buttons and Ideablade

 Post Reply Post Reply
Author
BillG View Drop Down
DevForce MVP
DevForce MVP
Avatar

Joined: 05-Dec-2007
Location: Monroe, MI
Posts: 233
Post Options Post Options   Quote BillG Quote  Post ReplyReply Direct Link To This Post Topic: Question on Radio Buttons and Ideablade
    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?

Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down