Arrays are a special kind of variable that’s tailored for storing related items of the
Same data type. Any one item in an array can be accessed using the array’s name,
Followed by that item’s position in the array
C# example for better solution
<%@ Page Language="C#" %>
⋮
<script runat="server">
Void Page_Load ()
{
String [] drinkList = new string [4];
DrinkList [0] = "Water";
DrinkList [1] = "Juice";
DrinkList [2] = "Soda";
DrinkList [3] = "Milk";
drinkLabel.Text = drinkList [1];
}
</script>
Same data type. Any one item in an array can be accessed using the array’s name,
Followed by that item’s position in the array
C# example for better solution
<%@ Page Language="C#" %>
⋮
<script runat="server">
Void Page_Load ()
{
String [] drinkList = new string [4];
DrinkList [0] = "Water";
DrinkList [1] = "Juice";
DrinkList [2] = "Soda";
DrinkList [3] = "Milk";
drinkLabel.Text = drinkList [1];
}
</script>
1 comments:
Here, I got actual price with all detailed features and specification of the LG Optimus L9 mobile with great distributor
it vanish my confusion thank you so much for sharing. Please click on my site ……, www.mobileprice24.com
Post a Comment