Hi
Either of them would work, but since the no. of pages may be a lot, I would recommend using switch case, e.g. like below:
switch(PageID)
{
case "1":
tblBlock.Visible = false;
break;
}
Regards
Mike
Fortune favours the brave, so don't regret on missed oppurtunities.
|