ASP.NET and Help file - asp.net

I am trying to get some input in regard to creating a help file:
Prefered to have a help show up based on what active screen is.
Obviosuly, it can be searched
It can be browse
So it's like normal help file if you press F1 for Internet Explorer that sort of thing.
I'm appreciated your feedback
Thanks

"Help" for web applications it's just additional pages with help subject related to current page, search form, help content, etc.
Nothing special here is needed. :)

Related

ARForms Plugin(Wordpress) does not display Multi-Selection element

I know that this is a very specific question but maybe someone here has an answer. I am using the ARForms plugin to create forms on my wordpress website. It works excellent and I was always very happy with it but since a few days the multi-select element stopped working.
In the editor where I created a form I can see the element but it does not appear on my website although the form itself including other elements works fine.
Maybe someone had the same problem and could help me.
Thank you for your time

Display Optional Content for AdBlock Users on WordPress

I am trying to set up some sort of conditional, non-intrusive text box that shows up only for people using AdBlock. I am adamantly and emphatically opposed to popups or locking the content of my website to AdBlock users. I simply want to have a small section of plain text show up that says, “Hey, you! Before you read on, we ask that you consider whitelisting us on AdBlock. (etc. etc. etc.)”. I want people to be able to scroll past it without issue and not have their experience with my website be impacted if they choose not to whitelist me; I'm not out to coerce anyone or annoy anyone, I just want to make my case, in brief, that I don't run obstructive, malware-filled ads and it would be great if they supported me. And I don't want it to show up if someone doesn't have Adblock enabled.
I'm not very savvy with HTML, but if someone can clearly instruct me where exactly to put some code in to my website, I would be open to an option that involves editing my website's code. Otherwise, a plugin that I've overlooked would be really helpful. I've looked around but most of what I've found is something that puts a giant sticky on the page to obstruct peoples' view until they whitelist. Again, I don't want that. That is exactly the reason people got AdBlock to begin with. People who use such countermeasures are fundamentally missing the point. (/rant)
Thanks in advance!
Use this plugin.
https://wordpress.org/plugins/ad-blocking-detector/
Read this article:- https://www.wpbeginner.com/plugins/how-to-detect-and-stop-adblock-in-wordpress/
Hope its working for you. try this and let me know

I need some help for my website

i'm new to this website, so this is my first post!
Anyways, I came to ask something about a website i'm making for my Webcomic(i'm using Weebly, BTW). how can you be able to us the buttons when wanting to see another page of a comic.
And i'm talking about navigation buttons, BTW. Not to mention that Weebly can only allow me to use 10 pages until I can upgrade. :p
So yeah, that's all I have for now, I hope you can help. Please and Thank you.
With the 10 page limit I think your best option may be adding a slideshow or gallery if you want to remain a free user.
http://kb.weebly.com/slideshow.html
http://kb.weebly.com/image-gallery.html

Telerik ASP.NET ImageManager: Hide Elements

After searching high and low for documentation and examples, I'm still stuck... so I'm hoping someone can help push me in the right direction.
I am using the "Image Manager" within the Telerik ASP.Net AJAX Editor.
I have everything working correctly, but there are 3 on-screen elements that appear in the image manager that I want to hide/remove.
New Folder Button
Current Path
Folder Tree
After much digging, I found a link under "Integration with SharePoint" that seems to show how to hide the "New Folder" icon: http://www.telerik.com/help/aspnet-ajax/moss-modifying_the_editors_built_in_dialogs.html
[Of course, my issue has nothing to do with SharePoint, but this is the best I could find.]
If anyone has any insight on what properties to change, specifically for the path and folder tree, I would greatly appreciate it!
Many thanks in advance.
I'll keep plugging away and certainly if I figure it out, I'll post it here so others can benefit, since I'm sure I'm not the only one who would want to do this.
To remove the new folder button register the external editor dialogs (the EditorDialogs folder), open the FileBrowser.ascx file and set EnableCreateNewFolder="false" in the RadFileExplorer's declaration
<telerik:RadFileExplorer EnableCreateNewFolder="false" ... />
Via the VisibleControls property of the File Explorer, you can hide also the TreeView,Toolbar,Grid and the AddressBox, i.e. to hide the folder tree and address bar do not set their values:
<telerik:RadFileExplorer EnableCreateNewFolder="false" VisibleControls="Toolbar,Grid" ... />

Possible to add loading text to silverlight splash screen?

I recently added a splash screen to a silverlight web app, and was looking to add another feature. My idea is to have a textblock display the name of the element that is currently being loaded. I've searched for a solution, but can't seem to find one anywhere. I would appreciate any help/ideas anyone may have. Thanks in advance!!

Resources