-
enabling gridview column at runtime
Hi,
I have a gridview with one of the columns disabled at design time and based on a specific role of the user I need to enable it in run time.
so:
If user_role = isfromthisgroup then
gridview.col(4).enable
end if
How can this be achieved? Any help is appreciated. Thanks.
-
Pretty much what you said, but stick it in the page load event.
Tags for this Thread
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
Bookmarks