Skip to content
Loading
How do I update the changes of the radio button selection ?  
  •               
  •             class="radio">  
  •                 
  •                     "radio" name="collectionPoint"  value="Uni Hospital (9:30am)">  
  •                         Uni Hospital School (9:30am)  
  •                   
  •                   
  •               
  •             "Update_CollectionPoint" runat="server" OnClick="Update_CollectionPoint_Click" Text="Update" />  
  •                       
  •          
  •     
  •  
  •  The idea is that whenever a Dept Head and Representative made the changes, the collectionPoint will be changed in the database.  The Dept Head ID and Representative are tied to the RoleId and RoleName in the Role table.
     
    I have googled but so far can't find any tutorial that is directly related to my question.  I wish there is a beginner book that I can read thru to study all these basic functionality.....

    5 Replies

    Know the answer? Post it — somebody with the same question will find it here.