Hi all.
I have tried some ways to communicate any child control and ascx file with aspx file or any parent files. I have tried for something like this:
I created a class and defined some simple properties within it. At runtime I created instances of that class and add into any ascx file which is contained in an aspx file. Also at runtime I set a value to the property of the instance. But when I want to view the value of the property fo that instance it doesn't show the set value at runtime. I shows default value. Is this a gap of communication between ascx and aspx files?
Thanks
I have tried some ways to communicate any child control and ascx file with aspx file or any parent files. I have tried for something like this:
I created a class and defined some simple properties within it. At runtime I created instances of that class and add into any ascx file which is contained in an aspx file. Also at runtime I set a value to the property of the instance. But when I want to view the value of the property fo that instance it doesn't show the set value at runtime. I shows default value. Is this a gap of communication between ascx and aspx files?
Thanks