TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Kriti
NA
60
0
enable the bound column property to visible if user is admin
Feb 18 2010 7:50 AM
my one of the column in a page is
<
asp
:
BoundColumn
DataField
="NotificationList"
SortExpression
="NotificationList"
HeaderText
="NotificationList"></
asp
:
BoundColumn
>
if user is admin i want to make this column visible else it should not be visible
in code behind,I have handled for SAVE button in Page_load
if
(
this
.UserIsAdmin())
{
this
.btnSave.Visible =
true
;
}
else
{
this
.btnSave.Visible =
false
;
}
but i dont know how to do it for column "NotificationList".
Reply
Answers (
1
)
menu control in asp.net application and i.e browser
how to display image in Datagrid