Search Result

Collapse
7 results in 0.0040 seconds.
Keywords
Members
Tags
navigation
  •  

  • Access webDB form- automatically updates the records, if i switch tab

    I have a WEB enabled Access 2010 database, uploaded on a sharepoint site. the database contains 3 form and a 1 navigation form. The navigation form is the first to show up in the browser, and has the role of presenting the rest 3 forms, as tabs. So you first enter the navigation form and then navigate by choosing the tab you want.OK with that..

    One tab is a form that submits data to the database. BUT> if i choose this tab >...
    See more | Go to post

  • How can check each records in a data grid and move the record pointer to the correct

    Hi,
    How can check each records in a data grid and move the record pointer to the correct record.
    I have three text boxes red, green and blue.
    I have an MSAccess database with fields code, red, green and blue.
    How can I navigate to the record where red, green and blue values match with the corresponding text boxes?
    TIA
    Frank
    See more | Go to post

  • ansaripk
    started a topic CSS navigation doesnt working in ie7

    CSS navigation doesnt working in ie7

    Hi there,

    I am designing a front end interface for a website. All is well but i'm facing a problem of navigational system is not working in IE7, its working fine for other browsers.
    Please check this link:
    http://www.designforce .4pkz.com/getmore/index.html
    when page will be loaded then you can see a big picture of LCD & camera in center of the page, move the mouse on the navigational links at right side of...
    See more | Go to post

  • kurkcu
    started a topic Frames and javascript

    Frames and javascript

    Hi,
    I've used frameset and frames in my web page and i can show and hide frames with this javascript code
    Code:
       function CloseIt()
       {
         parent.parent.frames["fraSet"].cols='*,0';
       }
    It works ok. But i want to show and hide animated or slowly. I tried to use
    settimeout("Clo seIt()",500)
    but it did not work. Frame is still closing as soon as i clicked...
    See more | Go to post

  • ridgedale
    started a topic Navigation panel won't remember its position

    Navigation panel won't remember its position

    I have a test site setup at:

    http://ridgedale.powweb.com/THS/sbx_index.php

    and I am having trouble trying to resolve an issue relating to the scrolling navigation panel. When the user scrolls down the list and clicks on a link the new page is reloaded but the position in the navigation panel is forgotten and the content jumps to the top. :(

    Is there any way to resolve this? Any assistance would be app...
    See more | Go to post

  • Can anyone help me with navigation.ssi menu file

    I have a drop down menu that has grown so long that I
    am afraid it will be hidden at the bottom of the page.
    I am using a ssi file for navigation. I was wondering if
    I can use the same code but break it into two columns.
    The site is:
    http://www.fabserv.com/

    The code for navigation.ssi is pasted below:

    Code:
    <DIV class="TransMenu top" id=TransMenu1>
    <DIV
    ...
    See more | Go to post

  • syedfasih
    started a topic GridView PageNavigationProblem with LINQ

    GridView PageNavigationProblem with LINQ

    Hi, I am Syed Fasih

    ---this is my aspx.cs file for the page navigation.
    Code:
    protected void grdConsultation_PageIndexChanging(object sender, GridViewPageEventArgs e)
    
    {
    
    grdConsultation.PageIndex = e.NewPageIndex;
    grdConsultation.DataBind();
    
    }


    ---this is my aspx file the gridview..
    Code:
    <asp:GridView ID="grdConsultation" runat="server"
    ...
    See more | Go to post
    Last edited by Frinavale; Feb 10 '09, 03:07 PM. Reason: added [code] tags
Working...