Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

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.

Ignorance begins with I.
Posted
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.
Ignorance begins with I.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...