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 is tracing?
What is difference between inline and code behind?
Write a VB.Net console program to check whether a number is perfect or not.
What do you mean by deserialization?
What are all the parts of .net framework?
Can you please explain the difference between thread and process?
Explain about the performance of visual basic?
What do you mean by serialization and deserialization and it's use.
Can we use Vb.Net and C# language simultaneously in one .Net application?
what's ArrayList in .Net (VB.Net or C#).What's the advantageous using ArrayList.
Explain about rapid application development tool?
What is the role of new keyword?
difference between checkbox vs radiobutton??
What is the significance of delegates?
What are the technology areas that microsoft.net contains?