I have three classes (domain, role and user). Domain and role are proper开发者_开发知识库ties of the user class, like this:
I want to add some text to a boundfield build in the code behind without writing any code in the code behind.
Sorry if my question seems to simple . Right now in the BoundField of my GridView some data display like \"12/11/1381\" that i wanna display like \"1381/11/12\" (opposite direction) .
Hi i have a datagrid with <asp:BoundField DataField=\"PrenotazioneEffettuata\" HeaderText=\"Pren. Effettuate\"
i have a gridview width a boundfield: <asp:BoundField DataFiel开发者_StackOverflow社区d=\"Nome\" HeaderText=\"Nome\" SortExpression=\"Nome\"/>