Hello you all ,
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) .
I know i could change the direction via rtl and ltr in TemplateField. But because of some reason i can't convert my boundfield to templatefield.
I looked through all BoundField properties in order to change direction , but i found nothing.
I think that should be done in RowDataBound event of GridView , But i don't know how !?
What do you think at this case ?
Thanks in advance.