vote up 0 vote down star

I am in a situation where I want to access the property of a usercontrol on my aspx page. I have a property called "property1" defined in the UserControl.

So I want to do something like below in the code behind of aspx page.

UserControl.property1 = "bla bla bla";

Can any one help me out in this aspect?

flag

75% accept rate

closed as no longer relevant by dtb, Daniel Auger, Guy Starbuck, Eduardo Molteni, sth Sep 12 at 12:12

1 Answer

vote up 1 vote down

UserControl.property1="bla bla bla";

So why don't you write it this way? What error do you get?

link|flag
1  
My bad guys its the problem with my machine I just restarted the project and it works fine. I apolagize for posting something "STUPID" like this. – unknown (google) Sep 12 at 0:38

Not the answer you're looking for? Browse other questions tagged or ask your own question.