Hi everyone
I am trying to create a new row in a datatable by using this syntax
Datatable_variable=Datatable_Variable.Rows.InsertAt(datarow_variable,index)
but its showing some error like does not produce a value
please help me out to solve this issue (or) any other way to create a new row by using index
Thanks in advance