Hi,
I am converting an app. There is a lot of inline code in the Classic version.
Tables that are filled in the Classic code I can replace with grids. That's OK.
What I am mulling over is what to do with conditional code. For example:
<%if rsLast10.recordcount > 10 then%><a href="welcome.asp?show=<%= rsLast10("clientID")%>
Is there a way to move the conditional logic to some databound control (I don't think so). So my next thought is that all the code like has to go into the Load event, and fill up Divs or whatever.
Any thoughts/ideas/approaches??
Thanks!
KB
I am converting an app. There is a lot of inline code in the Classic version.
Tables that are filled in the Classic code I can replace with grids. That's OK.
What I am mulling over is what to do with conditional code. For example:
<%if rsLast10.recordcount > 10 then%><a href="welcome.asp?show=<%= rsLast10("clientID")%>
Is there a way to move the conditional logic to some databound control (I don't think so). So my next thought is that all the code like has to go into the Load event, and fill up Divs or whatever.
Any thoughts/ideas/approaches??
Thanks!
KB