A
Alhambra Eidos Kiquenet
Hi all, misters
I have an aspx page that contains an Repeater control.
I want to binding it this datasource:
Dictionary<string, Dictionary<string, int>> datosEstadisticasPorTipoTarea =
.....
....
repeaterEstadisticasTareas.DataSource =
datosEstadisticasPorTipoTarea;
repeaterEstadisticasTareas.DataBind();
How I get, in ItemTemplate , the value of int type ???
Greetings, thanks in advance..
I have an aspx page that contains an Repeater control.
I want to binding it this datasource:
Dictionary<string, Dictionary<string, int>> datosEstadisticasPorTipoTarea =
.....
....
repeaterEstadisticasTareas.DataSource =
datosEstadisticasPorTipoTarea;
repeaterEstadisticasTareas.DataBind();
How I get, in ItemTemplate , the value of int type ???
Greetings, thanks in advance..