Click here to Skip to main content
15,905,316 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
XML
<span style="color: Red;">*</span>
                                        <asp:RequiredFieldValidator ID="rfdSociety" runat="server" ControlToValidate="DdlSociety"
                                            Display="None" ErrorMessage="Please Select Society" ForeColor="Red" InitialValue="0"
                                            SetFocusOnError="True" ValidationGroup="sv">*</asp:RequiredFieldValidator>
                                        <asp:ValidatorCalloutExtender ID="rfdSociety_ValidatorCalloutExtender" runat="server"
                                            Enabled="True" TargetControlID="rfdSociety" WarningIconImageUrl="~/images/wrning.gif">
                                        </asp:ValidatorCalloutExtender>

Posted
Comments
Sanket Saxena 6-May-14 6:59am    
we didn't understand anything with this piece of code.

1 solution

try below code

JavaScript
$("body").css("overflow", "hidden");and

$("body").css("overflow", "auto");
 
Share this answer
 
v2
Comments
Sanket Saxena 6-May-14 7:06am    
kedar without html how can we say the css should be applied to the body tag.Might be some other tag like div will be the parent one.
kedar001 6-May-14 7:15am    
yes you are right ,but he might get hint to solve his problem
Sanket Saxena 6-May-14 7:26am    
That's why i comment him to post the code :)

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