Hi Folks,
I have 2 texboxes with the name names like 'des0' and 'des1', So i need to validate this two controls for required filed with the help of loop. something like this
for (var i=0;i<=1;i++)
{
}
So i have confused what will write inside the loop for validate the controls. So please help me writing the things