CURD Operations
CURD Operations
txtEnrlNo
txtName
txtAge
txtCity
btnInsert btnDelete
btnUpdate btnReset
using System.Data;
using System.Data.SqlClient;
namespace DemoCurd
{
public partial class StudentDetails : Form
{