|
-
Jan 10th, 2007, 07:08 AM
#1
Thread Starter
Fanatic Member
[2005] gridview col visible =false
i am populating a gridview control using its datasource property.
visible prop of one of the columns of the gridview control is set false
now on reading values from this hidden column , empty string is returned " ".
my code :
textbox1.text= mygrid.rows(0).cells(0).text
it gives correct result if column is visible.
but if i apply same code to datagrid control , it works fine.
any suggestions
thanks.
Last edited by vishalmarya; Jan 13th, 2007 at 07:00 AM.
Reason: resolved
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|