Click here to Skip to main content
15,897,315 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
if i select radio button in form (yes, no) i had written code in the panel if i selected yes it will display some contents in the same form again i repeated same code for different options like b.tech,M.tech but it will get overlap both if we use NO radio button its ok . But when i had click yes button it getting overlap is there any adjustments to do without over lapping
i mean that

C#
{
  Course:B.tech(yes,No)(Radio buttons)
    [here some details regarding B.tech course]
}//panel1
 again
{
course:M.tech(yes,No)
}//panel2


here if we click yes both are overlapping(B.tech details are display on the M.tech panel) if click No it will display Normal if we give space between panels its ok but i need to avoid wastage of space in the form
Posted
Updated 4-Nov-11 0:19am
v3

better use if else condition..it will solve ur problem i think so...
 
Share this answer
 
Try by applying proper CSS to your Panels.

You may begin with this link.
http://www.w3schools.com/css/css_positioning.asp
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900