Hi,
I create a Webpage with DataGrid, and all great working, edit items, add nee etc.
I have problem with this Grid when I try to implementing something in Page_load. I have to add to roles, One of them are editor, second one are reader. I catch the login user name from Request.ServerVeriables, and then recognize the login and assign role for them, bur when I do this my grid only list the rows but doesn't work any button on them like "edit" or "add new row" ;/
Thanks for feedback
regards