-
Hello, Has anyone successfully bound the Web.sitemap file as a datasource with the DataList, Repeater or ListView controls in order to display their sitemap? If so, would you mind pointing me to an example of how you did it, and/or provide example code here? I'm currently using a TreeView, but I...
-
Good day! I am developing a web application using crystal reports. This web application has several menu items and one of these is the Reports Menu. Everytime I navigated to the reports section and hover any subitems of a menu, the crystal report viewer contents overlaps the menu subitems. Does anyone...
-
Hey guys, I am currently working on a website which requires to have 100% div height for the content area and a footer which should always remain in the bottom of the page. I have managed to make it work in FF and IE8. But the footer doesn't gets pushed in IE7. It would be really appreciating if...
-
Hello; First off, I have only been working with asp for a couple of weeks and though I have gained some understanding, I do not fully fully understand all of the concepts. I am working to debug a site that is previously built by another designer. I really need to get this one up and working because of...
-
Yes you can reduce your development cost by 25%, (i.e. down to a quarter of current cost, without compromising the work quality or failing to adhere to the deadlines. Get a dedicated IT professional for $750 Per Month with money back guarantee. Visit: Indian-ManPower.com Get economical, reliable and...
-
Put the portion inside div which you want to scrollable. <div style="overflow: auto; width: 95%; height: 100px; border: solid 1px #0066CC;"> <%-- your design here whch will be scrollable --%> </div> Change color,height, width accoring to your need.
-
Hi, You can use a stylesheet to define a class and then assign the class to the CssClass of your GridView: <head runat="server"> < title ></ title > < style type= "text/css" > .CustomBorders, .CustomBorders td, .CustomBorders th { border-color: Green; } <...
-
Hi all, I have searched the web, and tried all possible solutions, but it seems difficult for me to set it for IE, firefox, is smooth as cream, but the culprit is IE. the following are my CSS: [CODE] .footerT { position:fixed; clear:both; background-color: #FFFFFF; width: 795px; margin-right: 16px; border...
-
I'm trying to make my website mobile friendly. for the most part, things are working ok, but there are a few instances in which css styles from my external sheet are not rendering correctly. I want to use css to hide a unorderedlist that should not be visible on mobile. I figured I could just do...
-
I'm controlling the styles of my gridview's header through skins. However, when my gridview is nested within a div tag, the links in my header (turned on the sorting option) follow the styles defined in the div tag. #content a { <=style for the div tag color:Orange; } .HeaderStyle a { <...