Sorry,
I didn't read you code very carefully.
Things like: text=Response.write("USR")
Are not allowed in ASP.NET, Actually that would not have got you very far in Classic asp, but never mind that.
Read this:
http://ryangregg.com/archive/2004/04/22/792.aspx
The format for html Server includes is <%# variableName%>.
But hte variable must be part of your Server side code.
======================================
They say, best men are molded out of faults,
And, for the most, become much more the better
For being a little bad.
======================================