you can't write ASP with C#. ASP is written with VBScript (JSP is the same thing but written with JScript). You are probably using ASP.NET. I'd move you over to the .NET forum, but this is actually an HTML issue:
Code:
target="frameName"
usage:[code=html]<a href="pageForFr ame2.aspx" target="frame2" >Click here for details</a>[/code]Hopes this helps.
Comment