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")
Monday, August 20, 2007
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment