Related resources for Forms
  • How Artificial Intelligence is Reshaping the Landscape of Crypto Trading Platforms?7/24/2024 11:54:46 AM. In this article, we will know Artificial Intelligence is revolutionizing crypto trading platforms by enhancing predictive analytics, automating trading strategies, and optimizing decision-making proce
  • Validating Input and Forms in AngularJS7/23/2024 5:56:35 AM. Form validation is crucial for data integrity in web applications. This article demonstrates AngularJS form validation with a member registration example, covering HTML structure, controller logic, an
  • EDI Solutions on leading Hyperscale cloud platforms 7/16/2024 7:19:12 PM. Explore efficient EDI solutions deployed on major hyperscale cloud platforms like AWS, Azure, and Google Cloud. Discover how businesses leverage scalable cloud infrastructure to streamline electronic
  • Custom Controls in C# Windows Forms7/8/2024 7:52:38 PM. Creating custom controls in C# Windows Forms enhances user experience by providing tailored functionalities. This guide covers deriving controls, combining multiple controls into composite ones, and i
  • PowerApps Rating Control Total and Average Ratings Validations7/5/2024 7:50:30 AM. Rating is one of the most common features in the social sites and for any of the interactive requirements by users. While I was developing rating, I realized, there are lots of validation required in
  • AngularJS: Numbers Text Validation and cbTooltip in ASP.NET7/4/2024 9:46:21 AM. "In AngularJs applications, custom directives like allowOnlyNumber and allowOnlyText ensure input validation for numeric and text data, enhancing user interaction. Implementing cbTooltip with Boo
  • How To Create Sorting And Paging In ASP.NET Web Forms GridView 7/4/2024 5:24:32 AM. Learn how to enable sorting and paging in an ASP.NET GridView by configuring properties, handling events, and binding data using C# code examples and best practices for efficient data display.
  • Implementing Periodic API Calls and Error Handling in C# Windows Forms Application7/4/2024 2:47:43 AM. The Form1 constructor initializes a form and starts a timer. When the timer elapses (t_Elapsed), it fetches data from APIs configured in WebConfigurationManager.AppSettings. The demoGet method handles
  • How to Add Duration to Your Microsoft Forms Quizzes7/3/2024 7:30:14 AM. Learn how to add a duration to your Microsoft Forms quizzes with this comprehensive guide. Discover step-by-step instructions to set a time limit, ensuring a more controlled and fair assessment enviro
  • Creating Dynamic Dropdown Lists in ASP.NET MVC6/28/2024 8:45:04 AM. Dropdown lists, or <select> elements, are essential in web forms, enabling users to choose from a predefined list of options. They enhance user experience by simplifying input selection and ensu
  • Xamarin.Forms - Deep Linking Application Using SQLite6/26/2024 10:53:03 AM. Learn to build Xamarin.Forms applications with deep linking using C# and XML. This tutorial covers creating a cross-platform email client example where notifications open specific app sections. Explor
  • Microsoft Forms: New Features in 20246/26/2024 4:58:19 AM. Microsoft Forms has introduced powerful updates in 2024, including real-time data sync with Excel, a Practice Mode for learning reinforcement, a new Forms app for easy survey creation, and the ability
  • TextBox In C#6/24/2024 8:59:31 AM. A TextBox control accepts user input on a Form. In this article, I will discuss how to create a TextBox control in Windows Forms at design-time as well as run-time. After that, I will continue discuss
  • Working With Radio Button Control In Winforms Application Using Visual Studio 20176/20/2024 10:10:31 AM. Learn how to effectively utilize radio button controls in your WinForms applications using Visual Studio 2017. This tutorial covers essential topics including adding radio buttons to forms, managing t
  • Popup Notification in Windows Forms6/19/2024 9:54:53 AM. Learn how to implement popup notifications in Windows Forms applications with this comprehensive guide. Explore techniques using MessageBox, NotifyIcon, and custom forms for user-friendly notification
  • Setting Up SQLite Connection In Xamarin App6/19/2024 9:54:20 AM. In this article, we are going to learn about how to set up a connection with SQLite in your application. We will connect each of the iOS, Android, and UWP projects with SQLite.
  • Login Control in ASP.NET 3.56/17/2024 11:19:43 AM. ASP.NET login controls simplify user authentication for web applications by integrating with ASP.NET membership and forms authentication. These controls offer a ready-to-use interface to query user cr
  • Tutorial: Working With Windows Forms6/16/2024 2:37:12 PM. Learn C# basics with these Windows Forms tutorials! From simple form creation to event handling, explore code examples with TextBox, Button, MessageBox, and more. Ideal for beginners in .NET and Visua
  • Difference Between MVC And Web Forms6/13/2024 11:53:51 AM. Learn about MVC (Model-View-Controller) and its advantages over Web Forms in ASP.NET development. MVC emphasizes separation of concerns, better maintenance, and testing. Discover how MVC uses control
  • Using StatusStrip In Windows Forms6/11/2024 12:14:07 PM. Learn how to enhance user experience in Windows Forms applications by effectively utilizing StatusStrip. StatusStrip provides visual feedback and status updates, integrating various controls like Tool
  • How to use Formik in React Js?6/11/2024 9:59:23 AM. Formik is a popular form management library for React applications. It simplifies the process of building and handling forms by abstracting away much of the boilerplate code associated with form handl
  • Framework Design - The Template Method Pattern6/7/2024 10:31:37 AM. Learn the Template Method pattern in C#, a behavioral design pattern facilitating framework design. Follow an example using a REPL framework, simplifying app development by automating loop execution a
  • Using Error Provider Control in Windows Forms and C#6/6/2024 11:45:38 AM. In this example we will see how to use the ErrorProvider control in Windows forms to provide validations in Windows Forms and display user-friendly error messages to the user if the validation fails.
  • CRUD Operation In C# Windows Application Using Store Procedure6/3/2024 10:06:01 AM. This guide explores implementing CRUD operations in a C# Windows Forms application using stored procedures. Learn to connect to SQL Server, execute stored procedures, and handle data efficiently.
  • TextPad Application in C#5/31/2024 11:52:29 AM. This C# code defines a simple text editor application in Windows Forms. It includes functionalities to open, save, clear text, and exit. File handling operations are performed using StreamReader and S
  • Hour 1: Understanding 5 ASP.NET State management techniques in 5 hours5/31/2024 11:51:15 AM. Learn the fundamentals of ASP.NET state management in 5 hours. Understand and implement five key techniques: Session State, View State, Application State, Cookies, and Query Strings. This comprehensiv
  • Wizard Control in ASP.Net5/31/2024 10:02:59 AM. The Wizard Control in ASP.Net simplifies the creation of multi-step forms by providing a step-by-step navigation interface. It enhances user experience by breaking down complex forms into manageable s
  • Reflecting Data in .NET Classes-Part III: From Windows Forms5/27/2024 11:59:12 AM. Reflecting Data in .NET Classes-Part III: From Windows Forms" explores advanced techniques for dynamically accessing and displaying data in .NET applications using Windows Forms. This part focuse
  • Code Behind and Inline Code in ASP.NET5/24/2024 10:23:05 AM. In this article, we will learn how Code Behind promotes separation of concerns by keeping server-side logic separate from HTML, while Inline Code integrates both in a single file, impacting maintainab
  • Developing Login Page In Onsen UI Using Visual Studio 20155/22/2024 10:40:17 AM. Create a secure and responsive login page in Onsen UI using Visual Studio 2015. Utilize JavaScript, HTML5, and CSS to design user-friendly input forms, ensuring proper authentication and validation.
  • Exploring Text-to-Speech Packages for Xamarin.Forms5/13/2024 11:45:13 AM. Discover the top text-to-speech packages for Xamarin.Forms apps and learn how to seamlessly integrate them into your projects. Explore Xamarin.Essentials, Plugin.TextToSpeech, and Android.Speech.Tts,
  • Xamarin Forms to Maui Migration5/10/2024 6:51:14 AM. Discover how to migrate your Xamarin.Forms apps to .NET MAUI (Multi-platform App UI) seamlessly. Learn about leveraging code reusability, adapting XAML interfaces, and utilizing new .NET 6 features. E
  • Password Protection Using Code in Windows Forms5/3/2024 9:01:09 AM. Learn how to implement robust password protection in Windows Forms using C# code. This tutorial covers creating a secure login form in Visual Studio, handling user authentication, and validating passw
  • Hide Default Tile Column From The SharePoint List Forms5/3/2024 5:38:17 AM. Customize SharePoint list forms by hiding default tile columns for a streamlined interface. Utilize SharePoint Designer or Power Apps to modify forms, enhancing user experience within the modern UI.
  • Palindrome in C# GUI4/30/2024 9:49:48 AM. Create a C# GUI application to check if a user-entered string is a palindrome. Implement a Windows Forms interface with a textbox for input and a button to trigger palindrome verification.
  • Xamarin.Forms - Open App Store Or Play Store In XamarinApp4/30/2024 9:34:20 AM. Learn to develop Xamarin.Forms apps for Android and iOS, accessing filesystems, and distributing data files. Implement UI elements like buttons and images. Use Xamarin.Essentials to open Play Store o
  • Guessing Game: Levels, Logic & Forms4/29/2024 10:18:11 AM. In this article, we will know Guessing Game" is an interactive and fun challenge where players try to predict a hidden element, often a number or object, based on clues or random guesses.
  • Learn about Task Dialogs in C#4/29/2024 9:59:48 AM. Explore using Task Dialogs in C# to create responsive user interfaces for error handling, user interaction, and custom dialogs. Task Dialogs offer more flexibility than traditional message boxes, allo
  • Data Annotations For Web Forms in .NET 4.54/29/2024 9:58:55 AM. Learn to implement data annotations for enhanced validation in ASP.NET web forms. Utilize Entity Data Model for database setup, GridView for data display, and C# for code-behind logic. Explore comple
  • Dynamically Generate Multiple TextBoxes in ASP.Net4/29/2024 9:57:35 AM. Learn how to dynamically generate multiple TextBox controls in ASP.NET using C# (or VB.NET). This tutorial covers server-side control creation, event handling, and UI manipulation.
  • 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