Skip to content

Commit 08055aa

Browse files
SEO-2190_Site_Audit_Issues
1 parent c6f27a2 commit 08055aa

File tree

6 files changed

+23
-23
lines changed

6 files changed

+23
-23
lines changed

aspnet/AutoComplete/Integration.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: Integration | AutoComplete | ASP.NET Webforms | Syncfusion
4-
description: integration
4+
description: Learn here about integration support in Syncfusion Essential ASP.NET Webforms AutoComplete Control, its elements, and more.
55
platform: aspnet
66
control: AutoComplete
77
documentation: ug
88
---
99

10-
# Integration
10+
# Integration support in ASP.NET Webforms AutoComplete
1111

1212
## AngularJS
1313

@@ -154,7 +154,7 @@ In the Script section, define the data to be bid and by using AngularJS support,
154154

155155
The following screenshot is the output of AutoComplete control with two way AngularJS binding.
156156

157-
![](Integration_images/Integration_img1.png)
157+
![ASP.NET Webforms AutoComplete Integration](Integration_images/Integration_img1.png)
158158

159159

160160

@@ -353,7 +353,7 @@ In the script section, add the code to bind observable values by using Knockout
353353

354354
The following screenshot is the result of the above code examples.
355355

356-
![](Integration_images/Integration_img2.png)
356+
![ASP.NET Webforms AutoComplete KnockoutJS](Integration_images/Integration_img2.png)
357357

358358

359359

aspnet/ComboBox/Getting-Started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
33
title: Getting started with ComboBox | Syncfusion | ASP.NET WebForms
4-
description: To get start with ComboBox by adding references.
4+
description: Learn here about getting started with Syncfusion ASP.NET Webforms ComboBox Control, its elements, and more.
55
platform: aspnet
66
control: ComboBox
77
documentation: ug
88
keywords: ComboBox, ComboBox, Populating data
99
---
1010

11-
# Getting Started
11+
# Getting Started with ASP.NET Webforms ComboBox
1212

1313
## Creating your first ComboBox in ASP Web Forms
1414

aspnet/Grid/How-to/Refresh-datasource.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: Refresh datasource | Grid | ASP.NET Webforms | Syncfusion
4-
description: refresh datasource
4+
description: Learn here about refresh datasource in Syncfusion Essential ASP.NET Webforms Grid Control, its elements, and more.
55
platform: aspnet
66
control: Grid
77
documentation: ug
88
---
99

10-
# Refresh datasource
10+
# Refresh datasource in ASP.NET Webforms Grid
1111

1212
Grid allows you to refresh datasource dynamically after Grid initialization. It is useful to refresh Grid datasource.
1313

@@ -147,13 +147,13 @@ The following screenshot displays the Grid data source before refreshing.
147147

148148

149149

150-
![](Refresh-datasource_images/Refresh-datasource_img1.png)
150+
![ASP.NET Webforms Grid Refresh datasource](Refresh-datasource_images/Refresh-datasource_img1.png)
151151

152152

153153

154154
The following screenshot displays the Grid data source after refreshing.
155155

156-
![](Refresh-datasource_images/Refresh-datasource_img2.png)
156+
![ASP.NET Webforms Grid after refreshing datasource](Refresh-datasource_images/Refresh-datasource_img2.png)
157157

158158

159159

aspnet/Grid/Toolbar.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: Toolbar with Grid widget for Syncfusion Essential ASP.NET
4-
description: How to enable toolbar and its actions
4+
description: How to enable toolbar in Syncfusion Essential ASP.NET Webforms Grid Control, its elements, and more.
55
platform: aspnet
66
control: Grid
77
documentation: ug
88
---
99

10-
# Toolbar
10+
# Toolbar in ASP.NET Webforms Grid
1111

1212
Toolbar can be shown by defining the `ShowToolbar` property of `ToolbarSettings` should be true. Toolbar has option to add default items in `ToolbarItems` property of `ToolbarSettings.` and customized items in `CustomToolbarItem` property of `ToolbarSettings`.
1313

