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


Please Help Members By Posting Answers For Below Questions

What is the feature which is common to all .net languages?

696


What is an arraylist?

801


What is strong typing and weak typing?

765


What is datatype conversion?

734


What are different types of jit ?

786


What is redim keyword?

745


What is the difference between compiler and interpreter?

743


Explain convert.tostring and i.tostring method?

700


Write a VB.Net console program to check whether a number is perfect or not.

7288


What is code security?

702


Which is the tool which can convert visual basic old version to .net compatibility version?

710


Explain the components of common language runtime.

758


What is normal jit?

796


Is it necessary to have SQL server installed in your computer in order to create a service based database in vb.net?

2061


difference between checkbox vs radiobutton??

2698