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. ASP.NET
  4. click of a button in master page

click of a button in master page

Scheduled Pinned Locked Moved ASP.NET
helptutorial
3 Posts 3 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
    MalarGayu
    wrote on last edited by
    #1

    hi i am using visual web developer 2010 express i am new to it 1)is there any control which looks like a label but acts like a button if so i need to know it(labelbutton if any),where is it 2)i am having a button in master page on the click of which should go to an aspx page so how to call it can anyone help me with it. K.Gayathri

    M U 2 Replies Last reply
    0
    • M MalarGayu

      hi i am using visual web developer 2010 express i am new to it 1)is there any control which looks like a label but acts like a button if so i need to know it(labelbutton if any),where is it 2)i am having a button in master page on the click of which should go to an aspx page so how to call it can anyone help me with it. K.Gayathri

      M Offline
      M Offline
      Morgs Morgan
      wrote on last edited by
      #2

      Perhaps you need to learn a little of ASP.NET here: - http://asp.net-tutorials.com/[^]

      MalarGayu wrote:

      LinkButton

      MalarGayu wrote:

      Set the onclick event of the button and access the onclick from code behind: -Design View

      - Codebehind

      protected void Button1_Click( object sender, EventArgs e )
      {
      //Do everything you want when a user clicks the button below this line.
      }

      1 Reply Last reply
      0
      • M MalarGayu

        hi i am using visual web developer 2010 express i am new to it 1)is there any control which looks like a label but acts like a button if so i need to know it(labelbutton if any),where is it 2)i am having a button in master page on the click of which should go to an aspx page so how to call it can anyone help me with it. K.Gayathri

        U Offline
        U Offline
        uspatel
        wrote on last edited by
        #3

        You can use Link Button,and to provide look like Linkbutton set properties as

        DEPARTMENTS

        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