Skip to content

Commit 04ed21b

Browse files
Merge pull request #168 from Syncfusion-Content/hotfix/hotfix-v20.1.0.55
DOCINFRA-2341_merged_using_automation
2 parents d956b3b + d7c9738 commit 04ed21b

File tree

5 files changed

+38
-38
lines changed

5 files changed

+38
-38
lines changed

aspnet/Captcha/Getting-Started.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
22
layout: post
33
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.
55
platform: aspnet
66
control: Captcha
77
documentation: ug
88
---
99

10-
# Getting Started
10+
# Getting Started with ASP.NET Webforms Captcha
1111

1212
## Create your first Captcha in ASP.NET
1313

1414
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.
1515

16-
![](Getting-Started_images/Getting-Started_img1.png)
16+
![ASP.NET Webforms Captcha](Getting-Started_images/Getting-Started_img1.png)
1717

1818

1919
### Create Captcha Control
@@ -85,7 +85,7 @@ N> Version= {{ site.45esreleaseversion }} - It will vary depend up on .NET Fram
8585

8686
The following screenshot displays the output of the above codes.
8787

88-
![](Getting-Started_images/Getting-Started_img2.png)
88+
![ASP.NET Webforms Captcha creation](Getting-Started_images/Getting-Started_img2.png)
8989

9090

9191
### Show AudioButton and Refresh
@@ -129,7 +129,7 @@ This method is used to handle AJAX post when refresh and validation actions are
129129

130130
The following screenshot displays the output of the above codes.
131131

132-
![](Getting-Started_images/Getting-Started_img3.png)
132+
![ASP.NET Webforms Captcha Show AudioButton and Refresh](Getting-Started_images/Getting-Started_img3.png)
133133

134134

135135
### Auto Validation   
@@ -422,6 +422,6 @@ Add the following code example to the corresponding CS page for Captcha with Aut
422422

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

425-
![](Getting-Started_images/Getting-Started_img4.jpeg)
425+
![ASP.NET Webforms Captcha Auto Validation](Getting-Started_images/Getting-Started_img4.jpeg)
426426

427427

aspnet/Chart/Legend.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: Chart legend| Chart | ASP.NET Webforms | Syncfusion
4-
description: How to cutomize the legend in Essential JavaScript Chart.
4+
description: How to cutomize the legend in Syncfusion Essential ASP.NET Webforms Chart Control, its elements, and more.
55
platform: aspnet
66
control: Chart
77
documentation: ug
88
---
99

10-
# Legend
10+
# Legend in ASP.NET Webforms Chart
1111

1212
The legend contains the list of Chart Series and Trendlines that appear in a chart.
1313

@@ -24,7 +24,7 @@ By default, the legend is enabled in the chart. You can enable or disable it by
2424

2525
{% endhighlight %}
2626

27-
![](Legend_images/Legend_img1.png)
27+
![ASP.NET Webforms Chart Legend Visibility](Legend_images/Legend_img1.png)
2828

