Hi! To all members

I have a grid view with five data bound fields.In the sixth cell, i want a check box to be displayed .Note there are multiple values in one cell of a row and for multiple cell in a row,a checkbox is to be displayed.
Table looks like
Header:-Lot no Party Code Location Check Box
1stRow<<data1>> <<data>> <<data>> <<checkbox>>
<<data>> <<data>> <<checkbox>>
<<data>> <<checkbox>>
2ndRow<<data2>> <<data>> <<data>> <<checkbox>>
<<data>> <<checkbox>>

Plz wrap the code in vb.net

Recommended Answers

All 2 Replies

>.In the sixth cell, i want a check box to be displayed

The sixth cell should be templated column.

Table looks like
Header:-Lot no Party Code Check Box
1stRow<<data1>> <<data>> <<checkbox>>
<<data>> <<data>> <<checkbox>>
<<data>> <<checkbox>>
2ndRow<<data2>> <<data>> <<checkbox>>
<<data>> <<checkbox>

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.