Related resources for Forms
  • Group Box and Picture Box in Windows Forms4/23/2024 11:07:40 AM. Combine Group Box & Picture Box in Windows Forms for organized UI & image display. Utilize Group Box for visual grouping & Picture Box for image rendering, enhancing user experience in C#
  • Integrating Datatables JQuery Plugin in ASP.NET Webforms4/23/2024 8:57:18 AM. Learn how to seamlessly integrate the DataTables jQuery plugin with ASP.NET WebForms for efficient server-side processing. This tutorial delves into harnessing the power of DataTables for dynamic data
  • Understanding .NET Client Profile4/22/2024 8:22:31 AM. .NET Client Profile, tailored for Windows Forms apps, offers speedy deployment with minimal footprint. Microsoft trims features like ASP.NET, MSBuild, enhancing package efficiency. Removed from .NET 4
  • Form Controls and Create Basic Form in Blazor Component 4/18/2024 9:25:04 AM. Learn to build interactive forms in Blazor components using form controls like input fields, dropdowns, and buttons. Explore data binding techniques to connect form elements to your component's da
  • A Journey from ASP.NET Framework to ASP.NET Core4/18/2024 7:44:33 AM. Explore the journey of .NET web development from ASP.NET Framework to ASP.NET Core, encompassing technologies like Windows Forms, WPF, and Web Forms. Witness the transition to structured MVC architec
  • How To Add And Delete Data In Angular 4/15/2024 11:54:36 AM. Learn how to implement add and delete operations in Angular to store and remove data from the database. This tutorial guides you through creating components, forms, and functions for submitting and de
  • FolderBrowserDialog In C#4/15/2024 11:19:37 AM. FolderBrowserDialog in C# is a convenient tool for enabling users to browse and select folders within a C# application's graphical user interface. It's part of the .NET framework, specifically
  • Creating an Accounting Application With C# - Part Four4/13/2024 6:12:49 PM. Learn about building an accounting app in C#, covering various forms like splash, activation, and login windows. Understand activation methods, including serial key, webservice, and custom activation
  • Xamarin.Forms - EventToCommand Behavior in MVVM ViewModel 4/11/2024 10:35:24 AM. Xamarin.Forms EventToCommand behavior facilitates MVVM by binding events to ViewModel commands. It streamlines event handling, promoting the separation of concerns within the application architecture.
  • Custom Validation In Angular Template-Driven Forms4/9/2024 9:08:54 AM. In this article, we will learn about validations in the template-driven form in Angular. We will create a simple user registration form and implement some inbuilt validations on it. Along with the inb
  • Custom Validation In Angular Reactive Forms4/9/2024 8:47:25 AM. In this article, we will learn about validations in the reactive form in Angular. We will create a simple user registration form and implement some inbuilt validations on it. Along with the inbuilt va
  • Rename the "Related" entities in Dynamics 3654/6/2024 5:47:51 AM. Rename the "Related connections" entity to "Account-Connections" in CRM, follow steps Login, navigate to Advanced settings, open solution, access Account entity forms, edit "C
  • Grid View In Xamarin.Forms Using FlowListView4/4/2024 9:10:03 AM. Learn how to use FlowListView in Xamarin.Forms to create a GridView with features like infinite loading, item-tapped Commands, and more. Follow implementation steps: creating a new Xamarin.Forms proje
  • Design Whatsapp Page With Grid Layout In Xamarin.Forms4/4/2024 8:57:03 AM. Explore Xamarin.Forms, a cross-platform mobile framework, facilitating UI development with XAML. Utilize Visual Studio 2017/2019 for C# coding. Design WhatsApp-like layouts using Grid Layout, Labels,
  • How To Create A Simple Calculator Using Grid Layout In Xamarin.Forms4/4/2024 7:23:34 AM. In this article, we will learn how to develop a basic calculator using Xamarin. Forms, leveraging the power of Grid Layout for efficient UI design.
  • Similarities and Dissimilarities Between MVC and Web Forms4/1/2024 9:45:23 AM. MVC (Model-View-Controller) and Web Forms are two distinct architectural patterns in ASP.NET. MVC emphasizes a clear separation of concerns, routing, and testability. In contrast, Web Forms offer a mo
  • Multilingual Application with single Resx file - Forms Validation Strings4/1/2024 9:37:01 AM. Learn how to create multilingual applications using ASP.NET 8 in this third part of our series. Explore efficient techniques for managing form validation strings using a single Resx file, ensuring sea
  • ASPX View Engine VS Razor View Engine4/1/2024 8:27:59 AM. View engines render HTML to the browser. ASP.Net MVC supports ASPX and Razor View Engines by default, with options for third-party engines. ASPX syntax mirrors ASP.Net web forms, while Razor offers a
  • Explain StackLayout in .NET MAUI3/31/2024 3:53:34 AM. StackLayout in .NET MAUI provides flexible layout management for UI development, allowing easy arrangement of controls in a stack, either horizontally or vertically. Compatible with Xamarin.Forms, and
  • Data Binding in Angular3/23/2024 4:04:12 PM. Data binding serves as the communication bridge between the template (representing the view) and the component (housing the application's logic and data).
  • Working With Circular Progress Bar In Visual Studio 20173/20/2024 11:47:17 AM. In this article, I will explain how to integrate and customize circular progress bars in your Visual Studio 2017 projects. Enhance user experience with dynamic progress indicators, suitable for WinFor
  • How to Mark an Email as Read When Logic App Performs an Action3/18/2024 6:18:11 AM. Azure Logic Apps streamline business processes by automating workflows between various services without coding. Follow steps to create workflows for tasks like moving email attachments to Blob Storage
  • User Authentication with Forms Authentication in ASP.NET MVC3/10/2024 7:40:33 AM. Forms Authentication is a widely-used mechanism in ASP.NET for managing user authentication within web applications. It allows developers to authenticate users based on credentials stored in a databas
  • Why Any() Outperforms Count() in Collection Checks3/6/2024 8:50:13 AM. Efficiency in programming is vital, and choosing the right method for tasks is crucial. Explore why Any() often outperforms Count() in specific scenarios with illustrative examples in C#.
  • How To Create A Form Using Microsoft Forms3/4/2024 11:49:31 AM. Create custom forms effortlessly with Microsoft Forms. Gather data, conduct surveys, and streamline feedback collection. Customize questions, share forms easily, and analyze responses seamlessly withi
  • Reactive Forms In Angular with Practical Example 3/1/2024 6:05:44 AM. Angular is a popular framework for building dynamic web applications, and one of its key features is its powerful Forms module. Angular offers two types of forms: template-driven forms and reactive fo
  • SharePoint Content Types In PowerApps Form - A Workaround!2/29/2024 9:17:03 AM. In this article, you will learn about a workaround for SharePoint Content Types in a PowerApps Form.
  • Introduction to Interfacing Win Forms with VS Add-ins2/29/2024 9:16:02 AM. Learn to integrate Visual Studio Add-ins with Win Forms for enhanced user interaction. Utilize Form controls, event handling, and DTE to create a seamless interface. Manage windows, buttons, and lists
  • Developing XP Style Applications2/28/2024 11:36:26 AM. In this article, we will be Developing XP Style Applications that involve creating user interfaces with visual elements reminiscent of Windows XP's iconic design.
  • Angular URL/Site Validation using Regular Expression and Bootstrap with Reactive Forms2/26/2024 4:26:28 AM. Steps to add validation for URL using the regex pattern in the angular application. I will explain steps to create a form with text input using the reactive forms in angular. This input field will on
  • Mobile Number Validation Using Angular and Bootstrap2/19/2024 9:48:49 AM. This article illustrates the implementation steps for 10-digit mobile number validation in an Angular app using reactive forms and Angular's phone number validation pattern. It guides us through s
  • How to Play Flash in Windows Forms Application Using C#2/16/2024 9:14:59 AM. Learn how to integrate and play Flash (.swf) files in Windows Forms apps. Explore two methods: Shockwave Flash Object and WebBrowser control.
  • Working With a BindingNavigator Control in Windows Form2/16/2024 6:49:53 AM. This guide demonstrates implementing a BindingNavigator control in a Windows Forms application, enabling navigation through database records. It outlines steps to create a database, insert records, an
  • Enhance Customer Service Case Forms with Case Summary Copilot2/15/2024 5:37:12 AM. Seamlessly integrated into the Customer Services case form, this feature enhances efficiency by automating data entry and providing a concise summary of cases.
  • Databinding with DataGridView in ADO.NET2/14/2024 8:08:49 AM. Databinding with DataGridView in ADO.NET utilizes SqlDataAdapter to fetch data from a database, DataSet for storing it, and binds DataGridView for display in Windows Forms. It streamlines data present
  • UpdateProgress Control With UpdatePanel in AJAX2/14/2024 7:21:41 AM. In this article, we will learn AJAX (Asynchronous JavaScript and XML) for interactive web development. Utilize technologies like JavaScript, XML, and Asynchronous Calls to enhance user experience.
  • How to Bind a BindingNavigator with a DataGridView in Windows Forms2/14/2024 4:19:39 AM. This article provides a detailed guide on binding a BindingNavigator with a DataGridView control in a Windows Form Application. It includes steps for creating a database, inserting records, setting up
  • Meal Scheduler in C#1/31/2024 10:00:52 AM. This service reminds you when it time to eat your lunch, BF, or dinner. The app, named "Who takes care of your health," sets reminders with a light sound based on user-input meal timings.
  • Full-Stack Web Development in ASP.NET Core 8 MVC1/30/2024 4:10:26 AM. Full-stack web development refers to the practice of designing, developing, and deploying both the client-side (front-end) and server-side (back-end) components of a web application. In this, develope
  • Top 5 White Label LMS Platforms in 20241/29/2024 2:36:24 AM. Here is a list of the top 5 learning management systems that can be white-labeled for your company and brand.
  • Create Xamarin Android Custom Loader with LoaderEase NuGet Package1/19/2024 6:22:44 AM. The fundamental objective of a wait window is to furnish users with feedback, mitigating any perception of unresponsiveness or ambiguity during tasks that may consume considerable time. Leveraging the
  • Comparing Vertical Scaling and Horizontal Scaling in System Design1/11/2024 6:14:25 AM. Certainly! This article delves into the critical aspect of system design known as scalability, exploring two primary approaches: Vertical Scaling and Horizontal Scaling. Vertical Scaling involves enha
  • Trigger Power Automate Flow Utilizing Ultimate Forms 11/30/2023 10:23:43 AM. How a Power Automate Flow be started in response to a particular SharePoint form update?
  • ProgressBar In C#11/20/2023 10:02:54 AM. C# ProgressBar control of WinForms allows track and show progress of an operation. The code example in this article demonstrates how to use a Progressbar control to build UI with progress.
  • Ways to Bind DataGridView in C# Windows Forms11/20/2023 9:01:03 AM. I would like to share multiple ways to bind a DataGridView to a Window Forms form using C#.
  • Building dynamic forms with SurveyJs and Blazor WebAssembly 11/20/2023 5:51:27 AM. In this article, we will learn about integrating the surveyJs with blazor web assembly to compose a dynamic form. we'll learn how to integrate SurveyJs into a .NET Core 6.0 Blazor WebAssembly appl
  • Create Basic Calculator Using Windows Forms And C#11/18/2023 5:21:53 AM. In this article I am going to show you how to make a very basic Calculator application using Windows forms application and C#.
  • ListView in C#11/17/2023 9:13:48 AM. The ListView in C# provides an interface to display a list of items using different views including text, small images, and large images. In this tutorial, we will learn how to work with the Windows F
  • ComboBox In C#11/16/2023 6:31:46 AM. C# ComboBox is a combination of a TextBox and a ListBox control. Only one list item is displayed at one time in a ComboBox and other available items are loaded in a drop down list. In this article, yo
  • VS 2022 Reveals System.Runtime.CompilerServices.Unsafe Vulnerability11/15/2023 7:23:46 AM. The recent version of Visual Studio 2022 revealed a vulnerability in ASP.NET WebForms.while updating Windows on Patch Tuesday and releasing the latest version of Visual Studio 17.8 and .NET 8 LTS, I u
  • Automatically Settings Class for Saving and Loading11/12/2023 9:08:30 AM. Simple generic and class to save and load settings to and from a json file. Your implementation of the MySettings class is a neat and effective way to handle saving and loading settings in a Windows F
  • AI and Machine Learning in Customer Data Platforms (CDPs)11/1/2023 4:44:46 AM. This blog highlights the impact of AI and ML in Customer Data Platforms (CDPs). It emphasizes AI's role in data analysis, predictive modeling, and real-time personalization, and delves into how ML
  • Transferring Ownership of Forms in Microsoft Forms10/26/2023 7:52:42 AM. Managing MS forms within an organization is a critical task, especially when an original form owner leaves the organization. In such cases, it's essential to transfer ownership of their forms to e
  • Creating Pop-Up New/Edit Forms in PowerApps10/23/2023 9:09:14 AM. Learn how to create a popup in PowerApps for data entry using a step-by-step guide. This article covers adding hyperlinks, setting variables, designing the form, and connecting the data source
  • BackgroundWorker In C#10/20/2023 6:00:59 AM. C# BackgroundWorker component executes code in a separate dedicated secondary thread. In this article, I will demonstrate how to use the BackgroundWorker component to execute a time consuming process
  • Why Is Composition Favored Over Inheritance?10/11/2023 12:13:33 PM. Here you will see why composition is favored over inheritance.
  • Capturing Screen Resolution Information10/11/2023 9:12:36 AM. This article describes a simple approach to capturing and displaying screen related information.
  • Simplify Dependency Injection In .NET 6 For Windows Forms Development10/6/2023 10:01:19 AM. This article explains how to use dependency injection in .NET 6 Windows Form Application.
  • Delete records from GridView without Page Reload using jQuery10/3/2023 5:39:36 AM. In this article, we will use jQuery to delete records from GridView so that their is no page reload. The codes developed here can be copied and used in any of your web application.
  • Simplify Your C# WinForms Development with the ControlHelpers Class9/27/2023 8:22:24 AM. "In this comprehensive tutorial, we explore the ControlHelpers class, a powerful tool for enhancing your C# WinForms application development. Learn how to streamline common tasks and improve the
  • Insert Data Into Database In C# Using JavaScript9/25/2023 12:02:28 PM. In this article I’ll show you how to insert data into database in ASP.NET C# using JavaScript where we use insert web method service to make that out.
  • Customizing Windows Forms In C#9/25/2023 11:29:55 AM. In this article we will customize basic windows forms using only Panels in diffrerent colors in Visual Studio using C#
  • Snake Game Application In C#9/24/2023 7:19:44 PM. A "Snake Game Application in C#" is a classic video game where players control a snake that moves around the game board, consumes food to grow longer, and avoids collisions with walls or its
  • Find and Replace Text in Text / HTML Files9/22/2023 9:55:48 AM. Here is the simple and quick way to replace a text in a HTML or TEXT file.
  • OpenFileDialog In C#9/21/2023 9:46:22 AM. C# OpenFileDialog control is used to browse and select a file on a computer. In this article, you'll learn how to use the OpenFileDialog in C#.
  • Implementing a Custom Telerik RadTextBox Control in a WinForms Application9/21/2023 8:07:11 AM. Learn how to create a custom Telerik RadTextBox control for WinForms applications. This code example, compatible with .NET 5/6/7/8, adds convenient IsEmpty and IsNotEmpty properties, enhancing text bo
  • Hiding the Date in a Date Time Picker Control9/17/2023 10:20:53 PM. This very short article will address an extremely easy way to hide the date value contained in a date time picker control. While the control contains no property that will allow you to hide the curre
  • How to Bind List<T> to List box and Dropdown List9/15/2023 5:31:40 AM. Tutorial of how to bind List&lt;T&gt; to the listbox/dropdown list. Following are some simple steps to bind your listbox/dropdown list to List&lt;T&gt;.
  • A Simple Approach to Product Activation9/11/2023 6:31:35 AM. This article describes an easy approach to keeping track of each installation of an application.
  • TreeView Control in C#9/6/2023 9:26:17 AM. This is an article addressing some of the basics of working with a TreeView in C#; the article will address dynamically adding TreeNodes to a TreeView control, searching the nodes to find and highligh
  • Image Compressor Using Windows Forms With C#9/6/2023 8:56:48 AM. In this article, I have explained how to compress images by reducing the quality of images using C#.An &quot;Image Compressor Using Windows Forms With C#&quot; application provides a user-friendly way
  • CheckBox In C#9/6/2023 8:53:27 AM. In this article, I will discuss how to use a CheckBox control in a Windows Forms using C#.
  • Running a Web Site in Kiosk Mode with C#9/4/2023 12:02:44 PM. This article addresses a simple approach to supporting the display of a web site in kiosk mode using a simple win forms application.
  • Solving Mazes Using Recursion9/4/2023 11:42:53 AM. In this lesson we will be creating a C# form that creates and solves a maze using a recursive technique. It will cover the creation of the maze creator using PictureBoxes and solving the maze.
  • Monitor and Display CPU State Information9/4/2023 10:00:57 AM. This article describes a quick and simple approach to displaying information about the state of the CPU or CPUs on a targeted machine.
  • Consume ChatGPT Open AI API Inside .Net Core Application Using Razor Pages8/28/2023 10:33:37 AM. This article demonstrates how to develop a ChatGPT application utilizing Razor pages and the OpenAI API in an ASP.Net Core web application.
  • What are forms in Angular?8/26/2023 7:23:04 AM. In this article, we will learn about angular forms.
  • Passing Data Between Forms Without Events and Delegates8/23/2023 10:36:02 AM. This article describes a simplified approach to allowing communication between forms without the use of events and delegates.
  • Creating Web Forms Application Using Visual Studio 20138/23/2023 6:40:13 AM. In this article I am creating the Web Forms Application by using the Empty Project Template in Visual Studio 2013.
  • Add Row in Excel using Power Automate8/18/2023 6:43:09 AM. Streamline Excel Data Input: Automate with Power Automate and Microsoft Forms. Learn how to effortlessly add rows to Excel using these tools, enhancing data management and efficiency.
  • How to save Microsoft Forms Responses with Attachments to SharePoint Lists?8/9/2023 6:52:50 AM. In this article, we will explore the process of retrieving a Microsoft Forms response that includes an attachment and saving it directly to a SharePoint list.
  • Create a SharePoint List Item using Power Automate 7/28/2023 9:42:33 AM. Learn how to collect data from Microsoft Forms and store it in SharePoint Lists using Microsoft Power Automate. Automate workflows easily without coding. Efficient data management for better analysis.
  • Build Forms Validation in Power Apps7/19/2023 10:50:39 AM. Learn how to create and validate forms in Power Apps. Follow the instructions to implement form validation and enable auto-calculation, ensuring data accuracy and smooth user experience.
  • Automate Birthday Reminders with Google Forms and Calendar7/19/2023 5:47:56 AM. To integrate Google Forms and Google Calendar for collecting birthdates and setting reminders, you can follow these steps:
  • C# Message Box7/12/2023 8:31:44 AM. A C# MessageBox displays a popup message dialog with action buttons. In this article, you&#39;ll learn how to implement a Message Box in C# and Windows Forms.
  • Forms in HTML: A Comprehensive Guide7/11/2023 9:24:26 AM. This article is about the forms element in HTML.
  • Difference Between ViewBag, ViewData, & TempData 7/5/2023 6:19:37 AM. In the context of ASP.NET MVC or ASP.NET Core, ViewBag, ViewData, and TempData are mechanisms for passing data between a controller and a view
  • Add HTML Rich Text Editor to PowerApps Forms6/29/2023 10:46:45 AM. The problem statement discusses the issue of default text fields appearing instead of rich text fields in PowerApps forms. The approach outlines steps to replace the text field with a rich text editor
  • Easiest way to Create SharePoint New or Edit Form Using PowerApps6/27/2023 12:30:33 PM. PowerApps Form Creation: Learn how to create new and edit forms in PowerApps. Customize form size, select a data source, add buttons, and set form modes.
  • Understanding HTML Forms and Input Elements6/27/2023 8:47:37 AM. Understanding HTML forms and input elements, Forms are an essential part of web development, allowing users to interact with a website by submitting data or making requests. In HTML, forms are created
  • How To Minimize Application To System Tray In C#6/9/2023 7:20:48 AM. Minimizing the application to the system tray (officially known as the Notification Area) is a great alternative to a standard behavior we are accustomed to. Only a few basic steps are necessary to do
  • Implementing Google Forms To Android Application6/2/2023 5:41:35 AM. In this article, we will see how to create a simple feedback system using Google Forms in the back-end. For online applications, we have a separate table for feedback from users. But, for offline appl
  • Entity Framework (10), With .Net WebForms, Database-First5/3/2023 4:12:20 AM. This article will to discuss Entity Framework With .Net WebForms, Database-First approach.
  • CSS 3 Performance Considerations Transforms and Transitions4/24/2023 7:03:10 AM. CSS 3 Transforms and Transitions can add visual interest and interactivity to web pages.
  • CSS3 Transforms and Transitions Best Practices4/24/2023 6:59:53 AM. CSS3 Transforms and Transitions are powerful tools that allow developers to create engaging and interactive user interfaces.
  • CSS3 Combining Transforms and Transitions4/22/2023 11:50:33 AM. CSS3 offers several powerful techniques for creating dynamic and engaging web experiences
  • CSS3 3D Transforms4/21/2023 2:46:28 PM. CSS3 3D transforms allow you to manipulate elements in three dimensions on your webpage
  • CSS3 2D Transforms4/21/2023 9:28:16 AM. CSS3 2D transforms are a set of CSS properties that allow you to manipulate elements in two-dimensional space
  • What are Transforms in CSS3?4/21/2023 6:45:42 AM. We will look at Transforms in CSS 3
  • Customize Modern SharePoint List Forms using JSON3/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