Hi, I'm new to asp.net(VB).
I have a datagrid that is displayed in a table. The user enters information (first name, last name, phone number, division, sales city) into textboxes and clicks a button to add it to the datagrid. I would like to have the new information to be in the first row. I tried the dataTableName.Rows.InsertAt(datarowinfo, 0) and this does not work. Any ideas?
I have a datagrid that is displayed in a table. The user enters information (first name, last name, phone number, division, sales city) into textboxes and clicks a button to add it to the datagrid. I would like to have the new information to be in the first row. I tried the dataTableName.Rows.InsertAt(datarowinfo, 0) and this does not work. Any ideas?