Hi,I am new to Lectora. I have created a web page using Visual Basic 2005. The purpose of that page is to insert all the inputs from a webpage built from Lectora to the SQL database. I am expecting a querystring to be sent to my ASP page. How am I able to capture the inputs from the first page?The following code is what I have to capture the inputs from the querystring:VarUser_Name=Request.QueryString("VarUser_Name")VarLocation = Request.QueryString("VarLocation")Varemail = Request.QueryString("Varemail")Is there suppose to have a function in the Lectora webpage to send the querystring to my ASP page? If there is a function, what is the function that does this? Happy