I want to know that C# have a grid view?or not if yes then the use of it to join the database.
phyo minhan
In windows application it is called as datagridview ,but in web application we call it as gridview.GridView Insert update delete search,<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
Yes there is datagrid view in the c#. U can use database in that for all the operation like insert,delete, update and anything.