search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

UpdateWithMessage not displaying

Asked by OGRonC
13 years ago.
Hello, was wondering what im doing wrong here.. ive got UpdateWithMessage in my intellisense, and it doesnt throw an error when it runs but it doesnt do anything... Do i need to do anything on the .aspx side of the calendar control? Im using 6.1.2116 and ex code cDay1.UpdateWithMessage("TEST")
Comment posted by Dan Letecky
13 years ago.

It only works during CallBack events. That means it doesn't work on PostBacks and during the initial page load. Is that your case?

Anyway, it seems that it would be helpful if it worked in all cases. I'm adding it to the wishlist.

Comment posted by OGRonC
13 years ago.

Gotcha. Not that familiar with callbacks but thats a great hint. Thanks man and you (or you guys) do great work. Glad to see how this thing is developing and where its going!

Comment posted by OGRonC
13 years ago.

Haha.. so not hard at all. Changed stuff to public sub's and chose Callback instead of postback. Awesome thanks again

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.