|
-
Aug 23rd, 2004, 02:05 PM
#1
Thread Starter
New Member
Passing Objects between Webpages....
Dear Guys,
I want to pass objects between web pages created using VB.NET.
I want to create one object and use it in all tha pages of my application. So that once given value be retained.
How do i do it???? Please Explain..
Regards
Anit Bhatnagar
-
Aug 24th, 2004, 12:04 AM
#2
Thread Starter
New Member
-
Aug 24th, 2004, 01:30 AM
#3
Create a class with the desired property there. Instantiate it as Public. Simply use across all pages by calling it.
-
Aug 24th, 2004, 07:31 AM
#4
Thread Starter
New Member
i did that. when i create object on one Webform, how do i pass it to another webForm?
I want to create an object which should hold property that i can access to various forms.
Regards
Anit
-
Aug 24th, 2004, 07:50 AM
#5
-
Aug 24th, 2004, 08:00 AM
#6
Thread Starter
New Member
-
Aug 25th, 2004, 06:32 AM
#7
Maybe you should show some code.
You should be accessing the value using something like
myObjectInstance.VariableName
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
|