Well, I don't know, but I'm thinking he wants to make the links exclusive. What I mean is that if one bit of text on aaa.aspx is a link then turn off bbb.aspx link, etc, etc.. It would seem to me that some action has to take place for this to be checked even if it were on one page.. So instead of using JavaScript ? Use a click event or something and then refer to the name of the bbb.aspx control that is a link? The click runs on the server checks aaa.aspx variable or something and then changes the text or link on bbb.aspx? Just a thought.. I see what your saying that one script or aspx page is seperate from the other, but I'm thinking that this concept would or could work using a session or something.. with a redirect or something.. Just off the top of my head anyway.. Actually I'm sure using JavaScript would be a better solution, but I also thought maybe he had a reason not to use JavaScript.. and I was wanting to figure this one out anyway.. hehe..
Tim ----- Original Message ----- From: "Paul Brinkley-Rogers" <[EMAIL PROTECTED]> To: "dotnet" <[EMAIL PROTECTED]> Sent: Thursday, November 21, 2002 6:03 PM Subject: RE: referencing objects on other aspx pages 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.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/
