TECHNOLOGIES
ANSWERS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About Customization
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Venkata Subbarao Polisetty (14)
Mahesh Chand (4)
Ayman ElHattab (3)
Sanjay Kumar Pathak (2)
Sarvesh Shinde (2)
Mahender Pal (2)
Sekhar Srinivas (2)
BorisM (2)
Leo Koach (1)
Pravallika Varada (1)
Arindam Dawn (1)
Parth Patel (1)
Siddharth Vaghasia (1)
Prajnya (1)
Arun Menon (1)
Naveenkumar Paramasivam (1)
Aman Singhal (1)
Viknaraj Manogararajah (1)
Arun Choudhary (1)
Thivagar Segar (1)
Gnanavel Sekar (1)
Ashish Vishwakarma (1)
Omar Maher (1)
Anubhav Saxena (1)
Abdul Rasheed Feroz Khan (1)
Prashant Verma (1)
Safayat Zisan (1)
Sagar Pardeshi (1)
Lakshmanan Sethu Sankaranarayan (1)
Chetna Solanki (1)
Priti Kumari (1)
Nimit Joshi (1)
Andrew Karasev (1)
Deepak Middha (1)
Jean Paul (1)
Amit Maheshwari (1)
Arkaprovo Basak (1)
Arunava Bhattacharjee (1)
Mark Verbraeken (1)
Related resources for Customization
No resource found
Web Browser In C#
9/15/2023 11:32:13 AM.
There are many web browsers out there with all the bells-n-whistles but I added of a few new things that I haven't seen before.
Tips and Tricks for using Visual Studio efficiently
5/9/2023 5:23:36 AM.
Angular ngTemplateOutlet - The Power of Customization
5/3/2023 7:57:06 AM.
This article explains how developers can use a directive called ngTemplateOutlet in Angular to customize the appearance of a component's content. The article provides examples of how to use this d
SharePoint Item Display and Edit Screens Without Any Customization
4/24/2023 11:49:38 AM.
In this article we will see how to add a SharePoint list with few fields in all items view on a SharePoint page and show/ edit all the details of any selected list item on same page. Sometimes we have
Customize Modern SharePoint List Forms using JSON
3/9/2023 2:03:04 PM.
Normally we use SPFx or Power Apps to customize the forms in SharePoint online. In this article we will see how you can customize out of box SharePoint list form using JSON. You don’t need to customiz
Replace Input Text with Combobox In PowerApps Edit Form
8/29/2022 4:52:12 AM.
In this article, we will learn how to use combo box instead of input text in PowerApps edit form control
Show And Hide Form Header With Webresource In Dynamics CRM
3/30/2022 12:51:50 PM.
In Dynamics 365 CRM, at times we must show or hide form header,header command bar,header body,Header tab navigator for a selected entity. This can be achieved by using client API Reference. As an exam
Clear Form Notifications With Webresource In Dynamics CRM
2/23/2022 3:13:13 PM.
In Dynamics 365 CRM to clear form notifications, web resources of type JavaScript was used. Form context ui related client api reference can be used. As an example, contact form and contact entity rec
Use Form Context To Set Form Values With Web Resource In Dynamics CRM
2/9/2022 5:55:14 AM.
In Dynamics 365 CRM to perform customizations, web resources of type JavaScript was widely used. To set different attributes that are present in CRM Form, form context client api reference can be used
Conditionally Show/Hide Fields In SharePoint Online List Forms
2/7/2022 3:57:14 PM.
In this article, we will learn to show or hide the fields on SharePoint list forms using simple formulas.
Understand Form Context To Read Form Data With Web Resource In Dynamics CRM
2/2/2022 2:00:07 PM.
In Dynamics 365 CRM, to perform customizations web resources of type JavaScript was widely used. To read different attributes that are present in CRM Form, form context client api reference can be use
Link Web Resource To A Form Using Classic UI In Dynamics CRM
1/27/2022 6:39:16 AM.
In Dynamics 365 CRM, way to link Web resource to a Form was by using Classic form where we can attach a web resource to form. As an example, in Contact customizations solution for contact main form we
Customizing Data Card In PowerApps
1/20/2022 4:21:24 PM.
In this article, we will learn how to customize data cards in PowerApps.
Link Web Resource To A Form In Dynamics CRM
1/19/2022 1:57:48 PM.
In Dynamics 365 CRM, post creation of a web resource, to use it in CRM Form for a selected entity then we must add web resource into Form Libraries present at form level and then tie it to Event Handl
Customize List Forms Using JSON In SharePoint Online
1/8/2022 1:31:25 PM.
In this article we will see how we can customize SharePoint list forms using JSON and without making use of PowerApps or SPFx.
Creation Of Web Resource JavaScript Type In Dynamics CRM
1/5/2022 4:22:20 AM.
In Dynamics 365 CRM, any functionality cannot be achieved through OOB [Out of Box] functionality, then first thing comes into mind was customizations. So, basic customizations can be achieved starting
Automatic Stage Movement Using CRM Plugin In BPF
12/29/2021 3:32:31 PM.
During some scenarios we must automatically move BPF Stages based on server-side code. This can be achieved by CRM Plugin. As an example, on update of a title field for a selected contact record BPF w
Restrict Manual Movement Of Stages Using JavaScript in BPF
12/22/2021 9:14:02 AM.
In certain implementations, we must restrict manual movement of Stages in BPF for a selected record as a business requirement. To achieve this functionality, we can use JavaScript to restrict movement
Restrict Stage Movement Based On Roles Using JavaScript In BPF
12/15/2021 3:13:48 PM.
In certain implementations, BPF Stage movement to be done based on roles. So, this can be achieved by writing custom JavaScript and logic to capture roles of the logged in user. As an example, we cons
Create Auto Number Field In Dynamics CRM
10/14/2021 1:09:02 PM.
In Dynamics / Power Platform at times we require automatically generate auto number for an entity which has the alphanumeric characters. Microsoft offers custom format auto number option as well. In
Business Rules With Actions Set Default Value And Set Field Value In Model Driven Power Apps
8/4/2021 6:09:35 AM.
In Dynamics 365 CRM or Power Platform, Business rules provide a quick way of applying business conditions every business rule starts with a condition. In this article we are going to see about 2 Actio
PowerApps Bulk Update Collection With Patch And Floating Concept Used For Screen Customization
6/14/2021 5:20:25 AM.
In this article, I will explain on edit, update or delete multiple tasks of the Task gallery along with this I will explain the floating concept in Power Apps which will help for better architecture i
How To Move CRM Customizations Between Dynamics 365 CRM Environments
6/10/2021 2:10:10 PM.
In Dynamics 365, CRM Customizations need to be moved between CRM Environments for example from Development environment to Testing environment in the form of CRM solutions. And we are going to see abo
How To Create A Solution In Dynamics 365 CRM Using Classic Mode And Power Apps Maker Portal
6/3/2021 4:07:56 PM.
In Dynamics 365, a solution component represents something that you can customize. So, we have 2 types of solutions in Dynamics CRM- Managed solutions where most of the product related Out of Box rela
Add Flyout And Identify Selected Option - Dynamics 365 CE
2/17/2021 4:50:28 PM.
This article is about adding custom flyout button in ribbon and writing script to identify which option is selected
Advanced Customization of AD FS Sign-in and Update Password Pages
4/22/2020 3:30:33 PM.
The article is a detailed walkthrough for customizing the ADFS login and update password page with custom company branding and custom functionalities. There is a sample code attached within which can
Setup Sub-Domain And Customize Our Login Page In Salesforce
3/16/2020 4:40:37 PM.
By reading this article, you will learn about how to create subdomain domain and customizing login page in salesforce.
Windows 8 Multi-Monitor Tips
12/17/2019 2:18:47 AM.
In this article we are going to provide some Windows 8 multi-monitor tips.
Sign-In Page Customization for Specific Branding in Azure
12/10/2019 3:24:25 PM.
In this article you will learn about Sign-In Page Customization for Specific Branding in Azure.
Use PC Settings in Windows 8
11/29/2019 3:48:41 AM.
In this article I will explain how to use the PC Settings in Windows 8.
Display Notification Button With Count In SharePoint Page
3/23/2019 3:34:24 AM.
In this article, we are going to see how to insert a notification button in our Sharepoint page using HTML and display the count of custom list item as a notification number using REST API methodology
ASP.NET MVC 5 - Customizing Bar Chart Using JavaScript C3 Chart Library
11/13/2018 9:17:44 AM.
In this article, will demonstrate a different way of customization on a bar chart Using JavaScript C3 Chart Library.
View Customization With JavaScript In Dynamics 365
1/25/2018 6:27:41 PM.
You need to write a JS function with 2 parameters, when you’ll add it to view, first parameters will recieve rowData(value with metadata shown below for one cell) and userLCID(i.e. language code fof c
ASP.NET Core Identity Tables Customization With Visual Studio 2017
5/9/2017 12:15:58 AM.
In this article, you will be acquainted with ASP.NET Core identity tables customization with Visual Studio 2017.
ListView Customization using DataTemplateSelctor
3/15/2017 1:29:21 AM.
In this video I will be explaining about how to Customize the Xamarin.Forms ListView Control with the support of DataTemplateSelector and will design the user interface for the chat message.
Xamarin Forms Listview Customization Using TextCell, ImageCell and ViewCell
3/3/2017 3:17:01 AM.
In this video I will be explaining about how to customize Xamarin.Forms ListView Control with the support of TextCell, ImageCell and ViewCell.
SharePoint Customization - Content Type
9/25/2016 2:46:35 PM.
In this article, you will learn about SharePoint customization. The first element is Content Type.
Complete Customization Of Your Site On SharePoint Using Office 365
8/22/2016 11:41:27 AM.
In this article, you will learn about complete customization of your site on SharePoint, using Office 365.
SharePoint 2010: Customization Of The Data View Web Part - XSLT
3/8/2016 9:26:11 AM.
In this article we will explore how to customize the data view web part XSLT and apply different operation implementation.
GridView Customization in ASP.Net With OLEDB Database
8/9/2015 12:35:27 PM.
In this article you will learn about customizing a GridView in ASP.NET and image data processing from an OLEDB data provider.
Rearrange Existing Command/Ribbon Buttons in Microsoft Dynamics CRM
7/10/2015 12:41:32 AM.
In this article we will learn how to rearrange a command/ribbon button in CRM.
SharePoint: Customization Evolution
12/9/2014 2:17:53 PM.
In this article we explore SharePoint’s customization evolution from SharePoint 2007 popularly known as MOSS to SharePoint 2010 and then towards the current version in use, SharePoint 2013.
SharePoint Customization Tricks: Part III
9/15/2014 4:27:26 AM.
This multipart series of articles is intended to help you getting ramped up with SharePoint Customization.
SharePoint Customization Tricks: Part II
9/15/2014 4:25:19 AM.
In this article, I'll show you another two tricks for customizing the list form toolbar.
SharePoint Customization Tricks: Part I
9/15/2014 4:23:06 AM.
This multipart series of articles is intended to help you get ramped up with SharePoint customizations. In this article we will see how to hide List View Toolbar Menu Items.
Customization of SharePoint Search Box Web Part in 2013
3/6/2014 2:03:09 PM.
In this article, we will see how to customize the search box web part where your SharePoint search is done.
Arrangement of Items in a List Box Using WPF
2/13/2014 8:16:51 PM.
This article describes how items can be arranged in a List Box (or any Items Control subclass). Here I have used the Items Panel property for the customization.
Calendar Control In ASP.Net
1/23/2014 8:55:11 PM.
Here, I would like to describe the most usefull properties of the Calendar control in ASP.NET.
Office Application Development in Visual Studio
8/3/2013 8:04:57 PM.
In this article you will learn about the office application development in Visual Studio 2013 Preview.
Great Plains Dexterity customization in VB.NET
12/1/2012 3:09:06 AM.
This article is for intermediate Great Plains Dexterity developer. It describes the directions to phase out Dexterity functionality and replace it with newer technologies.
Customization of Calendar Control in ASP.NET in Visual Studio 2012
10/28/2012 12:11:56 PM.
In this app I described how to customize Calendar Control in ASP.NET
SharePoint 2010 - Navigations, Logo, Theme & Customizations
6/29/2012 5:49:48 PM.
In this article we will see how to create navigation links, logo changes and other customizations. In the real world we will need to configure these items.
DataGrid Customiztion Part-III:Implementing Search Feature in a DataBound Grid
5/19/2012 5:31:31 AM.
In this article, I will show you how to exchange two DataGrid columns by dragging and dropping.
DataGrid Customization: Part-1
5/19/2012 5:25:16 AM.
In this article, I will discuss some DataGrid customization tips such as how to I get the name and index of the column headers and how do I find out if mouse click right click was on a column.
DataGrid Customization Part-IV:Exchanging a DataGrid Columns using Drag and Drop
5/19/2012 3:36:11 AM.
This article covers customized sorting and a DataGrid column hiding programmatically.
Customizing AboutPrompt Control in Windows Phone 7
4/9/2012 2:56:18 PM.
In this article we are going to explore how to customize the AboutPrompt Control in Windows Phone 7.
Sharepoint List Customization
12/15/2010 11:04:37 AM.
In this article I am showing how to customize SharePoint default Survey look & feel and how to add heading in survey (for a section) using Microsoft Office SharePoint Designer for Microsoft Office SharePoint 2007.
Creating Custom Message Box in Silverlight 3
1/8/2010 4:15:34 AM.
In this post we will be able to create a custom message box control and see how to use it.
Microsoft CRM Customization - Programming Email Activity Attachment
1/31/2007 3:39:33 AM.
Microsoft CRM is now on the scene and it is increasing its market share, due to Microsoft Business Solutions muscles and marketing strategy. It is tightly integrated with other Microsoft Business Solutions products such as Microsoft Great Plains, Solomon, Navision.
Microsoft CRM Customization: MS Exchange Transport SMTP Event Sink
2/2/2006 12:36:27 AM.
Microsoft CRM has variety of customizations options and tools. The official and the most popular is Microsoft CRM SDK: collection of C#.Net and partially VB.Net classes, methods and code samples.
DataGrid Customization Part-II: Custom Sorting and DataGrid Column Hiding
1/12/2006 2:11:00 AM.
How to I get the name and index of the Column headers? How do I find out if mouse click right click was on a column
Updated ReshuffleColumns Method
12/14/2005 7:05:06 AM.
Here is an updated version of 'ReshuffleColumns' method of article DataGrid Customization by Mahesh Chand.