Click here to Skip to main content
15,891,828 members
Articles / Programming Languages / Visual Basic

Managing GridView/DataGrid Control Programmatically in Visual Studio (C#) Web Form

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
17 Apr 2022CPOL3 min read 5.9K   115   7  
Many a times, we need to programmatically manage GridView/DataGrid in Visual Studio web applications and this looks very difficult because we do not know what properties or events of the control to use. It may also be as a result of time constraint.
This project is a simple Visual Studio 2015 (Framework 3.5 ) project written in C# with a web form and GridView to show management of GridView programmatically. It shows population of cells and aggregation of data. It also shows how the data can be exported to Excel worksheet using comma separated values (CSV).

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
CEO Completesoft Global Solutions Limited
Unknown
Adeniji, Raphael ‘Gbenga BSc (Hons), MSc, MCSD
Mr. Adeniji Raphael Gbenga graduated with second class upper division from the Computer Science department of the Federal University of Technology, Akure in 1995. He also has Masters in Computer Science from the University of Lagos in 2005/2006..
He was one of the first few people to bag the highest level of Microsoft Certification, Microsoft Certified Solutions Developer (MCSD - Aug 2001), in the early days of Microsoft certifications- August 2001.

He has worked with different software houses at home and abroad. He has visited India, United Arab Emirates, United Kingdom and United States for the purpose of software development and boosting in Africa. He worked in Wadof Software Consulting, Computer Systems Associates (CSA) and Precise Financial Systems (PFS) before starting Completesoft Global Solutions Ltd in Jan 2007. He rose to the level of General Manager (GM) and Chief Technology Officer (CTO) in PFS before his final disengagement to form CompleteSoft Global Solutions Limited (Formerly Completesoft Company Ltd) with some of his colleagues. He has also worked as a Contractor and Consultant to Ericsson North America (Plano Texas, USA).
He currently works as Managing Partner and Cloud Architect/Consultant of the Company.

Comments and Discussions