TECHNOLOGIES
FORUMS
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 View Control
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Vijayaragavan S (7)
Delpin Susai Raj (5)
Zain Ul Hassan (3)
Nimit Joshi (3)
Manoj Kalla (3)
Gaurav Gupta (3)
Mike Gold (3)
Farhan Ahmed (3)
Vinoth Rajendran (3)
Anubhav Chaudhary (2)
Akshay Phadke (2)
Sandeep Singh Shekhawat (2)
Suraj Sahoo (2)
Mahesh Chand (2)
Raj Kumar (2)
Alagunila Meganathan (2)
El Mahdi Archane (1)
Vijay Yadav (1)
Matthew Cochran (1)
Satheesh Elumalai (1)
Kishan Choudhary (1)
Rohatash Kumar (1)
Vithal Wadje (1)
Chetan Nargund (1)
Debendra Dash (1)
Ratnesh Singh (1)
Sourabh Somani (1)
Mukesh Kumar (1)
Abhishek Jaiswal (1)
Richa Garg (1)
Anuja Pawar (1)
Nitin Pandit (1)
Anjali Joshi (1)
Avinash Aher (1)
Abhimanyu K Vatsa (1)
John Godel (1)
Rajendr Singh Dodiya (1)
Deepak Sharma (1)
Nitesh Kejriwal (1)
Manish Kumar Choudhary (1)
Sanjay Kumar (1)
Ramakrishna Pathuri (1)
John Bhatt (1)
Pragya (1)
Vishal Gilbile (1)
Vishnujeet Kumar (1)
Ashish Verma (1)
Vijai Anand Ramalingam (1)
Logesh Palani (1)
Arjun Panwar (1)
Ramees (1)
Sekhar Srinivas (1)
Prakashraj P (1)
Shankar M (1)
Satyapriya Nayak (1)
Surya Kant (1)
Raichand Ray (1)
Shripad Kulkarni (1)
Pankaj Lohani (1)
Rajdip Sarkar (1)
Sapna Malik (1)
Prasanna Murali (1)
Khawar Islam (1)
Imran Ghani (1)
Suresh M (1)
Aroosa Zaib (1)
Muhammad Aqib Shehzad (1)
Sam Hobbs (1)
Aqib Mushtaq (1)
Related resources for View Control
No resource found
QUIZ Application With ASP.NET MVC 5
9/26/2024 8:45:26 AM.
Create a dynamic Quiz Application using ASP.NET MVC 5, showcasing the power of the Model-View-Controller architecture. This project involves user authentication, database integration for question mana
Bind Textbox Using Knockout In MVC
9/13/2024 10:50:22 AM.
Learn how to bind a textbox in an MVC application using Knockout.js, a popular JavaScript MVVM library. This tutorial covers the basics of two-way data binding with Knockout observables, enabling dyna
Understanding MVC in .NET Core
8/12/2024 11:46:59 AM.
This article provides a comprehensive guide to understanding the Model-View-Controller (MVC) architecture in .NET Core. It explores how MVC separates concerns in web applications, enabling more organi
Introduction to Model View Control (MVC) Pattern using C#
6/18/2024 8:42:40 AM.
The benefits of using the Model-View-Control (MVC) pattern in our development projects is that we can completely decouple our business and presentation application layers. Furthermore, we will have a
Creating Angular Project Using MVC
6/17/2024 11:19:59 AM.
Learn how to efficiently create Angular projects using the MVC (Model-View-Controller) architecture. This comprehensive guide covers setting up Angular, integrating MVC principles to organize your app
How To Use LINQ To SQL For Retrieving Data From SQL Server Database
6/14/2024 10:42:01 AM.
This article explores LINQ to SQL, an ORM framework in .NET for mapping database tables to .NET classes. It covers querying operations like Select, Insert, Update, and Delete using LINQ syntax, which
Difference Between MVC And Web Forms
6/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
Insert, Update and Delete Data With DataGridView in Windows Form Using WCF Service
6/13/2024 10:56:57 AM.
Learn how to perform Insert, Edit, Update, and Delete operations in a DataGridView using a WCF Service in C#. This tutorial covers creating a SQL Server database table, implementing a WCF Service with
Managing Data With ViewModel In ASP.NET MVC
5/21/2024 9:36:47 AM.
This article will tell you almost everything about ViewModel in ASP.NET MVC. I am writing this article to tell you the basic to advance foremost concepts about ways to manage the data and organize the
How to Auto-Refresh Grid View on Closing of Popup Menu
5/17/2024 11:00:41 AM.
Auto-refresh GridView on closing popup: Utilize JavaScript or jQuery to trigger a postback or AJAX call upon popup closure. Update GridView data source server-side to reflect changes dynamically, enha
CRUD Operations In ASP.NET MVC 5 Using ADO.NET
5/16/2024 5:46:35 AM.
Learn how to implement CRUD operations in ASP.NET MVC 5 using ADO.NET. This tutorial covers database connectivity, SQL Server integration, controller actions for Create, Read, Update, and Delete opera
Getting Started With Intranet Application in MVC 4
5/15/2024 11:56:30 AM.
In this article I am describing authentication and authorization for intranet applications using the ASP.NET Web application based on the MVC project template.
Building A Simple Registration Form In ASP.NET MVC
5/14/2024 11:00:12 AM.
Learn how to create a straightforward registration form using ASP.NET MVC. Explore MVC architecture, form validation, Razor views, and controller actions for handling user input. Build a functional we
CRUD using the Repository Pattern in MVC
5/10/2024 7:59:18 AM.
This article introduces the repository pattern in an MVC application. Repository pattern is intended to create an abstraction layer between the data access layer and the business logic layer of an app
Comma Separated Value (CSV) in MVC Using Ajax
5/8/2024 9:48:29 AM.
Learn how to implement CSV (Comma Separated Value) data handling in an MVC (Model-View-Controller) architecture using Ajax. Explore techniques for exporting data asynchronously, leveraging JavaScript
Create MVC Project Step By Step From Scratch- Part One
5/6/2024 11:26:27 AM.
In this article, Learn how to build an MVC (Model-View-Controller) project from scratch in this comprehensive step-by-step tutorial series. Follow along as we delve into web development, software arch
Exception Handling in MVC
5/2/2024 9:50:23 AM.
Learn effective exception-handling techniques in MVC (Model-View-Controller) for robust web applications. Explore try-catch blocks, global exception filters, custom error pages, and logging strategies
Passing Data From Controller To View With ViewBag - Part Three
5/1/2024 11:34:18 AM.
This article will tell you almost everything about passing data from Controller to View in ASP.NET MVC using ViewBag. I am writing this article to tell you the basic to advance concepts about ways to
Passing Data From Controller To View - Part One
5/1/2024 11:03:17 AM.
This article will tell you almost everything about passing data from Controller to View in ASP.NET MVC. I am writing this article to tell you the basic to advanced concepts about ways to pass data fro
Database First Approach in MVC 5: Part 1
4/25/2024 10:10:15 AM.
This article shows the development of an ASP.NET Web application in an MVC 5 project template that connects with a database that exists already and allows the users to interact with the data.
Database First Approach in MVC 5: Part 3
4/25/2024 8:02:50 AM.
Learn advanced techniques in database design, Entity Framework Designer, and building robust Data Access Layers within the Model-View-Controller architecture.
Learn about Controllers in AngularJS
4/19/2024 11:01:29 AM.
Learn about controllers in Angular JS, their role in separating concerns in model-view-controller architecture, and their behavior. Explore examples, including data binding expressions and error hand
Set Default Value To Dropdown List From Database In ASP.NET MVC
4/8/2024 8:21:07 AM.
In this article, you will learn how to populate a dropdown list in ASP.NET MVC with default values retrieved from a database. Utilize Entity Framework to fetch data and bind it to the SelectList.
ASP.Net MVC View
4/2/2024 9:13:55 AM.
In this article, we will learn ASP.NET MVC Views offer flexible presentation layer control. Utilize Razor syntax for dynamic HTML rendering, leverage Layouts for consistent design, and employ Partial
Database First Approach With ASP.NET MVC Step By Step Part 1
4/1/2024 9:47:43 AM.
In this article, I will demonstrate you about Database First Approach in Entity Framework and will also show how to implement it with ASP.NET MVC.
Terminologies in MVC: Part 3 (Scaffolding)
4/1/2024 8:34:00 AM.
This article is a sub-part of my MVC article series. This series contains all the terminologies, acronyms and terms usually used in the MVC framework. Knowledge of these is as important as knowing Mod
Introduction to Microsoft ASP.NET MVC 3 Razor View Engine
4/1/2024 7:03:26 AM.
In this article, we will explore the fundamentals of Microsoft ASP.NET MVC 3 with the intuitive Razor View Engine. Learn how MVC architecture streamlines web development, delve into Razor syntax for c
Understanding Filters in MVC
3/29/2024 10:56:27 AM.
There are situations in which we have an implementation that will be reused in many places that is not confined to a single place or method. This is fulfilled by the Filters in MVC. Let's discuss
Creating a Simple Application Using MVC 4.0
3/29/2024 9:57:04 AM.
In this article, we will learn to build a basic web application using MVC 4.0, a powerful framework for web development. Utilize ASP.NET and C# in Visual Studio to create a structured Model-View-Contr
Getting Started With ASP.Net MVC
3/19/2024 6:00:31 AM.
ASP.NET MVC is a pattern dividing apps into Model, View, and Controller, offering advantages like modularity and control. It's recommended for large-scale apps, offering namespaces like System.Web
Lets Create TabView in SwiftUI
3/14/2024 4:45:45 AM.
This article contains a simple demo of creating Tab View in SwiftUI. Learn how to create a Tab View using SwiftUI in this tutorial. Follow step-by-step instructions to integrate tabs like Home, Favori
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
GridView Control in ASP.Net
10/27/2023 6:31:59 AM.
This article shows how to use a GridView control in ASP.Net using C# code behind.
Various Ways to Pass Data From Controller to View in MVC
10/9/2023 11:31:47 AM.
In this article, we discuss how Controllers interact with Views and how you can pass data from a Controller to a View to render a response back to a client.
DataView In C#
2/27/2023 5:02:43 AM.
C# DataView is a view of a DataTable. In this article, learn how to use an ADO.NET DataView in a C# application to display and filter data.
MySQL PHP MVC CRUD Without Framework
5/4/2022 9:25:36 AM.
This article shows beginners how to make their own MVC framework pattern in PHP. Also, it explains the design style of a framework and the way of coding.
Connecting to Oracle Database From Windows Forms Application Using C#
3/29/2022 10:00:48 AM.
In this article I will explain how to connect to an Oracle database from a Windows application using C#.
Building ASP.NET MVC Web Applications using ADO.NET Entity Data Model
11/8/2021 6:40:29 AM.
This is a step by step tutorial on how to build ASP.NET MVC Web Applications using ADO.NET Entity Data Model and Visual Studio.
How to Implement Paging in GridView Control in ASP.Net
6/4/2021 10:15:44 AM.
This article describes the implementation of paging in a GridView.
Practical Approach to Learn MVC: Part 1
6/4/2021 7:52:03 AM.
This article explains MVC in ASP.Net. The Model-View-Controller (MVC) architectural pattern separates an application into three main components: the model, the view and the controller.
How to Bind Data From MySQL Database to GridView in ASP.Net 4.5
5/25/2021 11:38:33 AM.
This article shows how to bind data from a MySQL database to a GridView in ASP.Net 4.5.
TreeView Control With Custom Icons in ASP.Net Using SiteMap
5/24/2021 9:26:55 AM.
This article describes customization of a TreeView Control with custom icons in ASP.Net using a SiteMap.
Printing GridView Only in ASP.NET
4/19/2021 10:27:21 AM.
This article shows how to print just the records of a GridView in ASP.NET.
Various Data Bound Controls Used in ASP.Net
4/8/2021 10:57:55 AM.
This article explains the data bound controls used in ASP.NET to display data in various forms.
PagerSetting Modes in ASP.NET GridView Control
2/9/2021 10:48:00 AM.
This article will demonstrate the various modes available for a pager template of Gridview in ASP.NET
Displaying Multiple Columns Under a Single Column in GridView in ASP.NET
2/4/2021 5:01:04 AM.
In this article, we will see how to display multiple columns under a single column in GridView in ASP.NET.
Update and Delete in GridView
2/3/2021 7:18:20 AM.
In this article, we will look at how to update or delete a record in a database table using a GridView control.
MVVM (Model View ViewModel) Introduction: Part 1
2/3/2021 4:35:12 AM.
In this article, I’ll talk about how to enhance WPF, Silverlight and Windows Phone application productivity, maintainability and testability with UI based Design Patterns.
Custom Paging With GridView in ASP.NET 4.5
1/28/2021 7:37:28 AM.
This article will demonstrate, the new feature of GridView Control in ASP.NET 4.5.
ListView Control in ASP.NET
1/7/2021 11:37:07 AM.
The ListView control displays columns and rows of data and allows sorting and paging. It is by far the most popular data display control, and is ideal for understanding how data display controls inter
Editable GridView Control in C# and .NET - Part-III Printing the GridView
5/21/2020 4:06:12 AM.
In our last two articles, we talked about how to create an editable GridView and how to make it persistent in XML.
PnP List View Control In SharePoint Framework
4/24/2020 8:06:55 AM.
In this article, you will see how to use PnP List View control in SharePoint Framework.
How To Use Multiple View Controller In Single Page In Xamarin iOS
1/20/2020 9:16:14 PM.
In this blog, I will explain how to handle multiple view controllers on a single page in Xamarin iOS.
FlipView Control in Windows 8
1/16/2020 4:38:12 PM.
In this article, we will learn how to use a FlipView control in a Windows 8 Metro Style application.
CalendarView Control For Windows 10
1/7/2020 5:38:02 AM.
In the following article I will be showing how to work with Calendar View control in Universal Windows Apps.
Model View Controller (MVC) vs Model View Template (MVT) Process Model
10/9/2019 11:36:59 AM.
In this Video, I have explained the difference between the process model of Traditional Web Application Development, Model View Controller Pattern and Model View Template Pattern which is used by the
Generate A Controller And View In Ruby On Rails
6/6/2019 6:55:33 AM.
Ruby on Rails architecture is based on model-view-controller pattern. In this article, you will learn rails controller and rails view in MVC and how to generate a controller and view in Ruby on Rails.
DataGridView Control In C#
6/4/2019 7:39:54 PM.
C# DataGridView. In this step by step tutorial, learn how to use the C# DataGridView Control in Visual Studio 2008.
Export DataGridView Data to Excel in C# Without Saving to File System
5/14/2019 12:15:48 AM.
In this article, we will learn how to Export DataGridView data to Excel in C# without saving to Local File System.
Using ListViews in C#
4/2/2019 2:07:43 AM.
C# makes life a bit easier with a richer property and method set for ListViews. Here we will learn to use ListViews in C#.
Export GridView Data to PDF Format in VB.NET
3/5/2019 5:02:56 AM.
In this article we will know how to export gridview data to pdf format.
MVC Basics
1/14/2019 10:54:01 PM.
In this article, you will learn about MVC basics. In this article, I will cover topics likes Razor Engine, Layout Page, Partial Page, Model in MVC, Scaffolding In MVC.
List View Control With CRUD And Search Record
1/7/2019 10:02:21 AM.
Though ASP.NET Web Form is an old concept, still many developers prefer it for rapid application development. This tutorial will teach you how to perform CRUD operation in an ASP.NET Web Form.
Share Content of WebView Control in Windows Store Apps Using C#
12/12/2018 11:17:40 PM.
I will show you how to share the content of a WebView control using share contract.
Editable ListView in C#
11/16/2018 12:02:17 AM.
Based on the similar technique used my previous article, the Editable Listbox, we can edit columns and rows of a ListView control.
How do I Check for Duplicate Items in a ListView
9/20/2018 12:32:05 AM.
This How To Shows you how to Check for Duplicate Items in a ListView.
PrintPreviewControl In C#
9/15/2018 12:43:44 PM.
The PrintPreviewControl control represents the raw part of the print preview of a document that is ready go to the printer. In this article, I will discuss how to use a PrintPreviewControl control to
OnCheckedChanged Event of CheckBox Control in ASP.Net
8/21/2018 1:49:39 AM.
This article explains the OnCheckedChanged event of the GridView control. The OnCheckedChanged event occurs when the checked state of the Checkbox control changes.
Dynamically Bind ListView Control In ASP.NET From Database - Part Five
6/25/2018 10:20:21 AM.
In this article, I will demonstrate how to dynamically bind ListView control in asp.net from database. Displays the values of a data source by using user-defined templates. The ListView control enable
Dynamically Bind DetailsView Control In ASP.NET From Database - Part Two
6/25/2018 9:39:49 AM.
In this article, I will demonstrate how to dynamically bind DetailsView control in ASP.NET from the database.
Dynamically Bind FormView Control In ASP.NET From Database - Part Three
6/21/2018 9:10:58 AM.
In this article, I will demonstrate how to dynamically bind FormView control in ASP.NET from the database.
How to Use CameraPreview Control In UWP
6/14/2018 9:53:59 AM.
Reading this article, we can learn how to use CameraPreview control in Universal Windows Apps development with XAML and Visual C#.
ParallaxView Control In UWP
11/18/2017 12:23:26 PM.
Reading this article, you can learn how to use ParallaxView Control in Universal Windows Apps development with XAML and Visual C#.
OrbitView Control In UWP
11/11/2017 2:30:29 PM.
Reading this article, you will learn how to use OrbitView Control in Universal Windows Apps development with XAML and Visual C#.
How To Export Razor View To Excel file Using ASP.NET MVC C#
9/1/2017 2:24:21 AM.
How to Export Razor View to Excel file (Without using Third-Party Library) using ASP.NET MVC 5 with Entity Framework Code first Approach.
Select, Update, And Delete Data In A ASP.NET GridView Control
8/2/2017 7:35:31 AM.
This articles describes you how to view, update, and delete data using an ASP.NET 2.0 GridView Control in SQL Server database and C#.
ListView Control In Xamarin.Forms Application For Android And UWP
12/19/2016 11:15:04 AM.
In this article, you can learn how to use ListView control in Xamarin.Forms Application for Android and Universal Windows Platform with XAML and Visual C# in cross platform application development.
Working With Split View Control In Universal Windows Application
11/25/2016 11:58:27 AM.
In this article, we will learn working with split view control in Universal Windows Application.
Map View Control Using An Intent In Xamarin Android App Using Visual Studio 2015
10/25/2016 1:24:44 AM.
In this article you will learn how to view Map using an Intent in xamarin Android app Using Visual Studio 2015.
Creating A VideoView Control In Xamarin Android App Using Visual Studio 2015
10/18/2016 11:19:13 AM.
In this article, you will learn how to create a VideoView Control in Android apps, using Visual Studio 2015.
Creating A WebView Control In Xamarin Android App Using Visual Studio 2015
10/17/2016 10:39:27 AM.
In this article, you will learn how to create a WebView Control in Android app, using Visual Studio 2015.
Creating A Calender View Control In Xamarin Android App
9/30/2016 3:06:26 PM.
In this article, you will learn how to create a Calender View control in Xamarin Android app.
Adaptive Grid View Control In UWP With XAML And C#
9/28/2016 3:22:00 PM.
In this article, you will learn about Adaptive Grid View Control in Universal Windows Apps development with XAML and Visual C#.
Working With The FlipView Control In Universal Window App
9/21/2016 3:48:15 PM.
In this article, we will see how to add and work with FlipView control in the Universal App.
Add Image Control In Xamarin Android App Using Visual Studio 2015 Update 3
9/17/2016 6:11:32 PM.
In this article. you will learn how to add image control in Xamarin Android App , using Visual Studio 2015 Update 3.
How To Use Stack Panel With Scroll View Control In Universal Application Development With XAML And C#
9/7/2016 11:43:55 AM.
In this article, you will learn, how to use stack panel with scroll view control in Universal Windows apps development with XAML and Visual C#.
How To Use Listview Control In Universal Application Development With XAML And C#
8/26/2016 2:03:26 PM.
In this article, you will learn, how to use ListView Control in Universal Windows apps development with XAML and Visual C#.
Working With WebView Control In Universal Windows Apps
8/16/2016 12:48:58 PM.
In this article, we are going to see how to add HTML files in Universal Apps.
iPhone App Development: Table View Controller - Day One
6/10/2016 12:00:54 AM.
In this article, you will learn about table view controller in iPhone app development.
MultiView Control And View Control In ASP.NET
6/5/2016 5:59:11 AM.
In this article you will learn about MultiView control and View control in ASP.NET
Top 10 ASP.NET MVC Interview Questions and Answers
5/16/2016 10:18:10 PM.
In this article, I will provide a list of Top 10 ASP.NET MVC interview questions and their answers.
CalendarView Control In Windows 10 Universal App
3/9/2016 10:23:06 AM.
In this article we are going to see how to use calendar control in Windows 10 Universal App.
Web View Control In Universal Window Application
2/3/2016 10:11:54 AM.
In this article you will learn about Web View Control in the Universal Window Application.
Bind GridView Using DataTable
1/25/2016 4:12:59 AM.
In this article we will see how to bind GridView Control from DataTable.
Simple WPF TreeView Control Programmatically
12/30/2015 6:19:48 PM.
Simple, WPF. TreeView, Programmatically, TreeViewItem
Repeater Control In ASP.NET
12/29/2015 1:46:58 AM.
In this article we are going learn how to use repeater control in ASP.NET.
SplitView Control In Adaptive Triggers In Universal Windows Program - Part 3
12/20/2015 3:01:40 PM.
In this article you will learn about Split View Control in Adaptive Triggers in Universal Windows Program. This is Part 3 of the series.
SplitView Control in Universal App Platform - Part 1
12/20/2015 1:42:52 PM.
This article describes SplitView Controls in the Universal App Platform (UAP).
SplitView Control With Submenu In Universal Windows Program - Part 2
12/20/2015 2:46:45 AM.
This article going to cover how to add menu & sub menu in the Hamburger Menu using SplitView control.
Binding Collection To ListView Control In UWP
12/3/2015 4:56:46 AM.
In this article you will learn how to bind Collection to ListView control in UWP