Page CallBack

  • Thread starter Thread starter Ben Schumacher
  • Start date Start date
B

Ben Schumacher

I have a .aspx page that implements ICallBackEventHandler. On the page I
have texbox server controls and a button with a click event set to trigger
the call back to the server. I put a breakpoint in the page_load event to
step through whats happening in the codebehind as the page is called back to
the server. I cannot ever read the values of the textbox controls while
back on the server stepping through the code. I can't read the values in
the Page_Load, or the RaiseCallBackEvent, or anywhere for that matter. What
is the deal? I just want to trigger a call back from the client and read
values from the server controls on my page. The textbox values persist
through page callbacks, but i can't read the values in code while the page
is calledback on the server. This is so frusterating. Please help!
 
Ben Schumacher said:
I have a .aspx page that implements ICallBackEventHandler.

Note that this is a Windows Forms group. You'll more likely get an answer
in the ASP.NET newsgroup.
 
Back
Top