-----------------------------------------------------------

New Message on BDOTNET

-----------------------------------------------------------
From: sbala80
Message 7 in Discussion




  
    
    New Message on BDOTNET
  
  





      Any alternate for query string

    
  
    
      Reply

          
            
                
               
                  Reply to Sender
                    Recommend
                  
                  Message 6 in Discussion
                                                
            
          
        
                    
        
            
              From: 
              sbala80
            
            
              

              Hi, U can use Context Handler Method   1.declare a read only 
property,which returns the specific value ,in the page u are calling other page  
Private htExpr As New Hashtable()  
Public ReadOnly Property GetHash() 
Get 
Return htExpr 
End Get 
End Property 2.In the next page declare an instance of the prev page and access its 
property and hence its value  
Private htExpr As New Hashtable() 
Private objPage As PrevPage  
objPage = CType(context.Handler, PrevPage) 
htExpr = objPage.GetHash  
          
        
      
          
  

    View other groups in this category.
  

  

      




-----------------------------------------------------------

To stop getting this e-mail, or change how often it arrives, go to your E-mail 
Settings.
http://groups.msn.com/BDOTNET/_emailsettings.msnw

Need help? If you've forgotten your password, please go to Passport Member Services.
http://groups.msn.com/_passportredir.msnw?ppmprop=help

For other questions or feedback, go to our Contact Us page.
http://groups.msn.com/contact

If you do not want to receive future e-mail from this MSN group, or if you received 
this message by mistake, please click the "Remove" link below. On the pre-addressed 
e-mail message that opens, simply click "Send". Your e-mail address will be deleted 
from this group's mailing list.
mailto:[EMAIL PROTECTED]

Reply via email to