Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:861847
More Search Options
RSS Available
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
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
wasimt
on 8/12/2009
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.
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
wasimt
on 6/15/2009
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.
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
wasimt
on 5/19/2009
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.
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
wasimt
on 5/19/2009
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..
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
wasimt
on 5/18/2009
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
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
wasimt
on 5/18/2009
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..
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
wasimt
on 5/17/2009
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
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
wasimt
on 5/17/2009
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.
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
wasimt
on 5/15/2009
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"
Posted to
Master Pages, Themes and Navigation Controls
(Forum)
by
wasimt
on 5/15/2009
Page 1 of 16 (157 items) 1
2
3
4
5
Next >
...
Last ยป
ASP.NET:
Search Engine Optimization (SEO) Toolkit
Channel 10:
This Is Your Data on Silverlight
ASP.NET:
How the IIS SEO Toolkit Saved My Butt
ASP.NET:
Using WCF RIA Services without Silverlight in Visual Studio 2010 for building 3 tier ASP.NET Applications
Channel 9:
Ping 41: Top stories of 2009, bing, windows 7, laptop hunters, azure
Channel 9:
endpoint.tv - Windows Server AppFabric in action monitoring and troubleshooting
Channel 10:
Windows Marketplace for Mobile Opens to 6.0, 6.1 Phones
Channel 9:
Rx API in depth: Hot and Cold observables
ASP.NET:
Back in Business
TechNet Edge:
Hacking Windows 7 Interview
WindowsClient:
Windows Client Developer Roundup for 12/14/2009
Channel 9:
TWC9: Silverlight Web cam apps, VS extensibility, Explorer shell extensions
ASP.NET:
Visual Studio Project Sample Loading Error: Assembly could not be loaded and will be ignored. Could not load file or assembly or one of its dependencies. Operation is not supported. (Exception from HRESULT: 0x80131515)
WindowsClient:
Working with Windows 7 Taskbar Thumbnail Buttons with WPF 4
WindowsClient:
overflow:hidden -- a fix to a CSS problem
TechNet Edge:
Empowering your teams with SharePoint
TechNet Edge:
TechNet Radio: Expert presents: Creating and Executing a Comprehensive 2007 Office Deployment
ASP.NET:
ViewModel Pattern for Silverlight - Options for Hooking a View to its Model
Channel 9:
Rx API in depth: Concat, Catch and OnErrorResumeNext
Channel 10:
PowerPoint Twitter Tools Updated
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online