Skip to main content

Posts

Showing posts from November, 2020

How to upgrade your computer RAM

 I have a 2gb RAM in my computer and I add a 4gb RAM to the extra slot, it  will become 6gb? If you are looking to speed up an pc, one of the first considerations to make is upgrading the ram and it will easy to do and adding ram to a desktop pc is great to work processing and speed the performance of the computer and ram is help to make better slow loading and operation faster and easy to use photoshop ,Illustrator at a time without slow loading.. Before you have to check maximum amount of ram your system can handle and there are also some thing that you need to consider before purchasing ram. How much RAM do I have?     I am using AMD Athlon(tm) || x4 635 Processor 2.90GHZ and ram 2GB last 7 yrs I need to be increase the ram. add a 4gb RAM to the extra slot, it will  become 6GB (5.75GB usable). Yes it will become 6 GB but there are various limitations of using it under condition of operating system. Example: DDR3 and DDR4 have a different ram slot. & ...

DataGridView in C#

                                     DataGridView in C# In this tutorial, we will learn how to use the DataGridView control and its supporting classes, in detail. The DataGridView control makes it easy to define the basic appearance of cells and the display formatting of cell values. and datagridview_mousevent () also using c#. C# DataGridView Tutorial Display is an SQL database table with using as DataGridView control and a DataTable. Use Windows Forms. DataGridView  displays data from SQL databases. It's a  specific table from a database  and displays it on a DataGridView. This is done with a DataAdapter  Before this tutorial previous learn How to create login page in C# : >> How to create login form in C#    << How to connect SQL Server database in c# create a database named as finacial. create a table and named as login create ta...