HELP - URGENT!!

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • =?Utf-8?B?Sm9yZ2UgUmliZWlybw==?=

    HELP - URGENT!!

    Hello

    I've a huge problema with a asp.net page.
    my page has a user control that fires an event
    in that event handler I load a control property and update some text boxes
    accordingly.

    my problem is that, when page renders, all text boxes are empty.
    in my page unload event i set a breakpoint and added a local watch... my
    text box
    is allright there and has the proper value... but when page renders in
    client browser it is empty.
    No other function is called after page unload... i checked it

    i'm using vs 2008

    can you help me here?

    it's really urgent


    best regards

    Jorge Ribeiro
  • Mark Rae [MVP]

    #2
    Re: HELP - URGENT!!

    "Jorge Ribeiro" <JorgeRibeiro@d iscussions.micr osoft.comwrote in message
    news:0F4C0CC7-E853-4BAA-85B2-1411A35DFEFA@mi crosoft.com...

    Firstly, please don't post messages with subjects like "HELP - URGENT!!" -
    some people will simply ignore those... Giving your post a meaningful and
    descriptive subject will help it to get answered...

    Anyway...
    No other function is called after Page_Unload... I checked it
    What about client-side? Is there any JavaScript which runs e.g. in the <body
    onload="" /event...?
    Can you help me here?
    1) If you do View Source can you see the values there...?

    2) Could you have accidentally set the colour of the text to be the same as
    the background...?


    --
    Mark Rae
    ASP.NET MVP


    Comment

    Working...