Auto response.redirect

georgepatotk

Contributor
Joined
Mar 1, 2004
Messages
432
Location
Malaysia
<A href=resultPage.aspx?values=" & LoopCounter & " target=ResultFrame>

the above mention code needs a click event from user,
but, the solution I need is as below:

C#:
if flag = true
'auto do <A href=resultPage.aspx?values=" & LoopCounter & " target=ResultFrame>
else
'do nothing
end if

what is the syntax/command that I need to achieve this? Please help me..
 
Last edited by a moderator:
Back
Top