01-30-2022 04:43 AM
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?
01-31-2022 10:34 PM
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.