c# - How to modify existing column value on a DataBound in GridView using if else -


i use data source populate grid view. need able se every column value equals 01/01/00 nothing.

here code , image of values:
the gridview no border lines.
doing wrong?

enter image description here

enter image description here

first of all: not paste code in image.

secondly, equals method supposed check whether value equal 1 pass in parameter. intstead of that, use row.cells[9] = "";


Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -