Posts

Showing posts from September, 2017

STATE DROPDOWN LIST OF ALL STATE IN VALUSE SAME NAME OF ALL STATE IN ASP.NET

                <asp:DropDownList ID="ddlstate"  CssClass="span4 "  runat="server" >                                                                                                                 <asp:ListItem  value="Andhra Pradesh">Andhra Pradesh</asp:ListItem>                             <asp:ListItem value="Arunachal Pradesh">Arunachal Pradesh</asp:ListItem>                             <asp:ListItem value="Assam">Assam</asp:ListItem>                             <asp:ListItem value="Bihar">Bihar</asp:ListItem>                             <asp:ListItem value="Chandigarh">Chandigarh</asp:ListItem>                             <asp:ListItem value="Chhatisgarh">Chhatisgarh</asp:ListItem>                             <asp:ListItem value="Delhi">Delhi</asp:ListItem>                        

Why is my page not scrollable? 100% working

Why is my page not scrollable? Put This code in head tag Try this: css  <style type="text/css"> html { overflow - y : scroll ; } body { position : absolute ; } </style> Or this: <style type="text/css"> html { overflow - y : scroll ; overflow - x : hidden ; } body { position : absolute ; } </style>

Bootstrap Dropdown menu is not working Put This code in head tag javascript

Bootstrap Dropdown menu is not working 57 down vote favorite 10 I am having trouble getting my dropdowns to work. I can get the navbar to show up perfectly, but when I click on "Dropdown" (either of them) it does not display the dropdown menu. I have tried looking on other posts about this, but nothing that fixed everyone's problems helped. I copied the source straight from bootstrap's website, but I can't seem to get it to work on my machine. Anyone have any ideas? I have been staring at it for an hour and can't seem to figure out what the problem is. Put This code in head tag working fine 100% <script src = "//ajax.googleapis.com/ajax/libs/jquery/1.11.0/jquery.min.js" ></script> <script src = "//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js" ></script> <link rel = "stylesheet" type = "text/css" href = "//netdna.bootstrapcdn.com/bootstrap/3