<%@ Page Language="VB" %>
<script runat="server">
Sub Page_Load(sender As Object, e As EventArgs)
Dim Bytes,Binary
Bytes = Request.TotalBytes()
Binary = Request.BinaryRead(Bytes)
End Sub
</script>
<html>
<head>
<title>ThaiCreate.Com ASP.NET - Request Object</title>
</head>
<body>
<form runat="server">
</form>
</body>
</html>