<div style="font-family:Times New Roman;font-size:smaller;"> <table width="70%" align="center"> <tr bgcolor="#e6f1fb"> <td width="25%" align="center"> ServerVariable: </td> <td width="75%"> Value </td> </tr> <% foreach(string Item in Request.ServerVariables){ %> <tr> <td width="25%"> <%= Item %> </td> <td width="75%"> <%=Request.ServerVariables[Item]%> </td> </tr> <% } %> </table> </div>