I have two WebForms that are displayed in a Frame page. WebForm1 has several DropDownList that create a SQL Statement. WebForm2 has the DataGrid that will display the data.

Is it possible to Call a sub routine from WebForm1 that is on WebForm2 and pass a variable? If not, simply pass a variable to WebForm2.

I did declare a Public variable in a module “Public SQLText as String”. The variable is functional in both forms but will not carry the string from one form to the other.

I do have some experience with VB.Net but this is my first attempt with a Web App.

Thanks for your help

Chuck from Las Vegas