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 are nested classes?
What is the difference between convert.tostring and .tostring() method?
Explain about the ruby interface generator?
Define naming convention?
Is vb.net dead?
Explain the observations between vb.net and vc#.net?
What is the difference between convert.tostring and i.tostring method?
What is the purpose of objects present in asp.net?
Explain about the keyword must inherit?
What is difference between import system.data.sqlclient,system.data.oledb?
What are the differences between vb.net and c#, related to oops concepts
What is sealed class?
Explain about Visual basic.NET culture?
Define cls?
Explain how can we remove handlers at run time?