Monday, August 20, 2007

NOTE on Enabling visibility of a row in Gridview using javascript

If u make any rows invisible in grid view, u cant read the same rows in javascript, so instead of making it invisible, just use the following attribute

row.Attributes.Add("Style","display:none")

No comments: