How do I redirect with ASP.Net?
Code:
if strResultsHolder = pass.text then
		[Go to URL1]
	else
		[Go to URL2]
end if