2929
[Click](http://asp.syncfusion.com/demos/web/chart/legendposition1.aspx) here to view the online demo sample for legend customization.
3030

@@ -45,7 +45,7 @@ To add the title to the legend, you have to specify the **Legend.Title.Text** op
4545

4646
{% endhighlight %}
4747

48-
![](Legend_images/Legend_img2.png)
48+
![ASP.NET Webforms Chart Legend title](Legend_images/Legend_img2.png)
4949

5050

5151
## Position and Align the Legend
@@ -62,7 +62,7 @@ By using the **Position** option, you can position the legend at *Left*, *Right*
6262

6363
{% endhighlight %}
6464

65-
![](Legend_images/Legend_img3.png)
65+
![ASP.NET Webforms Chart](Legend_images/Legend_img3.png)
6666

6767
**Legend Alignment**
6868

@@ -78,7 +78,7 @@ You can align the legend to the *Center*, *Far* or *Near* based on its position
7878

7979
{% endhighlight %}
8080

81-
![](Legend_images/Legend_img4.png)
81+
![ASP.NET Webforms Chart Position and Align the Legend](Legend_images/Legend_img4.png)
8282

8383
## Arrange legend items in the rows and columns
8484

@@ -103,7 +103,7 @@ You can arrange the legend items horizontally and vertically by using the **RowC
103103

104104
{% endhighlight %}
105105

106-
![](Legend_images/Legend_img5.png)
106+
![ASP.NET Webforms Chart Arrange legend items in the rows and columns](Legend_images/Legend_img5.png)
107107

108108
## Customization
109109

@@ -121,7 +121,7 @@ To change the legend icon shape, you have to specify the shape in the **Shape**
121121

122122
{% endhighlight %}
123123

124-
![](Legend_images/Legend_img6.png)
124+
![ASP.NET Webforms Chart Legend shape](Legend_images/Legend_img6.png)
125125

126126
### Legend items size and border
127127

@@ -141,7 +141,7 @@ You can change the size of the legend items by using the *ItemStyle.Width* and *
141141

142142
{% endhighlight %}
143143

144-
![](Legend_images/Legend_img7.png)
144+
![ASP.NET Webforms Chart Legend items size and border](Legend_images/Legend_img7.png)
145145

146146
### Legend size
147147

@@ -159,7 +159,7 @@ By default, legend takes 20% of the **Height** horizontally when it was placed o
159159

160160
{% endhighlight %}
161161

162-
![](Legend_images/Legend_img8.png)
162+
![ASP.NET Webforms Chart Legend size](Legend_images/Legend_img8.png)
163163

164164
### Legend Item Padding
165165

@@ -175,7 +175,7 @@ You can control the spacing between the legend items by using the **ItemPadding*
175175

176176
{% endhighlight %}
177177

178-
![](Legend_images/Legend_img9.png)
178+
![ASP.NET Webforms Chart Legend Item Padding](Legend_images/Legend_img9.png)
179179

180180
### Legend border
181181

@@ -192,7 +192,7 @@ You can customize the legend border by using the **Border** option in the legend
192192

193193
{% endhighlight %}
194194

195-
![](Legend_images/Legend_img10.png)
195+
![ASP.NET Webforms Chart Legend border](Legend_images/Legend_img10.png)
196196

197197
### Scrollbar for legend
198198

@@ -209,7 +209,7 @@ You can enable or disable the legend scrollbar by using the **EnableScrollbar**
209209

210210
{% endhighlight %}
211211

212-
![](Legend_images/Legend_img11.png)
212+
![ASP.NET Webforms Chart Scrollbar for legend](Legend_images/Legend_img11.png)
213213

214214
### Customize the legend text
215215

@@ -230,7 +230,7 @@ To customize the legend item text and title you can use the **Legend.Font** and
230230

231231
{% endhighlight %}
232232

233-
![](Legend_images/Legend_img12.png)
233+
![ASP.NET Webforms Chart Customize the legend text](Legend_images/Legend_img12.png)
234234

235235
### LegendItems Text Overflow
236236

@@ -248,20 +248,20 @@ You can trim the legend item text when its width exceeds the **Legend.TextWidth*
248248

249249
{% endhighlight %}
250250

251-
![](Legend_images/Legend_img13.png)
251+
![ASP.NET Webforms Chart trim](Legend_images/Legend_img13.png)
252252

253253

254254
**Wrap**
255255

256256
By specifying *TextOverflow* as **Wrap**, you can wrap the legend text by word.
257257

258-
![](Legend_images/Legend_img14.png)
258+
![ASP.NET Webforms Chart LegendItems Text Overflow](Legend_images/Legend_img14.png)
259259

260260
**WrapAndTrim**
261261

262262
You can wrap and trim the legend text by specifying *TextOverflow* as **WrapAndTrim**. The original text will be displayed on mouse hover.
263263

264-
![](Legend_images/Legend_img15.png)
264+
![ASP.NET Webforms Chart WrapAndTrim](Legend_images/Legend_img15.png)
265265

266266

267267
## Handle the legend item clicked
@@ -302,7 +302,7 @@ You can select a specific series or point while clicking on the corresponding le
302302

303303
{% endhighlight %}
304304

305-
![](Legend_images/Legend_img16.png)
305+
![ASP.NET Webforms Chart Series selection on legend item click](Legend_images/Legend_img16.png)
306306

307307

308308

@@ -326,5 +326,5 @@ You can collapse the specific series/point legend item displaying in the chart,
326326
327327
{% endhighlight %}
328328

329-
![](Legend_images/Legend_img17.png)
329+
![ASP.NET Webforms Chart Collapsing legend item](Legend_images/Legend_img17.png)
330330

aspnet/Grid/How-to/Perform-Grid-Actions-on-External-button-click.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: post
3-
title: Perform Grid Actions on External button click | Grid | ASP.NET Webforms | Syncfusion
4-
description: perform grid actions on external button click
3+
title: Perform Grid Actions in ASP.NET Webforms Grid Control | Syncfusion
4+
description: Learn here about perform grid actions on external button click in Syncfusion ASP.NET Webforms Grid Control, its elements, and more.
55
platform: aspnet
66
control: Grid
77
documentation: ug
@@ -227,4 +227,4 @@ The following code example explains the above behavior.
227227

228228
{% endtabs %}
229229
The following output is displayed as a result of the above code example.
230-
![](ExternalSearch_images/Actionswithexternalbutton_img1.png)
230+
![ASP.NET Webforms Grid Actionswithexternalbutton](ExternalSearch_images/Actionswithexternalbutton_img1.png)

aspnet/Numerictextbox/Getting-Started.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
22
layout: post
33
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.
55
platform: aspnet
66
control: NumericTextbox
77
documentation: ug
88
---
99

10-
# Getting Started
10+
# Getting Started with ASP.NET Webforms NumericTextbox
1111

1212

1313

1414
## Create your first Editor in ASP.NET
1515

1616
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.
1717

18-
![](Getting-Started_images/Getting-Started_img1.jpeg)
18+
![ASP.NET Webforms NumericTextbox Create your first Editor](Getting-Started_images/Getting-Started_img1.jpeg)
1919

2020

2121

@@ -239,7 +239,7 @@ The following styles are added to arrange the TextBox.
239239

240240
Run the above code to render a TextBox control as follows
241241

242-
![](Getting-Started_images/Getting-Started_img2.jpeg)
242+
![ASP.NET Webforms NumericTextbox Create Textboxes](Getting-Started_images/Getting-Started_img2.jpeg)
243243

244244

245245

@@ -353,7 +353,7 @@ In the above mentioned use case scenario, you can set the MinValue, MaxValue 
353353

354354
Run the above code to render the resultant output of the above steps
355355

356-
![](Getting-Started_images/Getting-Started_img3.jpeg)
356+
![ASP.NET Webforms NumericTextbox Set the MinValue, MaxValue and value in Textboxes](Getting-Started_images/Getting-Started_img3.jpeg)
357357

358358

359359

@@ -543,7 +543,7 @@ To customize the button, you can set the ContentType as TextAndImage to incl
543543

544544
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.
545545

546-
![](Getting-Started_images/Getting-Started_img4.jpeg)
546+
![ASP.NET Webforms NumericTextbox Set Calculation process](Getting-Started_images/Getting-Started_img4.jpeg)
547547

548548

549549

aspnet/RadialSlider/image-customization.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
layout: post
33
title: Image-Customization | RadialSlider | ASP.NET | Syncfusion
4-
description: Image-Customization
4+
description: Learn here about Image Customization in Syncfusion Essential ASP.NET WebForms RadialSlider Control, its elements, and more.
55
platform: aspnet
66
control: RadialSlider
77
documentation: ug
88
---
9-
# Image customization
9+
# Image customization in ASP.NET WebForms RadialSlider
1010

1111
## Customizing inner circle
1212

@@ -34,7 +34,7 @@ The **RadialSlider** property **InnerCircleImageClass** allow to set image for t
3434

3535
The following screenshot illustrates the output of above code.
3636

37-
![](image-customization_images\image-customization_img1.png)
37+
![ASP.NET WebForms RadialSlider image customization](image-customization_images\image-customization_img1.png)
3838

3939

4040
### Using image URL
@@ -49,7 +49,7 @@ The **RadialSlider** property **InnerCircleImageUrl** allow to set URL image to
4949

5050
The following screenshot illustrates the output of above code.
5151

52-
![](image-customization_images\image-customization_img2.png)
52+
![ASP.NET WebForms RadialSlider image URL ](image-customization_images\image-customization_img2.png)
5353

5454

5555

0 commit comments

Comments
 (0)