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 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/
