dEAR sIR i WANT TO GET ARRAY ELEMENTS BY FOREACH LOOP WITH COUNTER ..
whislist = dsddsds.Tables[0].Rows[0]["wishtlist_clg"].ToString().Split(',');
int i = 0;
foreach (string id in whislist)
{
if (i != 0)
{
tarsk.Value="1";
}
else
{
tarsk.Value="0";
}
whislist =525,1315,1331;
TARSK IS AN HIDDEN FIELD .
I WANT IF WHISTLIST IS NOT IN BLANK THEN I NOT EQUAL TO 0 IS TRUE OTHER FALSE BUT
YET FALSE CONDITIONS IS FIRE ...