Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
If Int32.Parse(CatID) = _
Int32.Parse(dt.Rows(iLoop)("ID")) then
Return iLoop
End If
if (System.Convert.ToInt32(CatID) == System.Convert.ToInt32(dt.Rows_stuff_here))
return iLoop;