Re: Can web forms communicate with one another directly?
- From: "Flinky Wisty Pomm" <Pathogenix@xxxxxxxxx>
- Date: 4 Apr 2006 02:11:37 -0700
Um... no... if your WebFormB had a static property for the selected tab
index, you could use that, but your pages aren't always there... they
get instantiated and ripped down again when a user requests them, and
besides if you did it that way, all your users would have the same
selected tab, and I assume that's not what you wanted.
If you want to pass user-specific information between pages,
QueryString and Session State are your friends.
.
- References:
- Can web forms communicate with one another directly?
- From: Dean Slindee
- Can web forms communicate with one another directly?
- Prev by Date: Re: Find the location of class from declare
- Next by Date: Re: Parser Error Message: Could not load type '_Default'.
- Previous by thread: Can web forms communicate with one another directly?
- Next by thread: Table Cell text position
- Index(es):