Related resources for Forms
  • Domain-first GraphQL API Platforms for Your .NET Stack10/24/2024 12:00:55 PM. In this video, we'll demo how .NET developers can use modern architecture and data storage to build scalable GraphQL APIs for real-time data and AI integration.
  • Enhancing Forms with React Server Components10/24/2024 11:49:57 AM. In this video, we explore the application of React Server Components (RSC) to elevate the functionality and efficiency of forms.
  • Caching HTML Tags Using WebForms Core Technology10/22/2024 8:31:41 AM. In this article, we teach how to cache static HTML tags (header, footer, right and left menus, etc.) in the user's browser by using WebForms Core technology in the CodeBehind framework.
  • Training on using WebForms Core Technology to Upload Images10/19/2024 2:52:21 PM. In this article, using WebForms Core technology, we will teach you how to send images to the server and display the images sent in the client.
  • Creating and Opening Microsoft Word Document from .NET Using C#10/15/2024 11:54:12 AM. This article explores how to manipulate Microsoft Word documents using C# in a Windows Forms application. It covers adding a COM reference for Word, creating instances of the Word application, and uti
  • Xamarin.Forms - Microcharts App10/8/2024 8:50:34 AM. This guide covers the integration of the Microcharts library into your Xamarin application, showcasing various chart types such as bar, line, and pie charts. Enhance your app's user interface with
  • Building A Cross Platform MVVM Pattern With ReactiveUI And Xamarin.Forms9/27/2024 10:14:33 AM. In this article, you will learn how to build a cross-platform MVVM pattern with ReactiveUI and Xamarin.Forms.
  • Login And SignUp In Xamarin.Forms9/25/2024 10:01:06 AM. In this guide, we explore implementing login and signup functionalities in Xamarin.Forms, a popular framework for cross-platform mobile app development. We’ll cover essential concepts such as user aut
  • Searching And Search Bar In Xamarin.Forms9/24/2024 11:57:01 AM. This guide explores implementing a search bar in Xamarin.Forms, focusing on enhancing user experience through effective searching techniques. It covers key concepts such as UI design, data filtering,
  • What are Different File Extension in .net9/23/2024 8:37:06 AM. This article explores key file extensions in ASP.NET, including .ASPX for web pages, which combine HTML and server-side code to generate dynamic content, and .CS for C# source files, essential for def
  • Understanding CSS3 Translation Methods9/18/2024 12:13:40 PM. Explore the fundamentals of CSS3 translation methods to enhance your web design skills. Learn how to use CSS transforms for 2D and 3D translations, improve positioning, and create dynamic animations.
  • Azure App Service: Create Web App from Visual Studio9/17/2024 10:25:52 AM. To create a new web application in Visual Studio, go to File -> New Project and select “Web Forms,” ensuring the “Host in the Cloud” checkbox is checked with “App Service” selected. After configuri
  • Explaining WebForms in ASP.NET Core9/13/2024 1:53:06 AM. Learn about alternatives like Blazor and Razor Pages, leveraging component-based architecture, state management, server-side rendering, and enhancing web app performance and scalability.
  • Property 'X' Does Not Configure the Code Serialization for its Property Content9/11/2024 5:35:43 AM. The .NET 9 RC-1, released on September 9, 2024, introduced a WinForms component error (WFO1000), where properties fail to serialize code. To fix this, add using System.ComponentModel and apply [Design
  • Create A Calculator In Windows Form Application9/5/2024 11:41:11 AM. Learn how to create a simple calculator using Windows Forms. This guide covers setting up a Windows Forms Application, designing the form with buttons and a textbox, and implementing logic for basic o
  • CSS3 Animation Using Transitions And 2D-Transforms8/29/2024 7:21:55 AM. This article explores creating engaging animations using CSS3 Transitions and Transforms. It covers how to smoothly change property values with transitions and demonstrates 2D transformation methods l
  • Working with Form Objects in JavaScript8/29/2024 4:32:40 AM. This HTML document features a user input form that collects first name, last name, email address, and comments. JavaScript functions validate these inputs to ensure fields aren't blank and the ema
  • How to Create a Custom Message Box in Windows Form Application8/28/2024 6:50:09 AM. Learn how to create a custom message box in a Windows Forms application using C#. This step-by-step guide covers everything from designing the message box to implementing it in your WinForms project.
  • Dynamic Forms and Flexible Data Storage for Web Apps8/26/2024 4:03:17 AM. This guide covers responsive form creation, scalable data management, and seamless backend integration, offering strategies for efficient user input handling and adaptable storage solutions.
  • Creating Reusable Modal Popups in a Java-Based Web Application8/24/2024 7:32:38 AM. Managing modal popups in Java web applications can be complex if code is duplicated across multiple JSP pages. This guide explores how to centralize and reuse modal code using JSP and servlets, enhanc
  • Share Data from Parent to Child Component in Angular 188/23/2024 6:25:55 AM. Learn how to send data between Angular components using @Input and @Output decorators. This guide demonstrates how to transfer data from a parent to a child component in Angular. Create a project, set
  • CountDown Timer in JavaScript8/21/2024 6:07:01 AM. This article demonstrates how to implement a countdown timer using JavaScript's setTimeout method. It explains how to create a countdown function that updates the display every second, integrating
  • Save Google Form Data to SharePoint List8/12/2024 8:53:47 AM. Learn how to seamlessly save Google Form data to a SharePoint List for efficient data management. This guide covers step-by-step instructions for automating data transfer, integrating Google Forms wit
  • Entity Framework (10), With .Net WebForms, Database-First8/10/2024 2:04:27 PM. This article will to discuss Entity Framework With .Net WebForms, Database-First approach.
  • How to Show Direct Binary Image Using Handler in ASP.NET WebForms8/9/2024 5:20:49 AM. Learn how to display images stored as binary data in a database using an HTTP handler in ASP.NET WebForms. This guide covers creating a database table, a stored procedure for image retrieval, and impl
  • Panel In C#8/7/2024 10:44:17 AM. A Panel Control in Windows Forms is a container for grouping and managing child controls. It simplifies showing and hiding multiple controls by allowing you to manage them as a group. You can create P
  • Understanding HttpHandler vs HttpModule in ASP.NET Web Forms8/7/2024 7:01:04 AM. In ASP.NET Web Forms, HttpHandler and HttpModule customize request processing. HttpHandler processes specific request types, such as serving dynamic content or custom file downloads. HttpModule interc
  • Using PictureBox In Windows Forms8/6/2024 11:32:27 AM. Using PictureBox in Windows Forms" explores the versatile PictureBox control within the Windows Forms framework. Learn to display and manipulate images in your C# applications, covering key prope
  • What is a Handler in ASP.NET Web Forms and How to Use It7/30/2024 6:26:02 AM. Learn about HTTP handlers in ASP.NET Web Forms, which handle specific HTTP requests like image generation and file downloads. Implement handlers by creating a class that implements IHttpHandler, regis
  • 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