Creating a user form in SynWeb

Note: You must first create the Mark-up and Code Behind files in either Microsoft Visual Studio 2008 (or later) or Microsoft Visual Web Developer 2010 Express.

To create a user form within SynWeb:


  1. Select System > User Form Maintenance from the SynWeb main menu.
    The User Form Maintenance window is displayed.
  2. Click .
    The User Form Maintenance window is displayed.
  3. Select the Application:
    SynWeb to create a user form to be used in SynWeb
    • CommunityPortal to create a user form to be used in the Community Portal.
  4. Select the Master Resource:
    • ClassMaint to create a user form in Class Maintenance
    • CourseMaint to create a user form in Course Maintenance
    • StaffMain to create a user form in Staff Maintenance
    • StudentMaint to create a user form in Student Maintenance
    • SubjectAssessmentAreaMaint to create a user form in Subject Assessment Area Maintenance.
  5. Type in a code to identify the user form. For example, StudentDiscipline.
  6. Type in a description for the user form. For example, Student Discipline Incidents.
  7. Click .
    The User Form Maintenance - Mark-up tab is displayed.
  8. Copy and paste the Mark-up code from Microsoft Visual Studio or Microsoft Visual Web Developer Express.
  9. Select the Code behind tab.
    The Code behind tab is displayed.
  10. Copy and paste the Code Behind code from Microsoft Visual Studio or Microsoft Visual Web Developer Express.
  11. Click  if you want to test the user form.
  12. Click .
    The user form is created.