📄 default3.aspx
字号:
City:
<asp:TextBox ID="CityTextBox" runat="server" Text='<%# Bind("City") %>'>
</asp:TextBox><br />
CareerObj:
<asp:TextBox ID="CareerObjTextBox" runat="server" Text='<%# Bind("CareerObj") %>'>
</asp:TextBox><br />
Interests:
<asp:TextBox ID="InterestsTextBox" runat="server" Text='<%# Bind("Interests") %>'>
</asp:TextBox><br />
Others:
<asp:TextBox ID="OthersTextBox" runat="server" Text='<%# Bind("Others") %>'>
</asp:TextBox><br />
University:
<asp:TextBox ID="UniversityTextBox" runat="server" Text='<%# Bind("University") %>'>
</asp:TextBox><br />
College:
<asp:TextBox ID="CollegeTextBox" runat="server" Text='<%# Bind("College") %>'>
</asp:TextBox><br />
Major:
<asp:TextBox ID="MajorTextBox" runat="server" Text='<%# Bind("Major") %>'>
</asp:TextBox><br />
StartDate:
<asp:TextBox ID="StartDateTextBox" runat="server" Text='<%# Bind("StartDate") %>'>
</asp:TextBox><br />
EndDate:
<asp:TextBox ID="EndDateTextBox" runat="server" Text='<%# Bind("EndDate") %>'>
</asp:TextBox><br />
InstitutionName:
<asp:TextBox ID="InstitutionNameTextBox" runat="server" Text='<%# Bind("InstitutionName") %>'>
</asp:TextBox><br />
JobTitle:
<asp:TextBox ID="JobTitleTextBox" runat="server" Text='<%# Bind("JobTitle") %>'>
</asp:TextBox><br />
Country:
<asp:TextBox ID="CountryTextBox" runat="server" Text='<%# Bind("Country") %>'>
</asp:TextBox><br />
EmploymentStatus:
<asp:TextBox ID="EmploymentStatusTextBox" runat="server" Text='<%# Bind("EmploymentStatus") %>'>
</asp:TextBox><br />
ExpFromDate:
<asp:TextBox ID="ExpFromDateTextBox" runat="server" Text='<%# Bind("ExpFromDate") %>'>
</asp:TextBox><br />
ExpToDate:
<asp:TextBox ID="ExpToDateTextBox" runat="server" Text='<%# Bind("ExpToDate") %>'>
</asp:TextBox><br />
FileContent:
<asp:TextBox ID="FileContentTextBox" runat="server" Text='<%# Bind("FileContent") %>'>
</asp:TextBox><br />
ReferenceName:
<asp:TextBox ID="ReferenceNameTextBox" runat="server" Text='<%# Bind("ReferenceName") %>'>
</asp:TextBox><br />
Expr1:
<asp:TextBox ID="Expr1TextBox" runat="server" Text='<%# Bind("Expr1") %>'>
</asp:TextBox><br />
Expr2:
<asp:TextBox ID="Expr2TextBox" runat="server" Text='<%# Bind("Expr2") %>'>
</asp:TextBox><br />
Expr3:
<asp:TextBox ID="Expr3TextBox" runat="server" Text='<%# Bind("Expr3") %>'>
</asp:TextBox><br />
Phone:
<asp:TextBox ID="PhoneTextBox" runat="server" Text='<%# Bind("Phone") %>'>
</asp:TextBox><br />
RewardTitle:
<asp:TextBox ID="RewardTitleTextBox" runat="server" Text='<%# Bind("RewardTitle") %>'>
</asp:TextBox><br />
RewardDate:
<asp:TextBox ID="RewardDateTextBox" runat="server" Text='<%# Bind("RewardDate") %>'>
</asp:TextBox><br />
SkillType:
<asp:TextBox ID="SkillTypeTextBox" runat="server" Text='<%# Bind("SkillType") %>'>
</asp:TextBox><br />
SkillName:
<asp:TextBox ID="SkillNameTextBox" runat="server" Text='<%# Bind("SkillName") %>'>
</asp:TextBox><br />
<asp:LinkButton ID="InsertButton" runat="server" CausesValidation="True" CommandName="Insert"
Text="Insert">
</asp:LinkButton>
<asp:LinkButton ID="InsertCancelButton" runat="server" CausesValidation="False" CommandName="Cancel"
Text="Cancel">
</asp:LinkButton>
</InsertItemTemplate>
<ItemTemplate>
FirstName:
<asp:Label ID="FirstNameLabel" runat="server" Text='<%# Bind("FirstName") %>'></asp:Label><br />
MidName:
<asp:Label ID="MidNameLabel" runat="server" Text='<%# Bind("MidName") %>'></asp:Label><br />
LastName:
<asp:Label ID="LastNameLabel" runat="server" Text='<%# Bind("LastName") %>'></asp:Label><br />
DOB:
<asp:Label ID="DOBLabel" runat="server" Text='<%# Bind("DOB") %>'></asp:Label><br />
Fax:
<asp:Label ID="FaxLabel" runat="server" Text='<%# Bind("Fax") %>'></asp:Label><br />
Gender:
<asp:Label ID="GenderLabel" runat="server" Text='<%# Bind("Gender") %>'></asp:Label><br />
Nationality:
<asp:Label ID="NationalityLabel" runat="server" Text='<%# Bind("Nationality") %>'></asp:Label><br />
MobileNum:
<asp:Label ID="MobileNumLabel" runat="server" Text='<%# Bind("MobileNum") %>'></asp:Label><br />
Email:
<asp:Label ID="EmailLabel" runat="server" Text='<%# Bind("Email") %>'></asp:Label><br />
MaritalStatus:
<asp:Label ID="MaritalStatusLabel" runat="server" Text='<%# Bind("MaritalStatus") %>'></asp:Label><br />
Emirate:
<asp:Label ID="EmirateLabel" runat="server" Text='<%# Bind("Emirate") %>'></asp:Label><br />
City:
<asp:Label ID="CityLabel" runat="server" Text='<%# Bind("City") %>'></asp:Label><br />
CareerObj:
<asp:Label ID="CareerObjLabel" runat="server" Text='<%# Bind("CareerObj") %>'></asp:Label><br />
Interests:
<asp:Label ID="InterestsLabel" runat="server" Text='<%# Bind("Interests") %>'></asp:Label><br />
Others:
<asp:Label ID="OthersLabel" runat="server" Text='<%# Bind("Others") %>'></asp:Label><br />
University:
<asp:Label ID="UniversityLabel" runat="server" Text='<%# Bind("University") %>'></asp:Label><br />
College:
<asp:Label ID="CollegeLabel" runat="server" Text='<%# Bind("College") %>'></asp:Label><br />
Major:
<asp:Label ID="MajorLabel" runat="server" Text='<%# Bind("Major") %>'></asp:Label><br />
StartDate:
<asp:Label ID="StartDateLabel" runat="server" Text='<%# Bind("StartDate") %>'></asp:Label><br />
EndDate:
<asp:Label ID="EndDateLabel" runat="server" Text='<%# Bind("EndDate") %>'></asp:Label><br />
InstitutionName:
<asp:Label ID="InstitutionNameLabel" runat="server" Text='<%# Bind("InstitutionName") %>'></asp:Label><br />
JobTitle:
<asp:Label ID="JobTitleLabel" runat="server" Text='<%# Bind("JobTitle") %>'></asp:Label><br />
Country:
<asp:Label ID="CountryLabel" runat="server" Text='<%# Bind("Country") %>'></asp:Label><br />
EmploymentStatus:
<asp:Label ID="EmploymentStatusLabel" runat="server" Text='<%# Bind("EmploymentStatus") %>'></asp:Label><br />
ExpFromDate:
<asp:Label ID="ExpFromDateLabel" runat="server" Text='<%# Bind("ExpFromDate") %>'></asp:Label><br />
ExpToDate:
<asp:Label ID="ExpToDateLabel" runat="server" Text='<%# Bind("ExpToDate") %>'></asp:Label><br />
FileContent:
<asp:Label ID="FileContentLabel" runat="server" Text='<%# Bind("FileContent") %>'></asp:Label><br />
ReferenceName:
<asp:Label ID="ReferenceNameLabel" runat="server" Text='<%# Bind("ReferenceName") %>'></asp:Label><br />
Institution Name:
<asp:Label ID="Expr1Label" runat="server" Text='<%# Bind("Expr1") %>'></asp:Label><br />
Address:
<asp:Label ID="Expr2Label" runat="server" Text='<%# Bind("Expr2") %>'></asp:Label><br />
Job title:
<asp:Label ID="Expr3Label" runat="server" Text='<%# Bind("Expr3") %>'></asp:Label><br />
Phone:
<asp:Label ID="PhoneLabel" runat="server" Text='<%# Bind("Phone") %>'></asp:Label><br />
RewardTitle:
<asp:Label ID="RewardTitleLabel" runat="server" Text='<%# Bind("RewardTitle") %>'></asp:Label><br />
RewardDate:
<asp:Label ID="RewardDateLabel" runat="server" Text='<%# Bind("RewardDate") %>'></asp:Label><br />
SkillType:
<asp:Label ID="SkillTypeLabel" runat="server" Text='<%# Bind("SkillType") %>'></asp:Label><br />
SkillName:
<asp:Label ID="SkillNameLabel" runat="server" Text='<%# Bind("SkillName") %>'></asp:Label><br />
</ItemTemplate>
</asp:FormView>
<br />
<br />
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionStrings:ConnectionString %>"
SelectCommand="SELECT cvTable1.FirstName, cvTable1.MidName, cvTable1.LastName, cvTable1.DOB, cvTable1.Fax, cvTable1.Gender, cvTable1.Nationality, cvTable1.MobileNum, cvTable1.Email, cvTable1.MaritalStatus, cvTable1.Emirate, cvTable1.City, CareerObjInterestOther.CareerObj, CareerObjInterestOther.Interests, CareerObjInterestOther.Others, Education.University, Education.College, Education.Major, Education.StartDate, Education.EndDate, Experience.InstitutionName, Experience.JobTitle, Experience.Country, Experience.EmploymentStatus, Experience.ExpFromDate, Experience.ExpToDate, Files.FileContent, [References].ReferenceName, [References].InstitutionName AS Expr1, [References].JobTitle AS Expr2, [References].Email AS Expr3, [References].Phone, Rewards.RewardTitle, Rewards.RewardDate, Skills.SkillType, Skills.SkillName FROM CareerObjInterestOther INNER JOIN cvTable1 ON CareerObjInterestOther.CVId = cvTable1.CVId INNER JOIN Education ON cvTable1.CVId = Education.CVId INNER JOIN Experience ON cvTable1.CVId = Experience.CVId INNER JOIN Files ON cvTable1.CVId = Files.CVId INNER JOIN [References] ON cvTable1.CVId = [References].CVId INNER JOIN Rewards ON cvTable1.CVId = Rewards.CVId INNER JOIN Skills ON cvTable1.CVId = Skills.CVId">
</asp:SqlDataSource>
</form>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -