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 the feature which is common to all .net languages?
What is an arraylist?
What is strong typing and weak typing?
What is datatype conversion?
What are different types of jit ?
What is redim keyword?
What is the difference between compiler and interpreter?
Explain convert.tostring and i.tostring method?
Write a VB.Net console program to check whether a number is perfect or not.
What is code security?
Which is the tool which can convert visual basic old version to .net compatibility version?
Explain the components of common language runtime.
What is normal jit?
Is it necessary to have SQL server installed in your computer in order to create a service based database in vb.net?
difference between checkbox vs radiobutton??