B
Ben Ong
Hi,
i'm pretty new to the .NET framework and am looking for some help. Is
there any way to dynamically create a number of hypertext links
dependant upon what is extracted from a database. This is a lil
snippet of my code.
<script runat=server>
for (int i =0 ; i < measureArray.Count; i++)
{ </script>
<td>
<asp:Label ID=measureArray.Name text=measureArray.Value />
</td>
<script runat=server>
}
</script>
measureArray is an array of objects of type Measure(string name, in
value) whose values are extracted from a relational database.
i know this code wont work and i know it may look stupid. I just wrote
it to try to give you guys a better idea of what im trying to do.
Thanks for the help.
-ben
i'm pretty new to the .NET framework and am looking for some help. Is
there any way to dynamically create a number of hypertext links
dependant upon what is extracted from a database. This is a lil
snippet of my code.
<script runat=server>
for (int i =0 ; i < measureArray.Count; i++)
{ </script>
<td>
<asp:Label ID=measureArray.Name text=measureArray.Value />
</td>
<script runat=server>
}
</script>
measureArray is an array of objects of type Measure(string name, in
value) whose values are extracted from a relational database.
i know this code wont work and i know it may look stupid. I just wrote
it to try to give you guys a better idea of what im trying to do.
Thanks for the help.
-ben