Advertisement
Guest User

Untitled

a guest
Jul 11th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
ASP 2.29 KB | None | 0 0
  1.     <!-- REGISTRATION INFO SECTION - HIDDEN : ADDED FOR SECTIONAL PRINTING ONLY -->
  2.     <Section name="Registration Information" ID="01">
  3.         <Text TemplateName="SectionHeaderMainTop" PrefixID="RegistrationInfoHeader">Registration details</Text>
  4.         <Field type="DropDown" BindingSource="DALApplication.Candidate" BindingMember="Title" ddData="Title" TemplateName="DropDownLeftBroad" FirstItem="Please select..." Key="Title">Title</Field>
  5.         <Field type="TextBox" BindingSource="DALApplication.Candidate" BindingMember="TitleOther" TemplateName="TextBoxLeftBroad" Key="TitleOther">If other title, please specify</Field>
  6.         <Field type="TextBox" BindingSource="DALApplication.Candidate" BindingMember="FirstName" TemplateName="TextBoxLeftBroad">First name(s)</Field>
  7.         <Field type="TextBox" BindingSource="DALApplication.Candidate" BindingMember="LastName" TemplateName="TextBoxLeftBroad">Last name</Field>
  8.         <Field type="TextBox" BindingSource="DALApplication.Candidate" BindingMember="KnownAs" TemplateName="TextBoxLeftBroad">(Known as)</Field>
  9.         <Field type="DropDown" BindingSource="DALApplication" BindingMember="LATVacancyID" ddData="ddVacancyNameRIPrint" TemplateName="DropDownLeftBroad">Vacancy</Field>
  10.         <Field Hide="_HideForQLPL_" type="DropDown" BindingSource="DALClientApplication" BindingMember="SAMPreferenceUniDetailsUniCollegeID" ddData="ddUniversity" ParentDDID="ddUniCountry" TemplateName="DropDownLeftBroad" FirstItem="Please select..." Key="SAMPreferenceUniDetailsUniCollegeID">University/Business school</Field>
  11.         <Field Hide="_HideForQLPL_" type="TextBox" MaxLength="150" BindingSource="DALClientApplication" BindingMember="SAMPreferenceUniDetailsUniCollegeOther" TemplateName="TextBoxLeftBroad" Key="SAMPreferenceUniDetailsUniCollegeOther">If other please specify</Field>
  12.         <QuestionFlow Hide="_HideForQLPL_" PrefixID="keEditUniversityDetailsQuestionFlow" TemplateName="QuestionFlowControl">
  13.             <Hide>TitleOther</Hide>
  14.             <Hide>SAMPreferenceUniDetailsUniCollegeOther</Hide>
  15.             <Flow Controller="Title" Show="TitleOther" Operator="Contains" Value="Other" />
  16.             <Flow Controller="SAMPreferenceUniDetailsUniCollegeID" Show="SAMPreferenceUniDetailsUniCollegeOther" Operator="Contains" Value="Other" />
  17.         </QuestionFlow>
  18.     </Section>
  19.     <!-- END REGISTRATION INFO SECTION - HIDDEN : ADDED FOR SECTIONAL PRINTING ONLY -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement