It may be a caching issue - I had a similar problem
and the following solution worked for me - try adding
this line to your page_load event.

protected void Page_Load(object sender, EventArgs e)
{
//set no cache       
Response.Cache.SetCacheability(HttpCacheability.NoCache);

}

- Calvin

--- Jon Ceanfaglione <[EMAIL PROTECTED]>
wrote:

> My next step would be to use the DOM and javascript
> in the callback function
> to add something to the parent node that holds the
> textarea.  There's
> something fishy about that.
> 
> On 7/27/06, Russ (Developer)
> <[EMAIL PROTECTED]> wrote:
> >
> >
> > Sorry for the confusion on that.
> >
> > I have tried everything from .value, .innerHTML,
> .innerTEXT and none of
> > them update the UI, but all of them seem to have
> the correct value
> > after I asign the res.value to it and alert that
> value.
> >
> > I'll keep digging.  I wasn't the original
> developer on this app and it
> > looks like since this control can be repeated
> multiple times there may
> > be something else going on with a javascript table
> or something to
> > store all of the info for each one of the
> purchased assets.
> >
> >
> > >
> >
> 
> 
>
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Ajax.NET Professional" group.

To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]

For more options, visit this group at http://groups.google.com/group/ajaxpro

The latest downloads of Ajax.NET Professional can be found at 
http://www.ajaxpro.info/

Don't forget to read my blog at http://weblogs.asp.net/mschwarz/
-~----------~----~----~----~------~----~------~--~---

Reply via email to