When I try to pass a TextBox field form  page1 to a page2 I get the name of the of the 
textbox field in page two, rather that the data that was entered in the textbox field. 
Any ideas on how
to correct this?  Thanks, Steve
my code:
(page 1 activated when user clicks an HREF)

public int this_onBeforeTerminateEvent(CSpTerminateEvent event)
        {
                CSpValue s = getDisplayFieldValue("tbDate1");
                spider.CSpider.putUserSessionObject("Date1", s)

(page 2)
public int this_onBeforeDisplayEvent(CSpDisplayEvent event)
        {        
        CSpValue s  = spider.CSpider.getUserSessionObject("Date1");
        setDisplayFieldValue("tbDatex", s);
        
_________________________________________________________________________

For help in using, subscribing, and unsubscribing to the discussion
forums, please go to: http://www.netdynamics.com/support/visitdevfor.html

For dire need help, email: [EMAIL PROTECTED]

Reply via email to