Again, how are the pages going to communicate on the server? They are separate entities in the frameset as far as the server is concerned.
______________________ Paul Brinkley-Rogers Web Developer The Sak [EMAIL PROTECTED] http://www.thesak.com -----Original Message----- From: Seymour Software [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 2:53 PM To: dotnet Subject: Re: referencing objects on other aspx pages Can you use Image links and refer to those in Events ? So for instance if one image is clicked on then check on the image on the bbb.aspx image and set it to no longer be a link or something? I'm asking a dumb question here, but I'm thinking like VB since I'm new to .NET.. I do know ASP, but .NET is really new, but very cool! Tim ----- Original Message ----- From: "Paul Brinkley-Rogers" <[EMAIL PROTECTED]> To: "dotnet" <[EMAIL PROTECTED]> Sent: Thursday, November 21, 2002 2:23 PM Subject: RE: referencing objects on other aspx pages You won't be able to do that server side unless the pages are running in the same context i.e. you do a server.transfer or server.execute to chain the pages together. Pages in a frameset might as well be pages running on two different client machines to the server. Why don't you use client-side JavaScript to do it? ______________________ Paul Brinkley-Rogers Web Developer The Sak [EMAIL PROTECTED] http://www.thesak.com -----Original Message----- From: Marc Miller [mailto:[EMAIL PROTECTED]] Sent: Thursday, November 21, 2002 5:17 AM To: dotnet Subject: referencing objects on other aspx pages Please excuse, but I'm an old FoxPro dev. learning .NET by the seat of my pants. I am using a frameset and from aaa.aspx in one frame I want to enable/disable a linkbutton on bbb.aspx in another frame. I tried making the linkbutton in bbb.aspx PUBLIC SHARED and then declaring it as NEW in aaa.aspx, but to no avail. Thanks much, Marc Miller CT Enterprises Never be afraid to try something new. Remember, amateurs built the ark. Professionals built the Titanic. --- You are currently subscribed to dotnet as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% --------- Administrated by 15 Seconds : http://www.15Seconds.com List Archives/Search : http://local.15Seconds.com/search Subscription Information : http://www.15seconds.com/listserv.htm Advertising Information: http://www.internet.com/mediakit/ --- You are currently subscribed to dotnet as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% --------- Administrated by 15 Seconds : http://www.15Seconds.com List Archives/Search : http://local.15Seconds.com/search Subscription Information : http://www.15seconds.com/listserv.htm Advertising Information: http://www.internet.com/mediakit/ --- You are currently subscribed to dotnet as: [EMAIL PROTECTED] To unsubscribe send a blank email to %%email.unsub%% --------- Administrated by 15 Seconds : http://www.15Seconds.com List Archives/Search : http://local.15Seconds.com/search Subscription Information : http://www.15seconds.com/listserv.htm Advertising Information: http://www.internet.com/mediakit/ --- You are currently subscribed to dotnet as: [email protected] To unsubscribe send a blank email to [EMAIL PROTECTED] --------- Administrated by 15 Seconds : http://www.15Seconds.com List Archives/Search : http://local.15Seconds.com/search Subscription Information : http://www.15seconds.com/listserv.htm Advertising Information: http://www.internet.com/mediakit/
