Click here to Skip to main content
15,886,787 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi every one i have a big problem...
i want to take a chekbox on my page and i want to when i check this checkbox it show a popup window in which i take some other control to be filled.and if i unchecked the checkbox the popup become hide.is there any one to solve this....i will be very thankful for your this help..
sorry for my bad english....
HTML
<div class="col-lg-4">
                                        <div class="form-group">
                                            <label>IsOrganized</label>
                                             @Html.CheckBoxFor(model => model.IsOrganized, new {@class="form-control" })                                            
                                              @Html.ValidationMessageFor(model => model.IsOrganized)
											
                                        </div>
                                     </div> 
Posted
Updated 29-Sep-14 20:19pm
v3

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