Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions aspnetmvc/Button/Button-Type.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Button Type | Button | ASP.NET MVC | Syncfusion
description: button type
title: Button Type in ASP.NET MVC Button control | Syncfusion
description: Learn here more about Button Type in Syncfusion Essential ASP.NET MVC Button Control, its elements, and more.
platform: ejmvc
control: Button
documentation: ug
---

# Button Type
# Button Type in ASP.NET MVC Button

Button is used as normal click able button, submitting form data, resetting the form data to its initial value. According to the usage of button, you can render the button in three types. Using the Type property, you can easily render the button in following types.

Expand Down Expand Up @@ -62,7 +62,7 @@ The following steps explains you the details about rendering the Button with abo

Execute the above code to render the following output.

![](Button-Type_images/Button-Type_img1.png)
![Button Type in ASP.NET MVC Button](Button-Type_images/Button-Type_img1.png)

Different button types
{:.caption}
16 changes: 8 additions & 8 deletions aspnetmvc/Captcha/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
---
layout: post
title: Getting Started | Captcha | ASP.NET MVC | Syncfusion
description: getting started
title: Getting Started with ASP.NET MVC Captcha control | Syncfusion
description: Learn here more about Getting Started with Syncfusion Essential ASP.NET MVC Captcha Control, its element and more.
platform: ejmvc
control: Captcha
documentation: ug
---

# Getting Started
# Getting Started with ASP.NET MVC Captcha

## Create your first Captcha in ASP.NET MVC

This section enables you to configure the Captcha control in your ASP.NET MVC application and also in learning how to use captcha with auto validation in Web Forms.

![](Getting-Started_images/Getting-Started_img1.png)
![Create your first Captcha in ASP.NET MVC ](Getting-Started_images/Getting-Started_img1.png)

Captcha control with AutoValidation
{:.caption}
Expand Down Expand Up @@ -80,7 +80,7 @@ N> Version=XX.XXXX.X.X - It will vary depend up on .NET Framework version and Es

The following screen shot displays the output of the above codes.

![](Getting-Started_images/Getting-Started_img2.png)
![Web.config file for Captcha image in ASP.NET MVC](Getting-Started_images/Getting-Started_img2.png)

Captcha control with initial render
{:.caption}
Expand Down Expand Up @@ -120,7 +120,7 @@ The Captcha control supports captcha in the form of audio and when you click the

The following screenshot displays the output of the above codes.

![](Getting-Started_images/Getting-Started_img3.png)
![Captcha with Audio and Refresh in ASP.NET MVC](Getting-Started_images/Getting-Started_img3.png)

Captcha control with refresh and audio support
{:.caption}
Expand Down Expand Up @@ -409,12 +409,12 @@ The Captcha supports automatic validation by enabling the property EnableAutoVa

The following screenshot is the output for the above code example.

![](Getting-Started_images/Getting-Started_img4.png)
![Captcha with failed AutoValidation in ASP.NET MVC](Getting-Started_images/Getting-Started_img4.png)

Captcha control with failed Auto Validation
{:.caption}

![](Getting-Started_images/Getting-Started_img5.png)
![Captcha with successful AutoValidation in ASP.NET MVC](Getting-Started_images/Getting-Started_img5.png)

Captcha control with successful AutoValidation
{:.caption}
Expand Down
Loading