G Web Development Software

cancel
Showing results for 
Search instead for 
Did you mean: 

generate indicators dynamically in web application

Hi friends
I need generate indicators dynamically. I read some data from tag and according to those data i should generate indicators and next show data on indicators. we did it by javascript on old version of our software by asp.net but I need this ability in G web development software. for example I read a setting tag=5 means i need five text indicators and finally in next step i need show some data on those text indicators
how can we impelemt this idea?

0 Kudos
Message 1 of 2
(842 Views)

You could use the DataGrid control in GWeb to display the data you want. The data grid takes in an array as its input an would automatically create the necessary number of indicators to display the data passed in.

0 Kudos
Message 2 of 2
(804 Views)