|
-
Sep 7th, 2005, 12:35 AM
#1
Thread Starter
Junior Member
Call a sub routine in other webform
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|