you can skip session and just cast previous page and use find control like this:
  Page originalpage (Page) Context.Handler;
  
  ListBox lb originalpage.FindControl("mylistbox");
  
  

sheetal <[EMAIL PROTECTED]> wrote:          hi ramesh,
                         for example first radio button iz radion1 and second 
is radio2
     
    if(radio1.checked=true)
    {
      Session["radio1"]="radio1";
    }
    else if(radio2.checked=true)
    {
    Session["radio2"]="radio2";
     
    }
  
     
    in other page check this
     
    if ((string)Session["radion1"]!=null)
    {
     
              
    Response.Write("radio1 is checked");
    }
     
      if ((string)Session["radion2"]!=null)
    {
     
              
    Response.Write("radio2 is checked");
    }
     
    It works, let me know if problem persists
    Thanks,
    sheetal.
    Application Developer.
     
  
  ramesh kumar <[EMAIL PROTECTED]> wrote:
    Hi all,
     
    I need to know how to check whether a radio button in previous page is 
checked or not.
     
    For ex: i ve two radio buttons in page1.aspx. when the user  checks the 
radio button and click the submit button then the secon page  should dispay 
which radio button is checked.
     
    Thanks
  
                    
  ---------------------------------
  Yahoo! Shopping
  Find Great Deals on Holiday Gifts at Yahoo! Shopping 
  
  [Non-text portions of this message have been removed]
  
  
  
    SPONSORED LINKS 
          Basic programming  language   Computer programming languages    
Programming languages     Java programming language  
      
  ---------------------------------
    YAHOO! GROUPS LINKS 
  
      
      Visit your group "AspNetAnyQuestionIsOk" on the web.
      
      To unsubscribe from this group, send an email to:
   [EMAIL PROTECTED]
      
      Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service. 
  
      
  ---------------------------------
    
  
    
  
  
              
  ---------------------------------
   Yahoo! India Matrimony: Find your partner now.
  
  [Non-text portions of this message have been removed]
  
                    

          SPONSORED LINKS    
                                                        Basic programming 
language                                          Computer programming 
languages                                          Programming languages        
                                                                  Java 
programming language                                                            
 
        
---------------------------------
    YAHOO! GROUPS LINKS  
  
      
    Visit your group "AspNetAnyQuestionIsOk" on the web.
     
    To unsubscribe from this group, send an email to:
 [EMAIL PROTECTED]
     
    Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.  
  
      
---------------------------------
  
  
          


                        
---------------------------------
Yahoo! Shopping
 Find Great Deals on Holiday Gifts at Yahoo! Shopping 

[Non-text portions of this message have been removed]



------------------------ Yahoo! Groups Sponsor --------------------~--> 
AIDS in India: A "lurking bomb." Click and help stop AIDS now.
http://us.click.yahoo.com/VpTY2A/lzNLAA/yQLSAA/saFolB/TM
--------------------------------------------------------------------~-> 

 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to