Web Forms :: Navigation Control Appear Behind The Panel?

Jan 10, 2011

I have a small a problem with my navigation control. My navigation control has many menuitems. But here is just an extract to explain my problem.

<asp:MenuItem Text="Customer">
<asp:MenuItem NavigateUrl="~/CustomerLogin.aspx" Text="Log In"></asp:MenuItem>
<asp:MenuItem NavigateUrl="~/CustomerProduct.aspx" Text="Product"></asp:MenuItem>
<asp:MenuItem NavigateUrl="~/CustomerInformation.aspx" Text="Information"></asp:MenuItem>
</asp:MenuItem>

so when i put my mouse on Customer, the child menuitem drops vertically. The problem is I have a panel on the page which I use Gray Color as it background color and child menuitems are hidden behind that panel. Is there a way to show the menuitems on top of the panel beside moving the panel further down?

View 12 Replies


Similar Messages:

Web Forms :: Multiple Tab Panel - Navigation Using Button..not Through Clicking Header

Dec 6, 2010

I want to navigate through multiple tab panels using buttons. I am sucessful in doing that using buttons on each tab.want to remove the hand symbol which looks like tab header is clickable and can navigate through header.i want to remove the hand symbol and put a pointer symbol instead.Is there any property i can do to achieve this.

coding in vb.net , asp.net 3.5 frame work for a web application.

View 8 Replies

VS 2005 - Panel Navigation To Activate Hyperlink Click?

Jul 26, 2011

I have a panel which is of a fixed size and in the panel I have a hyperlink. How can I make it so the user can click anywhere in the panel to activate the hyperlink click?

View 9 Replies

Forms Data Controls :: Control Which Nodes Automatically Expand With A TreeNode Navigation Control?

Feb 10, 2011

I have a sitemap with about 50 nodes. I want to expand the nodes for specific links directly related to the node group to which the current page belongs. Currently, when I navigate to a page, all nodes are expanded by default. Is there a properly I can use to control this behavior?

View 1 Replies

Web Forms :: Wizard Control Navigation Links

Jan 24, 2011

I am using the Wizard control to create a webshop with steps. The wish is for horizontal navigation on top and the links should not link (plain text) yet but the links to previous steps should become links. My sidebartemplate:
[Code]....

View 5 Replies

Web Forms :: Navigation In Menu Control Browser IE7?

Feb 28, 2010

I am a student and .net freshers.I have been working on a website using asp.net and has used menu control in it.it has various sections like home,about us ,customer care and i have set navigate url for each menu parts and submenus .but it is not navigating to respective pages while it is opened in browser. I have seen sitemap usage and iE8 compatiblity articles does it needs to be done ...cant it workout just by setting navigate url in property of menu?

View 6 Replies

Web Forms :: Navigation Menu Control Horizontal - Multiline?

Jan 7, 2010

I've built a website with a Horizontal Menubar at the the top of the site, it works fine the only problem is now that i have added more items to the website map it has now grown wider than the site, so what i would like it to do is when it gets to a certain width drop down and start adding the node links underneath. i tried setting the width property of the <asp:menu> but this did not seem to do anything at all. I could obviously add a second menubar linking to another sitemap but i would like to be as dynamic as posssible. Plus the menu is baseed around the role structure so some users may only see 5 items where admins, supervisors etc may see around 30 level 1 menu items with multiple subitems. so in short how to i make the menu wrap round to the next line when a certain length is reached

View 3 Replies

Web Forms :: How To Stop Wizard Control Next Step Navigation

Aug 11, 2010

I am using Wizard control for password recovery. at first step I am checking the UserName with chkUserName(UserName.Text) function if UserName presents, the function will return the User Id and will navigate to next step, if UserName is wrong the function will return 0 and should not navigate to next step, but should stop at index 0 i.e. at the same step.

I have tried some solutions but it is navigating to next step in both the conditions.

in aspx the code is like:

[Code]....

View 5 Replies

Web Forms :: Wizard Control Navigation - Button For Options?

Apr 8, 2010

I have a wizard control, which has 3 steps and the last is a complete step. I put on him a button in order to enable the user the option to return to the first step. How could I navigate back to the fist step?

View 1 Replies

Web Forms :: Disable ToolTip On Asp - Menu Navigation Control?

