Skip to content

Commit ec02ea0

Browse files
committed
Merge branch 'master' into dev
2 parents 0637b0f + 1ae6ac3 commit ec02ea0

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ There are a significant number of controls in ASP.NET Web Forms, and we will foc
2929
- [Repeater](docs/Repeater.md)
3030
- Validation Controls
3131
- CompareValidator
32-
- CustomValidator
32+
- [CustomValidator](docs/CustomValidator.md)
3333
- RangeValidator
34-
- RegularExpressionValidator(?)
35-
- RequiredFieldValidator
36-
- ValidationSummary
34+
- [RegularExpressionValidator](docs/RegularExpressionValidator.md)
35+
- [RequiredFieldValidator](docs/RequiredFieldValidator.md)
36+
- [ValidationSummary](docs/ValidationSummary.md)
3737
- Navigation Controls
3838
- Menu
3939
- SiteMapPath

docs/CustomValidator.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# CustomValidator Component

docs/RegularExpressionValidator.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
# RegularExpressionValidator Component
2+

docs/RequiredFieldValidator.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# RequiredFieldValidator Component

docs/ValidationSummary.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# ValidationSummary Component

0 commit comments

Comments
 (0)