Search

You searched for the word(s): userid:861847

Matching Posts

  • Re: navigation control issue with IE 8

    [quote user="epasho"] hi, this is when i use web developer studio 2008 and try to view/compile the page. the behavior is the issue. Does not display the child links, but it works fine on other browsers. I hope i dont have to change any setting in IE8 as this not going to work out for the clients using IE* [/quote] This is already known issue and is resolved. Go through the below links http://forums.asp.net/t/1415843.aspx http://weblogs.asp.net/mhildreth/archive/2009/01/26/testing.aspx
  • Re: asp.net menus and internet explorer 8

    [quote user="FoothillsData"]my asp.net drop down menus suddenly don't work on IE8. they appear blank. anybody got any advice? thank you![/quote] Hi, This is already known issue.You will find lot of posts on this issue in this forum. For quick reply, Just add Z-Index property in your css class with some value say 100. This will help you.
  • Re: Images not showing on Master Page

    [quote user="deverdits"]Basically I'm placing copies of the same image into each "Images" subfolder, otherwise the picture won't show on my master page. What am I doing wrong?[/quote] I too faced the samee issue when working on a website. what I did was I put all my master pages in a folder and refernced the images using ' ~ ' . the both folders are at the root. This i find is better option than putting all images in each folder. hope this helps you.
  • Re: ASP Staggered Horizontal Menus -- Reduce the width of first submenu item for upper menu.

    [quote user="jslavens"]Thank you, for any help provided; a graphic is shown below. [/quote] Please put the graphic again and also the mark up and css file.
  • Re: Opening a tree node in new window

    [quote user="NidaNovice"] yup ur code works great but..I dont want all nodes to open in new pages just a single specific node..so how do i specify that [/quote] You cannot hide the treenodes directly, but you can use the remove method of the treevirew to remove the nodes that you do not want to display on the page. You can refer this msdn article: http://msdn2.microsoft.com/en-us/library/system.web.ui.webcontrols.treenodecollection.remove.aspx hope this helps you..
  • Re: Using Asp:Menu for sub navigation

    [quote user="wll6568"]How can I create the sidebar navigation menu like this: http://www.santos.com/activities-browser/exploration-acreage.aspx [/quote] The menu used here is DHTML menu (found from its source code) created using CSS,HTML and Javascript. You can refer below links to create such menus http://htmlfixit.com/tutes/tutorial_CSS_Menus_Horizontal_or_Vertical_Multiple_Level_Menus_with_Pure_CSS.php http://www.howtocreate.co.uk/tutorials/testMenu.html For asp menus, You can use the
  • Re: Dinamically change the Masterpage of a inner Masterpage

    [quote user="Jackomo"]The problem is that the Masterpage must be set within the PreInit event handler, but a Masterpage seems not to generate a Pre_init. [/quote] Hi, You need to define the PRE_INT method as you define normal method. Place the below method in your master page and modify its inner content as per your requirement. protected void Page_PreInit( object sender, EventArgs e) { // Insert your code. } hope this helps you..
  • Re: all i want is a drop down menu!!

    [quote user="mattatuni2"] standard asp.net Menu controlls seem to be working fine in firefox, i was using IE8 is the case that asp.net menu controlls do not display properly in IE8???? as this is a bit rubbish if they dont [/quote] Yes asp: menu has soom rendering problem in IE8 . This isuue is fixed. Please refer below links http://weblogs.asp.net/bleroy/archive/2009/03/23/asp-menu-fix-for-ie8-problem-available.aspx http://blogs.msdn.com/giorgio/archive/2009/02/01/asp-net-menu-and-ie8
  • Re: Content Page overlaps Master page

    Hi, this might happen due to browser behaviour. I did lot of googling but dint find any solution. What helped me was re installation of IE 7 browser.
  • Re: Controls alignment

    [quote user="abt"]What I want to do is to align the content of the content place holder to the center (So only the usercontrol/ content page is in the center).[/quote] Add div inside the content palce holder of page and add all the page material in the div as shown below <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> < div id= "test" align= "center" > < asp:TextBox ID= "TextBox1"
Page 1 of 16 (157 items) 1 2 3 4 5 Next > ... Last ยป
Microsoft Communities