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 the objects in asp.net?
Explain how can we remove handlers at run time?
Explain convert.tostring and i.tostring method?
What do you mean by Redim in VB.NET?
what is difference between web.config and machine.config and where it will be ?
Explain about visual basic.net?
how many server control present in .net
Which is the tool which can convert visual basic old version to .net compatibility version?
What is the class that allows an element to be accessed using unique key?
What is pre-jit?
What is non_deterministic finalization?
Explain the use of new keyword?
described weak typing?
What is the significance of delegates?
Why should you use delegate?