@@ -122,7 +122,7 @@ Search text in records</td></tr>
122122

123123
{% endtabs %}
124124

125-
![](Toolbar_images/Toolbar_img1.png)
125+
![ASP.NET Webforms Grid Toolbar](Toolbar_images/Toolbar_img1.png)
126126

127127
I> `AllowAdding`, `AllowEditing`, `AllowDeleting` property of `EditSettings` need to be enabled for add, edit, delete, save & cancel and `AllowSearching` property of `ToolbarItems` to be enabled while adding Search in toolbar to perform search action.
128128

@@ -256,7 +256,7 @@ Custom toolbar is used to create your own toolbar items in toolbar. It can add b
256256

257257
{% endtabs %}
258258

259-
![](Toolbar_images/Toolbar_img2.png)
259+
![ASP.NET Webforms Grid Custom Toolbar items](Toolbar_images/Toolbar_img2.png)
260260

261261

262262

aspnet/NavigationDrawer/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 | NavigationDrawer | ASP.NET Webforms | Syncfusion
4-
description: getting started
4+
description: Learn here about getting started with Syncfusion ASP.NET Webforms Navigation Drawer Control, its elements, and more.
55
platform: aspnet
66
control: Navigation Drawer
77
documentation: ug
88
---
99

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

1212
## Create your first Navigation Drawer control in ASP.NET Webforms
1313

1414
NavigationDrawer is a sliding panel that displays the list of navigation options on demand. That is, by default, it is not visible but you can display it on the left/right side of the screen by swiping or by clicking with desired target icon.
1515

16-
![](Getting-Started_images/img1.png)
16+
![ASP.NET Webforms Navigation Drawer Getting Started](Getting-Started_images/img1.png)
1717

1818

1919

@@ -139,7 +139,7 @@ You can display the drawer either by clicking on the target icon or by swiping f
139139

140140

141141

142-
![](Getting-Started_images/img2.png)
142+
![ASP.NET Webforms Navigation Drawer display](Getting-Started_images/img2.png)
143143

144144

145145

@@ -166,7 +166,7 @@ In the above code we have added targetId and contentId to find and navigate to s
166166

167167
Run the above code to render the following output.
168168

169-
![](Getting-Started_images/img3.png)
169+
![ASP.NET Webforms Navigation Drawer navigate to sub pages](Getting-Started_images/img3.png)
170170

171171

172172
You can load the appropriate content for the navigation items by updating the content through mouseDown handler of listview. You can define the handler and pass the method name with mouseDown attribute through listViewSettings. Also to view which item’s content is being loaded in the page, make the list selection to persist in the drawer by setting persistSelection as true. Refer to the following code example.
@@ -193,7 +193,7 @@ In the mouse down handler, you can hide the other content and display the respec
193193

194194
Run the above code to render the following output.
195195

196-
![](Getting-Started_images/img3.png)
196+
![ASP.NET Webforms Navigation Drawer display selected items](Getting-Started_images/img3.png)
197197

198198

199199

aspnet/ProgressBar/Getting-Started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: Getting Started | ProgressBar | ASP.NET | Syncfusion
4-
description: getting started
4+
description: Learn here about getting started with Syncfusion Essential ASP.NET WebForms ProgressBar Control, its elements, and more.
55
platform: aspnet
66
control: ProgressBar
77
documentation: ug
88
---
99

10-
# Getting Started
10+
# Getting Started with ASP.NET WebForms ProgressBar
1111

1212
## Create your first Progress Bar in ASP.NET
1313

@@ -129,4 +129,4 @@ $(function () {
129129

130130
The following screenshot displays the ProgressBar control.
131131

132-
![](Getting-Started_images/Getting-Started_img1.png)
132+
![ASP.NET WebForms ProgressBar Getting Started](Getting-Started_images/Getting-Started_img1.png)

0 commit comments

Comments
 (0)