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]



------------------------ Yahoo! Groups Sponsor --------------------~--> 
Most low income households are not online. Help bridge the digital divide today!
http://us.click.yahoo.com/I258zB/QnQLAA/TtwFAA/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