diff --git a/aspnetmvc/DropDownList/Validation.md b/aspnetmvc/DropDownList/Validation.md index e1caaae64..189e359c2 100644 --- a/aspnetmvc/DropDownList/Validation.md +++ b/aspnetmvc/DropDownList/Validation.md @@ -93,7 +93,7 @@ Required field and min value validation is demonstrated in the below given examp {% endtabs %} -![](Functionalities_images/Functionalities_img10.jpeg) +![Min value validation in ASP.NET MVC Dropdown List.](functionalities_images/aspnetmvc-dropdown-list-min-value-validation.jpeg) ## Client Side Validation diff --git a/aspnetmvc/DropDownList/Functionalities_images/Functionalities_img10.jpeg b/aspnetmvc/DropDownList/functionalities_images/aspnetmvc-dropdown-list-min-value-validation.jpeg similarity index 100% rename from aspnetmvc/DropDownList/Functionalities_images/Functionalities_img10.jpeg rename to aspnetmvc/DropDownList/functionalities_images/aspnetmvc-dropdown-list-min-value-validation.jpeg diff --git a/aspnetmvc/FileExplorer/Accessing-Shared-Folder.md b/aspnetmvc/FileExplorer/Accessing-Shared-Folder.md index acc2eba3c..65f1abace 100644 --- a/aspnetmvc/FileExplorer/Accessing-Shared-Folder.md +++ b/aspnetmvc/FileExplorer/Accessing-Shared-Folder.md @@ -69,5 +69,5 @@ In the controller page, specify the file handling operation as shown below. This If shared folder is restricted with authentication, that time you are not able to access this folder using our FileExplorer. Here you will get an exception like “**System.UnauthorizedAccessException, Please add your windows credential details to open '\\server\'**”. In order to solve this problem, you have to add the shared folder credential details in the windows credential manager that is available in your service hosted machine. -![](Accessingsharedfolder_images/Accessingsharedfolder_img1.jpeg) +![Access shared folder using FileExplorer in ASP.NET MVC.](accessingsharedfolder_images/aspnetmvc-file-explorer-access-shared-folder.jpeg) diff --git a/aspnetmvc/FileExplorer/Accessingsharedfolder_images/Accessingsharedfolder_img1.jpeg b/aspnetmvc/FileExplorer/accessingsharedfolder_images/aspnetmvc-file-explorer-access-shared-folder.jpeg similarity index 100% rename from aspnetmvc/FileExplorer/Accessingsharedfolder_images/Accessingsharedfolder_img1.jpeg rename to aspnetmvc/FileExplorer/accessingsharedfolder_images/aspnetmvc-file-explorer-access-shared-folder.jpeg diff --git a/aspnetmvc/Gantt/Getting-Started.md b/aspnetmvc/Gantt/Getting-Started.md index 5e80cd9c1..37ff50b8b 100644 --- a/aspnetmvc/Gantt/Getting-Started.md +++ b/aspnetmvc/Gantt/Getting-Started.md @@ -19,14 +19,14 @@ This section explains briefly about the control structure and how to create a Ga Gantt chart is used to edit and visualize project schedule and also to track progress of a task. The following screen shot illustrates the elements of a Gantt chart. -![](Getting-Started_images/Getting-Started_img1.png) +![Elements of Gantt Chart in ASP.NET MVC.](getting-started_images/aspnetmvc-gantt-chart-elements.png) Elements of a Gantt chart {:.caption} * Toolbar – It is a collection of toolbar buttons to add, edit, delete a task. You can outdent and indent a task using outdent and indent buttons. Following screen shot illustrates the function of each toolbar button, -![](Getting-Started_images/Getting-Started_img2.png) +![Toolbar functions in ASP.NET MVC Gantt Chart.](getting-started_images/aspnetmvc-gantt-chart-toolbar-function.png) Toolbar of Gantt chart {:.caption} @@ -40,7 +40,7 @@ Toolbar of Gantt chart * Task Relationship – It determines when to start or finish a task. * Interactive Editing – You can edit the duration of a task by dragging or resizing the task bar. Following screen shot illustrates this. -![](Getting-Started_images/Getting-Started_img3.png) +![Editing option in ASP.NET MVC Gantt Chart.](getting-started_images/aspnetmvc-gantt-chart-editing-option.png) Editing options Gantt chart {:.caption} @@ -49,7 +49,7 @@ Editing options Gantt chart In this tutorial, you will learn how to create a simple Gantt chart, add tasks and subtasks, and set relationship between tasks for design phase of software project. The following screen shot displays the output after completing this tutorial. -![](Getting-Started_images/Getting-Started_img4.png) +![Create Gantt Chart in ASP.NET MVC.](getting-started_images/aspnetmvc-gantt-chart-creation.png) Simple Gantt chart {:.caption} @@ -167,7 +167,7 @@ public ActionResult SimpleGantt() The following screen shot displays the Gantt. -![](Getting-Started_images/Getting-Started_img5.png) +![ASP.NET MVC Gantt Chart Control.](getting-started_images/aspnetmvc-gantt-chart-control.png) Gantt chart {:.caption} @@ -201,7 +201,7 @@ Gantt control contains the toolbar options to Add, Edit, Delete, Search, Indent, {% endhighlight %} The following screen shot displays a Tool bar in Gantt. -![](Getting-Started_images/Getting-Started_img6.png) +![Toolbar in ASP.NET MVC Gantt Chart.](getting-started_images/aspnetmvc-gantt-chart-toolbar.png) Toolbar in Gantt chart {:.caption} @@ -269,7 +269,7 @@ Modify the predecessor details of a task by using mouse interactions by setting The following screen shot displays the Gantt control with dialog editing option. -![](Getting-Started_images/Getting-Started_img7.png) +![Dialog editing in ASP.NET MVC Gantt Chart.](getting-started_images/aspnetmvc-gantt-chart-dialog-editing.png) ## Enable Context Menu @@ -287,7 +287,7 @@ You can enable the context menu in Gantt by setting the `EnableContextMenu` as ` The following screen shot displays Gantt chart with Enable Context menu option. -![](Getting-Started_images/Getting-Started_img8.png) +![Enable context menu in ASP.NET MVC Gantt Chart.](getting-started_images/aspnetmvc-gantt-chart-enable-context-menu.png) Gantt chart with Enable Context menu option {:.caption} @@ -308,7 +308,7 @@ You can enable the column menu in Gantt, by setting the `ShowColumnChooser` as ` The following screen shot displays Gantt control in which column chooser option is enabled -![](Getting-Started_images/Getting-Started_img11.png) +![Column Chooser in ASP.NET MVC Gantt Chart.](getting-started_images/aspnetmvc-gantt-chart-column-chooser.png) ## Provide tasks relationship @@ -332,7 +332,7 @@ You can show the relationship in tasks, by using the `PredecessorsMapping` prope {% endhighlight %} The following screen shot displays the relationship between tasks. -![](Getting-Started_images/Getting-Started_img9.png) +![Task relationship in ASP.NET MVC Gantt Chart.](getting-started_images/aspnetmvc-gantt-chart-task-relationship.png) Gantt chart with relationships between tasks {:.caption} @@ -393,7 +393,7 @@ Add the following code example in the index.cshtml file, to create the Gantt con The following screen shot displays resource allocation for tasks in Gantt. -![](Getting-Started_images/Getting-Started_img10.png) +![Resource allocation in ASP.NET MVC Gantt Chart.](getting-started_images/aspnetmvc-gantt-chart-resource-allocation.png) This section explains briefly about the control structure and how to create a Gantt chart. @@ -413,7 +413,7 @@ In Gantt, you can on or off weekends high lighting by setting the `HighlightWeek The following screen shot displays Gantt chart in which highlight weekends is disabled: -![](Getting-Started_images/Getting-Started_img12.png) +![Disable highlight weekends in ASP.NET MVC Gantt Chart.](getting-started_images/aspnetmvc-gantt-chart-disable-highlight-weekends.png) ## Define dimension of Gantt @@ -489,12 +489,12 @@ In Gantt, we can add additional information about the tasks, this information ca {% endtabs %} The below screenshot shows the output of above code example. -![](Getting-Started_images/Getting-Started_img13.png) +![Notes column in ASP.NET MVC Gantt Chart.](getting-started_images/aspnetmvc-gantt-chart-notes-column.png) Notes column in Gantt {:.caption} -![](Getting-Started_images/Getting-Started_img14.png) +![Edit notes in edit dialog in ASP.NET MVC Gantt Chart.](getting-started_images/aspnetmvc-gantt-chart-edit-notes-in-edit-dialog.png) Editing notes in edit dialog {:.caption} @@ -558,4 +558,4 @@ Milestones are used to denote the important event/stages in project management. {% endtabs %} The below screenshot shows the output of above code example. -![](Getting-Started_images/Getting-Started_img15.png) \ No newline at end of file +![Milestones in ASP.NET MVC Gantt Chart.](getting-started_images/aspnetmvc-gantt-chart-milestones.png) \ No newline at end of file diff --git a/aspnetmvc/Gantt/Validating-Schedule-Dates.md b/aspnetmvc/Gantt/Validating-Schedule-Dates.md index 7e1718793..22dd49087 100644 --- a/aspnetmvc/Gantt/Validating-Schedule-Dates.md +++ b/aspnetmvc/Gantt/Validating-Schedule-Dates.md @@ -34,5 +34,5 @@ PrevTimeSpan and NextTimeSpan toolbar items are used to create new time span bas The following screenshot illustrates the output of the above code. -![](Validating-Schedule-Dates_images/Validating-Schedule-Dates_img1.png) +![Validating schedule dates in ASP.NET MVC Gantt.](validating-schedule-dates_images/aspnetmvc-gantt-validating-schedule-dates.png) diff --git a/aspnetmvc/Gantt/Getting-Started_images/Getting-Started_img11.png b/aspnetmvc/Gantt/getting-started_images/aspnetmvc-gantt-chart-column-chooser.png similarity index 100% rename from aspnetmvc/Gantt/Getting-Started_images/Getting-Started_img11.png rename to aspnetmvc/Gantt/getting-started_images/aspnetmvc-gantt-chart-column-chooser.png diff --git a/aspnetmvc/Gantt/Getting-Started_images/Getting-Started_img5.png b/aspnetmvc/Gantt/getting-started_images/aspnetmvc-gantt-chart-control.png similarity index 100% rename from aspnetmvc/Gantt/Getting-Started_images/Getting-Started_img5.png rename to aspnetmvc/Gantt/getting-started_images/aspnetmvc-gantt-chart-control.png diff --git a/aspnetmvc/Gantt/Getting-Started_images/Getting-Started_img4.png b/aspnetmvc/Gantt/getting-started_images/aspnetmvc-gantt-chart-creation.png similarity index 100% rename from aspnetmvc/Gantt/Getting-Started_images/Getting-Started_img4.png rename to aspnetmvc/Gantt/getting-started_images/aspnetmvc-gantt-chart-creation.png diff --git a/aspnetmvc/Gantt/Getting-Started_images/Getting-Started_img7.png b/aspnetmvc/Gantt/getting-started_images/aspnetmvc-gantt-chart-dialog-editing.png similarity index 100% rename from aspnetmvc/Gantt/Getting-Started_images/Getting-Started_img7.png rename to aspnetmvc/Gantt/getting-started_images/aspnetmvc-gantt-chart-dialog-editing.png diff --git a/aspnetmvc/Gantt/Getting-Started_images/Getting-Started_img12.png b/aspnetmvc/Gantt/getting-started_images/aspnetmvc-gantt-chart-disable-highlight-weekends.png similarity index 100% rename from aspnetmvc/Gantt/Getting-Started_images/Getting-Started_img12.png rename to aspnetmvc/Gantt/getting-started_images/aspnetmvc-gantt-chart-disable-highlight-weekends.png diff --git a/aspnetmvc/Gantt/Getting-Started_images/Getting-Started_img13.png b/aspnetmvc/Gantt/getting-started_images/aspnetmvc-gantt-chart-edit-notes-in-edit-dialog.png similarity index 100% rename from aspnetmvc/Gantt/Getting-Started_images/Getting-Started_img13.png rename to aspnetmvc/Gantt/getting-started_images/aspnetmvc-gantt-chart-edit-notes-in-edit-dialog.png diff --git a/aspnetmvc/Gantt/Getting-Started_images/Getting-Started_img3.png b/aspnetmvc/Gantt/getting-started_images/aspnetmvc-gantt-chart-editing-option.png similarity index 100% rename from aspnetmvc/Gantt/Getting-Started_images/Getting-Started_img3.png rename to aspnetmvc/Gantt/getting-started_images/aspnetmvc-gantt-chart-editing-option.png diff --git a/aspnetmvc/Gantt/Getting-Started_images/Getting-Started_img1.png b/aspnetmvc/Gantt/getting-started_images/aspnetmvc-gantt-chart-elements.png similarity index 100% rename from aspnetmvc/Gantt/Getting-Started_images/Getting-Started_img1.png rename to aspnetmvc/Gantt/getting-started_images/aspnetmvc-gantt-chart-elements.png diff --git a/aspnetmvc/Gantt/Getting-Started_images/Getting-Started_img8.png b/aspnetmvc/Gantt/getting-started_images/aspnetmvc-gantt-chart-enable-context-menu.png similarity index 100% rename from aspnetmvc/Gantt/Getting-Started_images/Getting-Started_img8.png rename to aspnetmvc/Gantt/getting-started_images/aspnetmvc-gantt-chart-enable-context-menu.png diff --git a/aspnetmvc/Gantt/Getting-Started_images/Getting-Started_img15.png b/aspnetmvc/Gantt/getting-started_images/aspnetmvc-gantt-chart-milestones.png similarity index 100% rename from aspnetmvc/Gantt/Getting-Started_images/Getting-Started_img15.png rename to aspnetmvc/Gantt/getting-started_images/aspnetmvc-gantt-chart-milestones.png diff --git a/aspnetmvc/Gantt/Getting-Started_images/Getting-Started_img14.png b/aspnetmvc/Gantt/getting-started_images/aspnetmvc-gantt-chart-notes-.png similarity index 100% rename from aspnetmvc/Gantt/Getting-Started_images/Getting-Started_img14.png rename to aspnetmvc/Gantt/getting-started_images/aspnetmvc-gantt-chart-notes-.png diff --git a/aspnetmvc/Gantt/Getting-Started_images/Getting-Started_img10.png b/aspnetmvc/Gantt/getting-started_images/aspnetmvc-gantt-chart-resource-allocation.png similarity index 100% rename from aspnetmvc/Gantt/Getting-Started_images/Getting-Started_img10.png rename to aspnetmvc/Gantt/getting-started_images/aspnetmvc-gantt-chart-resource-allocation.png diff --git a/aspnetmvc/Gantt/Getting-Started_images/Getting-Started_img9.png b/aspnetmvc/Gantt/getting-started_images/aspnetmvc-gantt-chart-task-relationship.png similarity index 100% rename from aspnetmvc/Gantt/Getting-Started_images/Getting-Started_img9.png rename to aspnetmvc/Gantt/getting-started_images/aspnetmvc-gantt-chart-task-relationship.png diff --git a/aspnetmvc/Gantt/Getting-Started_images/Getting-Started_img2.png b/aspnetmvc/Gantt/getting-started_images/aspnetmvc-gantt-chart-toolbar-function.png similarity index 100% rename from aspnetmvc/Gantt/Getting-Started_images/Getting-Started_img2.png rename to aspnetmvc/Gantt/getting-started_images/aspnetmvc-gantt-chart-toolbar-function.png diff --git a/aspnetmvc/Gantt/Getting-Started_images/Getting-Started_img6.png b/aspnetmvc/Gantt/getting-started_images/aspnetmvc-gantt-chart-toolbar.png similarity index 100% rename from aspnetmvc/Gantt/Getting-Started_images/Getting-Started_img6.png rename to aspnetmvc/Gantt/getting-started_images/aspnetmvc-gantt-chart-toolbar.png diff --git a/aspnetmvc/Gantt/Validating-Schedule-Dates_images/Validating-Schedule-Dates_img1.png b/aspnetmvc/Gantt/validating-schedule-dates_images/aspnetmvc-gantt-validating-schedule-dates.png similarity index 100% rename from aspnetmvc/Gantt/Validating-Schedule-Dates_images/Validating-Schedule-Dates_img1.png rename to aspnetmvc/Gantt/validating-schedule-dates_images/aspnetmvc-gantt-validating-schedule-dates.png