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. Contextual help in ASP.Net

Contextual help in ASP.Net

Scheduled Pinned Locked Moved ASP.NET
csharpasp-nethelp
4 Posts 4 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.
  • C Offline
    C Offline
    crazylad
    wrote on last edited by
    #1

    Hello, I am creating a asp.net (2.0) form which has about 40 fields. For each one of these fields, I'm required to have a small imagebutton which when clicked opens a pop-up window with a heading and help text that are picked up from the config file. I solicit your suggestion to implement this in an efficient and easy way. Thanks for your help

    _ K K 3 Replies Last reply
    0
    • C crazylad

      Hello, I am creating a asp.net (2.0) form which has about 40 fields. For each one of these fields, I'm required to have a small imagebutton which when clicked opens a pop-up window with a heading and help text that are picked up from the config file. I solicit your suggestion to implement this in an efficient and easy way. Thanks for your help

      _ Offline
      _ Offline
      _Damian S_
      wrote on last edited by
      #2

      Create an aspx page for your help page. When you call it, pass it some kind of querystring parameter to identify the help item you want. In the page load function, check the parameter and display the correct text on the form as per the value of the parameter.

      I don't have ADHD, I have ADOS... Attention Deficit oooh SHINY!! Booger Mobile (n) - A bright green 1964 Ford Falcon - our entry into the Camp Quality esCarpade!! Do something wonderful - make a donation to Camp Quality today!!

      1 Reply Last reply
      0
      • C crazylad

        Hello, I am creating a asp.net (2.0) form which has about 40 fields. For each one of these fields, I'm required to have a small imagebutton which when clicked opens a pop-up window with a heading and help text that are picked up from the config file. I solicit your suggestion to implement this in an efficient and easy way. Thanks for your help

        K Offline
        K Offline
        kashifaslam1
        wrote on last edited by
        #3

        link the image using the href tag

        1 Reply Last reply
        0
        • C crazylad

          Hello, I am creating a asp.net (2.0) form which has about 40 fields. For each one of these fields, I'm required to have a small imagebutton which when clicked opens a pop-up window with a heading and help text that are picked up from the config file. I solicit your suggestion to implement this in an efficient and easy way. Thanks for your help

          K Offline
          K Offline
          Kannan Ar
          wrote on last edited by
          #4

          You can simply do it with javascript. Jquery have some plugins for tool tip help. To use the help text in javascript, you need some server side code to inject help text from config file to page.

          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