Contextual help in ASP.Net
-
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
-
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
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!!
-
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
link the image using the href tag
-
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