May 26, 2010

How to get rid-off ToolTip showing when people hover over menu items in asp:menu navigation control? The ToolTip itself covers pop-out sub-menu and very irritating. ToolTip actually displays "description" from Web.sitemap. I thought to delete "description", but that would be nice to have for asp:SiteMapPath.

View 2 Replies

Web Forms :: Make Mega Dropdown Menu Using Navigation Control?

May 7, 2010

how can i make a mega dropdown menu using asp net navigation control

View 2 Replies

Web Forms :: Put Multilevel Navigation Structure (from A Database) Into The Menu - Control

Jul 23, 2010

In classic ASP I would write some logic to get a nice menu on the site, but now with the Menu-control, it's as easy as it gets.. Maybe to easy. I can't quite figure out how I would do this.. I have a multilevel navigation structure (from a database) that I want to put into the Menu-control, but I don't know which approach is the best/easiest way for me..

I'm all into performance, usability and all that.. The only thing I have really decided is that I want to use the Menu-control, I haven't decided what datasource I should use or how to style the individual links my way The data is coming from a database and is not supposed to be changed very often (maybe once or twice every month).. Thought of making an XML-sitemap, but also of making some sort of SQL-hookup.. I'm leaning towards the XML-sitemap because it wouldn't take long to generate the XML every time the navigation changes and that won't happen very often. The next issue is styling, how to do that? I have the neccesary css ready for the individual links, but I'm still unsure of how to get it to the Menu-control.. The css I have looks like below and in its current form is intended just for the anchors

[Code]....

View 4 Replies

Web Forms :: How To Work With Navigation Menu And Assign Pages In Navigation Menu In Master Page

Aug 25, 2010

Iam using masterpage and i want to use navigation menu ,but i don't want to use sitemap concept

how to work with navigation menu and assign the pages in navigation menu in master page

View 2 Replies

Forms Data Controls :: How To Show And Expand All Items In A Navigation Control

Sep 30, 2010

I am using a SiteMap data source boudn to a navigation control. I would like to also put this in the footer (sort of like the bottom of Yahoo! pages) where all items are expanded and static.

So my major heading would be across the top (horizontal) and the sub items would be indented vertically below and always expanded. Is there a way to do this? Check out the bottom of the BlackBerry DEVCON 2010 site for an example:[URL]

View 3 Replies

Forms Data Controls :: How To Enable / Disable TreeView Navigation Control

Feb 9, 2011

