Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. menu with multiview tab problem [ANY EXPERT CAN SOLVE THIS ...2 EXPERTS FAILED]

menu with multiview tab problem [ANY EXPERT CAN SOLVE THIS ...2 EXPERTS FAILED]

Scheduled Pinned Locked Moved Web Development
debuggingtoolshelp
1 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • M Offline
    M Offline
    mominafiz
    wrote on last edited by
    #1

    hi. i have created a page having menu and multiview. this i used to create a tabs and on clicking on tab raises an onMenuItemClick event. this event i have placed it in vb script. when i run this page it works perfectly...and clicking on tabs shows me the content of that tab. but when i connect this page with masterpage and instead of writing script in the webpage...i wrote it in .vb codefile and tried to run the page...but surprisingly on clicking on tab takes me to home pages which is my default.aspx. when i put breakpoints on menuclick event in .vb codefile and then tried to debug the page it doesnt raise any event on tab click because it doesnt reaches the breakpoint. dont know what wrong with the code. here are is the .aspx page not linked to masterpage

    <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="WebForm7.aspx.vb" Inherits="PATHOLOGY.WebForm7" %>

    Sub NavigationMenu\_MenuItemClick(ByVal sender As Object, \_
        ByVal e As MenuEventArgs)
        'STDmultiview.ActiveViewIndex = Int32.Parse(e.Item.Value)
        If e.Item.Value = "0" Then
            STDmultiview.ActiveViewIndex = "0"
        Else
            STDmultiview.ActiveViewIndex = "1"
        End If
    End Sub
    

    'same as latter section div

    here is the master page linked page:

    <%@ Page Language="vb" AutoEventWireup="false" MasterPageFile="~/Pathology.Master" CodeBehind="TestStandards.aspx.vb"
    Inherits="PATHOLOGY.TestStandards" %>

                              Test Name:
    
    1 Reply Last reply
    0
    Reply
    • Reply as topic
    Log in to reply
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes


    • Login

    • Don't have an account? Register

    • Login or register to search.
    • First post
      Last post
    0
    • Categories
    • Recent
    • Tags
    • Popular
    • World
    • Users
    • Groups