keeping information in a page

  • Thread starter Thread starter francois
  • Start date Start date
F

francois

Hi all,

I am using a webpage containing a user control. That user control contains a
drop down list that will postback the page. I want to make available
programatically some information populated by the usercontrol to the aspx
page.

How can i achieve that? is it possible to declare public properties? Is it a
good way to do or is there any better way?

best regards,

francois
 
due to IE's built in security features, i doubt this is possible. imagine what web authors could do maliciously if this kind of behavior was an option. it would be a virus writer's dream!

hth
jayson
 
Back
Top