In asp.net(C#) i'm using masterpage and childpage.

in masterpage i used TreeView Navigation control to view the Childpage.

.What my doubt is......when i select the navgation control

my TreeView Control should be disable and when i click cancel button in Child page it will enable..

View 4 Replies

Web Forms :: Navigation Using Dropdown List Control Embedded In The Master Page

Mar 15, 2010

I have a drop down list embedded in a menu panel in my master page. This ddl fetches it's list items from my SQL Server. They are:

1. Select a type --appended during page load

2. Green type -- fetched from SQL server via a datasource

3. Red type -- fetched from SQL server via a datasource

4. User Manual -- appended during page load

For the sake of simplicity my website has 4 pages. When the 'Select a type' list item is selected - the user should be taken to a general 'Introduction' page. When the 'Green type' - the user should be taken to a 'Green' page - and etc.

View 1 Replies

Forms Data Controls :: How To Manage Left Navigation Control Like Msdn Library

Aug 27, 2010

I am trying to workaround a case where I have to design my page similar like msdn library page whew left nevigation is collepseble as well as dumemic extemded as per tje wodtj of tree item in tree .

View 1 Replies

Web Forms :: Navigation Menu / Login And Add Some Buttons To Navigation Menu

May 19, 2010

I'm developing a Portal to a school

I need to login (ok)

I also need when the login is ok, to add some buttons to navigation menu, taht is created in the Master Page.

Is it possible?, how?

i already handle the page load on the default page.

View 3 Replies

C# - Restrict A Page Navigation To One Control?

Nov 12, 2010

I am making an online exam website where a user is taken to a page where there are multiple choice questions. I want to set it up so that once a user navigates to this exam page, he cannot navigate back. The only way he can get out of it is by clicking the submit button and then he cannot access that page again. The questions on the exam page are in an sql database. restricting the navigation of the page.

View 2 Replies

AJAX :: Accordion Control For Left Navigation Menu?

Feb 23, 2010

i want to implement an accordion control to the left navigation menu. The Main title on left menu called Activities is standard so i have hard coded it. The subtitles I want to pull from the database , from the stored procedure "Activity_Get". however i am not able to achieve this because I get an error "DataSource 'sds2 ' for control 'accActivities' doesn't exist". The following is the aspx code.

<div>
<asp:ScriptManager
ID="asm"
runat="server"
/>
<div>
<table
cellpadding="0"
cellspacing="0"
width="100%"><tr>
<td
class="highlightstitle"
style="width:180px;height:500px"
valign="top">
<aj1:Accordion
ID="accLeftMenu"
runat="server"
SelectedIndex="-1"
HeaderCssClass="navlink3" HeaderSelectedCssClass="navlink2"
ContentCssClass="subnav"
AutoSize="None"
FadeTransitions="true" TransitionDuration="250"
FramesPerSecond="40"
RequireOpenedPane="false"
SuppressHeaderPostbacks="true">
<Panes>
<aj1:AccordionPane
ID="acpEdu"
runat="server"
>
<Header>...........

View 3 Replies

Web Forms :: How To Find Control For A GridView Inside Panel Control

Apr 23, 2010

I am developing a asp database that is linked with SQL Database. When I am tryind to Find Control (GridView2) inside of another control (Panel2) that sits in Item Template for DetailsView, I got an error message:

Object reference not set to an instance of an object.
<asp:DetailsView ID="DetailsView1" HeaderText="Details" HeaderStyle-CssClass="labelheadRight" runat="server" AutoGenerateRows="False" DataKeyNames="pk_BackupDriveSerial"
DataSourceID="SqlDataSource1" GridLines="None"
CssClass="Detailsview" AllowPaging="True"
OnDataBinding="DetailsView1_OnDataBind"
OnItemInserted="DetailsView1_OnInsert"
OnItemDeleted="DetailsView1_OnDelete"
>
<Fields>
<asp:BoundField DataField="pk_BackupDriveSerial" ControlStyle-CssClass="dropdownsize"
HeaderText="Serial No" ReadOnly="True"
SortExpression="pk_BackupDriveSerial" >
<ControlStyle CssClass="dropdownsize"></ControlStyle>
</asp:BoundField>
<asp:BoundField DataField="BackupDriveMake" HeaderText="Make" ControlStyle-CssClass="dropdownsize"
SortExpression="BackupDriveMake" >
<ControlStyle CssClass="dropdownsize"></ControlStyle>
</asp:BoundField>
<asp:BoundField DataField="BackupDriveModel" HeaderText="Model" ControlStyle-CssClass="dropdownsize"
SortExpression="BackupDriveModel" >
<ControlStyle CssClass="dropdownsize"></ControlStyle>
</asp:BoundField>
<asp:TemplateField HeaderText="Type" SortExpression="fkid_BackupDriveTypes" ControlStyle-CssClass="dropdownsize"
Visible="False">
<EditItemTemplate>
<asp:Label ID="Label6" runat="server" Text='<%# Bind("BackupDriveMake") %>' Width="145px"></asp:Label>
<br />
<asp:TextBox CssClass="dropdownsize" AutoPostBack="true" ID="DropDownList5" runat="server" Text='<%# Bind("BackupDriveModel") %>' ></asp:TextBox>
<br />
<asp:Panel ID="Panel2" runat="server" CssClass="dropdownpanel" >
<asp:GridView CssClass="dropdowngrid" ID="GridView2" runat="server" AutoGenerateColumns="False"
CellPadding="4" DataKeyNames="pkid_BackupDriveTypes" SelectedValue='<%# Bind("fkid_BackupDriveTypes") %>'
DataSourceID="SqlDataSource3" ForeColor="#333333" GridLines="None" OnSelectedIndexChanged="GridView2_OnChange">
<RowStyle BackColor="#EFF3FB" />
<Columns>
<asp:BoundField DataField="pkid_BackupDriveTypes"
HeaderText="pkid_BackupDriveTypes" InsertVisible="False" ReadOnly="True"
SortExpression="pkid_BackupDriveTypes" Visible="False" />
<asp:BoundField DataField="BackupDriveMake" HeaderText="Make"
SortExpression="Make" />
<asp:BoundField DataField="BackupDriveModel" HeaderText="Model"
SortExpression="Model" />
<asp:CommandField ShowSelectButton="True" />
</Columns>
<FooterStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<PagerStyle BackColor="#2461BF" ForeColor="White" HorizontalAlign="Center" />
<SelectedRowStyle BackColor="#D1DDF1" Font-Bold="True" ForeColor="#333333" />
<HeaderStyle BackColor="#507CD1" Font-Bold="True" ForeColor="White" />
<EditRowStyle BackColor="#2461BF" />
<AlternatingRowStyle BackColor="White" />
</asp:GridView>
</asp:Panel>
<asp:DropDownExtender ID="DropDownExtender2" runat="server" DropDownControlID="Panel2" TargetControlID="DropDownList5">
</asp:DropDownExtender>
</EditItemTemplate>

[Code]....

I also tried

[Code]....

View 5 Replies

Web Forms :: Lost Child Control After Postback In Panel Control

Nov 1, 2010

I had a little project is create dynamic control. My project had get detail of content and replace in sign string, Add control in sign. After click button I will find in control, I had added on page load in panel. I can't get value in child control panel, Don't have control in panel. My source is

protected void Page_Load(object sender, EventArgs e)
{
string config_design = GetConfigueKey(configDesign);
Genform(config_design, GetContent(config_design));
if (IsPostBack)
{
btn_submit_click(sender, e);
}
else
{
string config_design = GetConfigueKey(configDesign);
Genform(config_design, GetContent(config_design));
}
}
protected String GetContent(string designname)
{
string rev = "";
mClsDB = new clsConn();
strSql = "SELECT STR_DESIGN_CONTENT,STR_DESIGN_NAME,INT_FORM_ID FROM TBL_DESIGN WHERE INT_DESIGN_ID = " + designname + " ";
DataTable dt = mClsDB.GetDataTable(strSql);
if (dt != null)
{
if (dt.Rows.Count > 0)
{
rev = dt.Rows[0]["STR_DESIGN_CONTENT"].ToString();
}
}
return rev;
}
protected void Genform(string designname, string content)
{
string rev = content;
mClsDB = new clsConn();
//strSQL = " SELECT INT_FIELD_ID,STR_FIELD_NAME,STR_FIELD_SIZE,STR_FIELD_CSS,STR_FIELD_DEFAULTVALUE,BIT_FIELD_VISIBLE,INT_FIELD_VALIDATE_TYPE,STR_FIELD_MINMAX,STR_FIELD_TYPE_NAME ";..................

View 1 Replies

Crystal Reports :: Control Background Color Changes When Using Group Tree Navigation?

Nov 3, 2010

My web app is using Framework 2.0. I have one Master page and a Detail page that contains a Crystal Report Viewer. The report source is loaded via a dataset.

Here's the lowdown. I have a field (TeacherName) that is in a group header and in the detail. The one that is in the group header has a background color of Yellow. Customer asked me to try another color, so we put in Orange. They decided they didn't like it, so I switched back to Yellow.

When I load the report, the background color of the TeacherName field is Yellow in the Group Header and transparent in the Detail section. Working as planned.

When I navigate to another page using the Prev and Next buttons, the TeacherName field is Yellow in the Group Header and transparent in the Detail section. Working as planned.

When I navigate to another page by clicking on a Group Name in the Group Tree, the TeacherName field changes to the Orange color we temporarily tried. The detail remains transparent as it should. If I go back and click on the Prev/Next buttons, it goes back to Yellow.

View 1 Replies

Web Forms :: Asp:panel Control Add

Jan 9, 2011

a.Aspx. file contain
<asp:panel id="pa_ID" runat="server">

and

a.Aspx.cs file contain

[Code]....

View 4 Replies

Web Forms :: Validation Control For Particular Panel

Feb 6, 2010

I hv taken 2 panels one for School transport detail , the other for Personal Transport detail.

The validation controls are different for the panels. When selecting 1st panel the other gets disable and on clicking Save button the error msg of 1st panel appears if not entering proper values. But when 2nd panel I am selecting and without entering any value clicking Save button it still giving error msg of 1st Panel yet it is disabled.

View 5 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved