hi,
can anybody show me how to use the visible property of the datagrid's buttoncolumn. for example, if the login user is at 'user' level the column 'delete' will be invisible. otherwise, if 'admin' is logged in, the column comes visible?
in this case, I use session to check who's logged in.
thanks!
can anybody show me how to use the visible property of the datagrid's buttoncolumn. for example, if the login user is at 'user' level the column 'delete' will be invisible. otherwise, if 'admin' is logged in, the column comes visible?
in this case, I use session to check who's logged in.
thanks!
Comment