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
Write a program that would find the nth term of a geometric progression, given the value of first term and common ratio. Any inbuilt function that the language provides for calculating exponent should not be used.
Can you please explain the difference between vb and vb.net?
What is the difference between c# and vb.net?
What is private assembly?
What are the differences between c# and visual basic.net?
What is the difference between value and reference types?
what is interface and when it is used?
my project run very wel in my sytem yhen i am deploying my project on client machine ,after deployment i run my project then it show " can no find server name " what i do .
Explain jit?
Tell us how many languages are supported by .net?
What is intermediate langauge?
Name some of the features of C# which are not present in VB.NET?
Explain the use of console application?
What is difference between import system.data.sqlclient,system.data.oledb?
What are the difference between dispose(), close(), exit(), end()? When do we use them?