From b413a53ca44607115a2297dc359da76ce93c9e59 Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: 2023年2月15日 16:50:31 +0300 Subject: [PATCH 1/2] Updated --- aspnetmvc/Button/Button-Type.md | 6 ++--- aspnetmvc/Captcha/Getting-Started.md | 14 +++++------ aspnetmvc/Captcha/Overview.md | 6 ++--- aspnetmvc/Grid/How-to.md | 36 +++++++++++++-------------- aspnetmvc/ListView/Getting-Started.md | 10 ++++---- aspnetmvc/WaitingPopup/Overview.md | 20 +++++++-------- 6 files changed, 46 insertions(+), 46 deletions(-) diff --git a/aspnetmvc/Button/Button-Type.md b/aspnetmvc/Button/Button-Type.md index 59747e971..8b6462082 100644 --- a/aspnetmvc/Button/Button-Type.md +++ b/aspnetmvc/Button/Button-Type.md @@ -1,13 +1,13 @@ --- layout: post title: Button Type | Button | ASP.NET MVC | Syncfusion -description: button type +description: Learn here 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. @@ -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} diff --git a/aspnetmvc/Captcha/Getting-Started.md b/aspnetmvc/Captcha/Getting-Started.md index 6c8c8384e..693b1950f 100644 --- a/aspnetmvc/Captcha/Getting-Started.md +++ b/aspnetmvc/Captcha/Getting-Started.md @@ -1,19 +1,19 @@ --- layout: post title: Getting Started | Captcha | ASP.NET MVC | Syncfusion -description: getting started +description: Learn here more about getting started with Syncfusion Essential ASP.NET MVC Captcha Control, its elements, 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} @@ -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) +![Output in ASP.NET MVC Captcha](Getting-Started_images/Getting-Started_img2.png) Captcha control with initial render {:.caption} @@ -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) +![Enable Audio and Refresh in ASP.NET MVC Captcha](Getting-Started_images/Getting-Started_img3.png) Captcha control with refresh and audio support {:.caption} @@ -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) +![Code Example in ASP.NET MVC Captcha](Getting-Started_images/Getting-Started_img4.png) Captcha control with failed Auto Validation {:.caption} -![](Getting-Started_images/Getting-Started_img5.png) +![Auto Validation in ASP.NET MVC Captcha](Getting-Started_images/Getting-Started_img5.png) Captcha control with successful AutoValidation {:.caption} diff --git a/aspnetmvc/Captcha/Overview.md b/aspnetmvc/Captcha/Overview.md index 2aaf99602..8b5ae34b6 100644 --- a/aspnetmvc/Captcha/Overview.md +++ b/aspnetmvc/Captcha/Overview.md @@ -1,13 +1,13 @@ --- layout: post -title: Captcha | Captcha | ASP.NET MVC | Syncfusion -description: overview +title: Overview | ASP.NET MVC | Captcha | Syncfusion +description: Learn here about overview in Syncfusion Essential ASP.NET MVC Captcha Control, its elements, and more. platform: ejmvc control: Captcha documentation: ug --- -# Captcha +# Overview in ASP.NET MVC Captcha Captcha is a popular technique that is used to prevent computer programs from sending automated requests and is used for meta-searching search engines, performing dictionary attacks in login pages, or sending spam using mail servers. Captcha is validated at the time of form submission. diff --git a/aspnetmvc/Grid/How-to.md b/aspnetmvc/Grid/How-to.md index f535ad6de..0b1d1eee1 100644 --- a/aspnetmvc/Grid/How-to.md +++ b/aspnetmvc/Grid/How-to.md @@ -1,12 +1,12 @@ --- layout: post -title: How to -description: How to +title: ASP.NET MVC Grid Control | Syncfusion +description: Learn here about how to section in Syncfusion Essential ASP.NET MVC Grid Control, its elements, and more. platform: ejmvc control: Grid documentation: ug --- -# How to +# ASP.NET MVC Grid ## Apply formatting for columns dynamically @@ -116,7 +116,7 @@ namespace SyncfusionMvcApplication3.Controllers The following output is displayed as a result of the previous code example. -![](How-to_images/Disable-double-click-edit_img1.png) +![Disable double-click edit in ASP.NET MVC Grid](How-to_images/Disable-double-click-edit_img1.png) ## Customize drag and drop element while grouping @@ -176,7 +176,7 @@ namespace MVCSampleBrowser.Controllers The following output is displayed as a result of the previous code example. -![](How-to_images/Customize-Drag-and-Drop-element-while-grouping_img1.png) +![Drag and drop in in ASP.NET MVC Grid](How-to_images/Customize-Drag-and-Drop-element-while-grouping_img1.png) ## Display tooltip @@ -364,7 +364,7 @@ namespace EJGrid.Controllers The following screenshot illustrates the output. -![](How-to_images/Set-Dynamic-DataSource-to-Grid_img1.png) +![Set dynamic dataSource in ASP.NET MVC Grid](How-to_images/Set-Dynamic-DataSource-to-Grid_img1.png) ## Custom binding for grid CRUD operation @@ -565,7 +565,7 @@ namespace EJGrid.Controllers {% endhighlight %} {% endtabs %} - ![](How-to_images/Custom-CRUD_img1.png) + ![Custom binding in ASP.NET MVC](How-to_images/Custom-CRUD_img1.png) ## Binding SignalR endpoint @@ -1004,7 +1004,7 @@ Using the Range property and AddComment method of the XlsIO IRange Class, we wil The following screenshot displays the exported grid with comments added to cells -![](How-to_images/Add-comments-in-the-Exported-file_img1.png) +![Adding comments in Excel sheet in ASP.NET MVC Grid](How-to_images/Add-comments-in-the-Exported-file_img1.png) ### Adding comments in exported Word document @@ -1060,7 +1060,7 @@ We can add comments to the word document using the AppendComment method in the W The following screenshot shows the exported grid with comments added to the document. -![](How-to_images/Add-comments-in-the-Exported-file_img2.png) +![Adding comments in exported Word document in ASP.NET MVC Grid](How-to_images/Add-comments-in-the-Exported-file_img2.png) ### Adding comments in exported PDF document @@ -1123,7 +1123,7 @@ We can add comments to a PDF documents using the annotation support provided in The following screenshot displays the exported grid with comments added to cells. -![](How-to_images/Add-comments-in-the-Exported-file_img3.png) +![Adding comments in exported PDF document in ASP.NET MVC Grid](How-to_images/Add-comments-in-the-Exported-file_img3.png) ## Adding header and footer in the exported file (Excel, Word or PDF) @@ -1375,7 +1375,7 @@ namespace SyncfusionMvcApplication3.Controllers {% endhighlight %} {% endtabs %} The following output is displayed as a result of the previous code example. -![](How-to_images/ExternalSearching_img1.jpeg) +![External search in ASP.NET MVC Grid](How-to_images/ExternalSearching_img1.jpeg) ## Configure grid through the grid model properties @@ -1424,7 +1424,7 @@ The following code example shows you how to set grid properties such as `AllowPa The following output is displayed as a result of the previous code example. -![](How-to_images/Configure Grid through Grid Model properties_img1.png) +![ASP.NET](How-to_images/Configure Grid through Grid Model properties_img1.png) ## Work with partial views @@ -1493,7 +1493,7 @@ In unobtrusive mode, to load grid from partial view via AJAX, in the success cal The following output is displayed as a result of the previous code example. -![](How-to_images/Work with partial views_img1.png) +![Code](How-to_images/Work with partial views_img1.png) In non-unobtrusive mode, to load grid from partial view via AJAX, the `ScriptManager` HTML helper should be placed at the bottom of the partial view. @@ -1557,7 +1557,7 @@ The following code sample describes the previous behavior. The following output is displayed as a result of the previous code example. -![](How-to_images/Work with partial views_img2.png) +![ASP.NETMVCGrid](How-to_images/Work with partial views_img2.png) ## Rendering the grid using grid properties in server-side @@ -1604,7 +1604,7 @@ The following code example which will explain to render the grid control in serv The following output is displayed as a result of the previous code example. -![](Getting-Started_images/Getting-Started_img4.png) +![Rendering Grid in ASP.NET MVC](Getting-Started_images/Getting-Started_img4.png) ## Export grid to target location without download prompt(Excel, Word or PDF) @@ -1758,7 +1758,7 @@ public partial class GridController : Controller {% endtabs %} The following output is displayed as a result of the previous code example. -![](Hierarchy-Grid_images/Hierarchy-Grid_images2.png) +![Hierarchy in ASP.NET MVC Grid](Hierarchy-Grid_images/Hierarchy-Grid_images2.png) ## Display other Syncfusion controls in grid columns @@ -1830,7 +1830,7 @@ We can display the other Syncfusion controls using the `Template` property of gr The following output is displayed as a result of the previous code example. -![](How-to_images/Display_Other_controls_img1.png) +![Display other Syncfusion controls in ASP.NET Grid](How-to_images/Display_Other_controls_img1.png) ## Perform grid actions on external button click @@ -2102,7 +2102,7 @@ The following code example explains the previous behavior. {% endtabs %} The following output is displayed as a result of the previous code example. -![](How-to_images/Actionswithexternalbutton_img1.png) +![Sorting in ASP.NET MVC Grid](How-to_images/Actionswithexternalbutton_img1.png) ## Getting Datasource of Grid in Sorted Order diff --git a/aspnetmvc/ListView/Getting-Started.md b/aspnetmvc/ListView/Getting-Started.md index cfacff164..9caedc9ae 100644 --- a/aspnetmvc/ListView/Getting-Started.md +++ b/aspnetmvc/ListView/Getting-Started.md @@ -1,13 +1,13 @@ --- layout: post title: Getting Started | ListView | ASP.NET MVC | Syncfusion -description: getting started +description: Learn here more about getting started with Syncfusion Essential ASP.NET MVC ListView Control, its elements, and more. platform: ejmvc control: ListView documentation: ug --- -# Getting Started +# Getting Started with ASP.NET MVC ListView This section explains briefly on how to create a ListView control in your application. @@ -16,7 +16,7 @@ This section explains briefly on how to create a ListView control in your applic The Essential StudioListView widget builds an interactive list view interface. This control allows you to select an item from a list-like interface and provides the infrastructure to display a set of data items in different layouts or views. Lists display data, data navigation, result lists, and data entry. -![](Getting-Started_images/Getting-Started_img1.png) +![Create your first ListView in ASP.NET MVC](Getting-Started_images/Getting-Started_img1.png) List view Control {:.caption} @@ -79,7 +79,7 @@ In the View page, add ListView helper and map the Local data list to correspondi Run the above code to render the following output. -![](Getting-Started_images/Getting-Started_img2.png) +![Create a simple ListView in ASP.NET MVC](Getting-Started_images/Getting-Started_img2.png) ## Add header @@ -100,4 +100,4 @@ You can add a header for ListView using ShowHeader property. Refer to the follow Run the above code to render the following output. -![](Getting-Started_images/Getting-Started_img3.png) \ No newline at end of file +![Add header in ASP.NET MVC ListView](Getting-Started_images/Getting-Started_img3.png) \ No newline at end of file diff --git a/aspnetmvc/WaitingPopup/Overview.md b/aspnetmvc/WaitingPopup/Overview.md index 6e41891d8..d34300048 100644 --- a/aspnetmvc/WaitingPopup/Overview.md +++ b/aspnetmvc/WaitingPopup/Overview.md @@ -1,15 +1,15 @@ --- layout: post -title: WaitingPopup | WaitingPopup | ASP.NET MVC | Syncfusion -description: overview +title: Overview | Waiting Popup | ASP.NET MVC | Syncfusion +description: Learn here about overview in Syncfusion Essential ASP.NET MVC Waiting Popup Control, its elements, and more. platform: ejmvc -control: WaitingPopup +control: Waiting Popup documentation: ug --- -# WaitingPopup +# Overview in ASP.NET MVC Waiting Popup -The WaitingPopup control for MVC is a visual element that provides support for displaying a pop-up indicator over a target area and preventing the end user's interaction with the target area while loading. +The Waiting Popup control for MVC is a visual element that provides support for displaying a pop-up indicator over a target area and preventing the end user's interaction with the target area while loading. ### Key Features @@ -21,7 +21,7 @@ The WaitingPopup control for MVC is a visual element that provides support for d ## Getting Started -This section explains briefly about how to create a WaitingPopup in your application with ASP.NET MVC. +This section explains briefly about how to create a Waiting Popup in your application with ASP.NET MVC. ## Create your first Waiting Popup in MVC @@ -29,7 +29,7 @@ ASP.NET MVC Waiting Popup provides support to display Waiting Popup within your -![](Overview_images/Overview_img1.png) +![Create your first Waiting Popup in ASP.NET MVC](Overview_images/Overview_img1.png) In the above screenshot, you can give the Username and Password. When you click the Login button, the Waiting Popup appears. After loading, the alert box appears with a message "Signed in successfully". @@ -175,7 +175,7 @@ In a real-time Login page scenario, when you click on the Login button, the Wait - ![](Overview_images/Overview_img2.png) + ![User login in ASP.NET MVC Waiting Popup](Overview_images/Overview_img2.png) @@ -184,14 +184,14 @@ In a real-time Login page scenario, when you click on the Login button, the Wait - ![](Overview_images/Overview_img3.png) + ![Waiting Popup in ASP.NET MVC](Overview_images/Overview_img3.png) The following screenshot displays an alert box displayed with the message "Signed in successfully" after loading. -![](Overview_images/Overview_img4.png) +![Alert box in ASP.NET MVC Waiting Popup](Overview_images/Overview_img4.png) From 97492fb6c662dc11eaacdefba7ee5846dcfa63ee Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Thu, 2 Mar 2023 08:32:10 +0300 Subject: [PATCH 2/2] Update How-to.md --- aspnetmvc/Grid/How-to.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetmvc/Grid/How-to.md b/aspnetmvc/Grid/How-to.md index 0b1d1eee1..055122e98 100644 --- a/aspnetmvc/Grid/How-to.md +++ b/aspnetmvc/Grid/How-to.md @@ -6,7 +6,7 @@ platform: ejmvc control: Grid documentation: ug --- -# ASP.NET MVC Grid +# ASP.NET MVC Grid Control ## Apply formatting for columns dynamically

AltStyle によって変換されたページ (->オリジナル) /