nate Posted June 23, 2007 Posted June 23, 2007 How do you reference a control in an Ajax UpdateProgress Control. I put a label in it and it shows up on the associated panel page update like it is supposed to. But if I try to change the text in the label via code, intellisense won't even show it exists and I get errors forcing it. Itried the following and nada. Please help! UpdateProgress1.Lable1.Text="test" or Lable1.Text="test" I can't find the object even though it is a registered asp control. Argh. What's up? Any help would be great. Thanks. Quote Ignorance begins with I.
Administrators PlausiblyDamp Posted June 23, 2007 Administrators Posted June 23, 2007 Not really played with the UpdateProgress control much, could you not access the label through it's .Controls property instead though? Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
nate Posted June 23, 2007 Author Posted June 23, 2007 I got around it by simply using another UpdateProgress control and associating the same panel. Then as I want to display the other messege I simply make one visible and the other not. Ehh, worked. Thanks for the input. Quote Ignorance begins with I.
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.