HOW TO SHOW INFORMATION GRIDVIEW

by 1 replies
1
HOW TO RETRIVE DATA IN DATAGRIDVIEW FROM TEXTBOX CONTROL
IN ASP.NET
#programming #gridview #information #show
  • Try this code i sure it will work.
    this.TextBoxSalesDate.Text = Convert.ToDateTime(this.dataGridView1.CurrentRow.C ells[2].Value.ToString()).ToShortDateString();

Next Topics on Trending Feed