HOW TO SHOW INFORMATION GRIDVIEW

1 replies
HOW TO RETRIVE DATA IN DATAGRIDVIEW FROM TEXTBOX CONTROL
IN ASP.NET
#gridview #information #show
  • Profile picture of the author sweetseo
    Try this code i sure it will work.
    this.TextBoxSalesDate.Text = Convert.ToDateTime(this.dataGridView1.CurrentRow.C ells[2].Value.ToString()).ToShortDateString();
    {{ DiscussionBoard.errors[2553358].message }}

Trending Topics