This is a general question. But is there a utility or a way to monitor what data a form ends up sending to an ASP document as a means to check if information that I need to be sent is? I’m using the POST method in my forms.
Everything is interacting with SQL Server 2000. I already checked my SQL statements in Query Analzer, so they check out ok.
Chris