In Datagrid after adding row, how you will assign the value
for each cell to currently added new row?
Answer Posted / prajakta
I will write code of value assignment in UserAddedRow event
of grid.
eg.
Name of grid -grdSticker.
const iRollNo as integer=0
grdsticker.rows(e.rowindex-1).cells(iRollNo).value=7
| Is This Answer Correct ? | 5 Yes | 4 No |
Post New Answer View All Answers
What does assert() method do In VB.NET
Is vb.net dead?
What is the Advantage of vb.net over vb
what is common type system?
When do you use virutal keyword?
Explain about jagged arrarys ?
What is the class that allows an element to be accessed using unique key?
What are the shadow variables?
What are the parts of the visual basic control?
Explain the difference between value and reference types?
Described strong typing and weak typing?
What would you do to remove microsoft visual basic name space?
Can you please explain the difference between c# and vb.net?
What are all the parts of .net framework?
What do you mean by serialization and deserialization?