You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnet/Captcha/Getting-Started.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,19 @@
1
1
---
2
2
layout: post
3
3
title: Getting Started | Captcha | ASP.NET Webforms | Syncfusion
4
-
description: getting started
4
+
description: Learn here about getting started with Syncfusion Essential ASP.NET Webforms Captcha Control, its elements, and more.
5
5
platform: aspnet
6
6
control: Captcha
7
7
documentation: ug
8
8
---
9
9
10
-
# Getting Started
10
+
# Getting Started with ASP.NET Webforms Captcha
11
11
12
12
## Create your first Captcha in ASP.NET
13
13
14
14
This section enables you to configure the Captcha control in your ASP.NET WEB application and also in learning how to use Captcha with auto validation in Web Forms.
Copy file name to clipboardExpand all lines: aspnet/Numerictextbox/Getting-Started.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,21 +1,21 @@
1
1
---
2
2
layout: post
3
3
title: Getting Started | NumericTextbox | ASP.NET Webforms | Syncfusion
4
-
description: getting started
4
+
description: Learn here about getting started with Syncfusion Essential ASP.NET Webforms NumericTextbox Control, its elements, and more.
5
5
platform: aspnet
6
6
control: NumericTextbox
7
7
documentation: ug
8
8
---
9
9
10
-
# Getting Started
10
+
# Getting Started with ASP.NET Webforms NumericTextbox
11
11
12
12
13
13
14
14
## Create your first Editor in ASP.NET
15
15
16
16
The Essential ASP.NET Web Forms Editors control includes Numeric, Percentage, Currency and MaskEdit textbox controls. Here, you can learn how to use ASP.NET Textboxes controls in the Electricity bill calculator Application. This guides you to use the wide range of TextBox functionalities to complete this application.

357
357
358
358
359
359
@@ -543,7 +543,7 @@ To customize the button, you can set the ContentType as TextAndImage to incl
543
543
544
544
Run the above code to render the TextBox control. Fill the required Textbox fields and click the Calculate button. The values are displayed and an alert message is shown. The following screenshot illustrates the final output of the Electricity bill calculator.
0 commit comments