I'm not .NET guru (far from it) but this strikes me as a little tricky to do from the server. I'm guessing that the button's OnClick would in turn refresh Page A but no other page in the frameset, you'd need to have some client-side JS in the refreshed Page A that could change the properties of Page B. THis is how it used to be done... someone please reply and tell me it's much easier in .net :)
----- Original Message ----- From: "Marc Miller" <[EMAIL PROTECTED]> To: "dotnet" <[EMAIL PROTECTED]> Sent: Thursday, November 21, 2002 1:16 PM 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/
