M
Moshe Lupiansky via .NET 247
(Type your message here)
1 - How do I programmatically assign a value to a specified cell in a DataGrid? Something like DataGrid1(3,8) = "ABC"
2 - When I am going to the last row (the empty one)in order to insert a new record into the DB, I want the default values of the fields that do have default values to be displayed when I first enter this row. How do I achieve it?
1 - How do I programmatically assign a value to a specified cell in a DataGrid? Something like DataGrid1(3,8) = "ABC"
2 - When I am going to the last row (the empty one)in order to insert a new record into the DB, I want the default values of the fields that do have default values to be displayed when I first enter this row. How do I achieve it?