Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
interface
- Page 1
Handling Performance Issues in TreeView for Large MLM Networks
Programming
Software Development
2 Weeks Ago
by Volochain1
When displaying extensive MLM (Multi-Level Marketing) hierarchies using TreeView in ASP.NET, performance issues often arise due to the sheer volume of nested nodes. Loading thousands of members at once can slow down the
interface
, increase page load time, and degrade user experience.
Re: Do you fear that Google "AI Mode" will be the default option in Google ?
Digital Media
Digital Marketing
2 Weeks Ago
by jkon
… '''Google "AI Mode" is a conversational, AI-powered
interface
for Google Search, envisioned by Google as "the future…, its primary goal is to keep users within Google's
interface
, providing comprehensive, personalized responses by drawing from vast web information…
Re: Web Services using ASP.NET
Programming
Web Development
2 Weeks Ago
by rajshah85412
… service locally to test. Use the built-in browser test
interface
in Visual Studio to simulate registration and login. Step 6…
Re: Handling Performance Issues in TreeView for Large MLM Networks
Programming
Software Development
2 Weeks Ago
by Reverend Jim
Two possible ways to handle this: 1. Populate the tree in a separate thread 2. Only populate sub-nodes as required to view You can do option 2 by putting the "populate directly under this node" code in the event that gets triggered when you select a node.
Re: Handling Performance Issues in TreeView for Large MLM Networks
Programming
Software Development
2 Weeks Ago
by SCBWV
IDK about ASP, but in desktop apps you can call LockWindowUpdate in user32 to pause the update until after the treeview has been populated.
Re: The Impact of User Research on UX Design
Digital Media
UI / UX Design
2 Months Ago
by Reverend Jim
Read The Essentials of User
Interface
Design by Alan Cooper.
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by lennyli
… very restricted by default. > > Programs with a visual
interface
(like Notepad) usually won’t display anything because they’re… computer involves several technical aspects, including networking, security, and user
interface
design. Below, I’ll outline a simple prototype using Python…
Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by lennyli
… why there were 2 web.config files, and the IIS
interface
didnt seem to match the web.config settings, and also…
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by Neil_brown001
… app is very restricted by default. Programs with a visual
interface
(like Notepad) usually won’t display anything because they’re…
Re: Custom Media Server
Hardware and Software
Linux and Unix
2 Months Ago
by Vince_6
I used Plex and a Mac for years to stream to my TV. When I switched to linux, PLex ran but couldn't find my media directories. I finally found a product called Emby. It has a server that runs and aps for many different divices. It even has one for my FireTV. Works great.
Re: Google Search Console -> Page indexing
Digital Media
Digital Marketing
Search Engine Strategies
2 Months Ago
by ashleydent4u
It sounds like you're on the right track already, and your robots.txt file actually looks okay at first glance. However, if 1.13K pages aren’t being indexed, it could be due to a combination of issues like low-quality content, duplicate pages, or crawl budget limits (especially with Blogger sites). In Search Console, head to the “Pages” section …
Re: Seeking Help for Creating a Circle Generator Tool
Programming
Game Development
1 Month Ago
by b_985
I’m using a Dell Latitude 3540 laptop and I’m a gamer who enjoys playing a variety of games. Recently, while playing Minecraft, I used several websites for building guidance. One of the tools I relied on was the Minecraft Circle Generator for creating accurate circles and shapes. However, I’ve run into an issue — the website isn’t opening at all…
Re: Which is the best email marketing tool you ever used?
Digital Media
Digital Marketing
2 Months Ago
by Adgcraft11
… used is Mailchimp. It stands out for its user-friendly
interface
, robust automation features, and detailed analytics. Whether you're a…
Re: Which is the best email marketing tool you ever used?
Digital Media
Digital Marketing
2 Months Ago
by yesumalla
…-Klaviyo trip), the person noticed me. why? Super beginner friendly
interface
Clean and professional email template Automation that prevents your brain…
Re: What Are the Key Elements of a Successful Website in 2025?
Programming
Web Development
1 Month Ago
by Reverend Jim
… guidelines have essentially applied to any software with a user
interface
over the last fifty years. Reminds me of a scene…
Re: Which is the best email marketing tool you ever used?
Digital Media
Digital Marketing
1 Month Ago
by ranksolweb
The best email marketing tool I've used is Mailchimp. It offers a user-friendly
interface
, powerful automation features, and excellent reporting capabilities, making it easy to create and track campaigns effectively. affordable seo services
Re: The Impact of User Research on UX Design
Digital Media
UI / UX Design
2 Months Ago
by john_111
I once visited a website where there were 20 rows, each composed of 20 identical small white squares (about the size of this --> HH ), with a tiny arrow in the bottom quarter corner to indicate they were links. But no text anywhere. Can you imagine how hard it would be to remember which button took you to which page, several days later? This…
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by pritaeas
> while at the same time run the same exe on the local client pc. Not possible.
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by pritaeas
No, Javascript cannot run/start executables on the client machine.
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by rproffitt
I see pritaeas has answered so I'll move to the next stage of the discussion which is to ask what you need in your web site. For example there is an "online notepad" which does some basic notepad work. And there are many screensavers that run from a webpage with an example at whitescreen.online . You can get there.
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by lennyli
Why does the following code dont run and launch the exe I specify (eg, notepad.exe, or ribbons.scr)? <%@ Language="VBScript" %> <!DOCTYPE html> <html> <Body> <% Dim objShell Dim command Dim result ' Path to the executable command = "C:\…
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by pritaeas
Are you sure IIS is configured to allow running external scripts?
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by lennyli
> Are you sure IIS is configured to allow running external scripts? The document folder and asp file has security permission set to ALL rights for 'everyone'. In IIS, under handler mappings for .asp files, under request restriction/access, script was chosen (not execute) for feature permissions, all 'read' 'script' 'execute' are chosen
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by lennyli
> I see pritaeas has answered so I'll move to the next stage of the discussion which is to ask what you need in your web site. > > For example there is an "online notepad" which does some basic notepad work. And there are many screensavers that run from a webpage with an example at whitescreen.online . > > You can …
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by john_111
Let me expand on what rproffitt said, by explaining why. If a webpage could run a program installed on another computer, the entire world wide web would be hacked into tiny pieces and cease to exist. No one would ever use the web, it would be so totally insecure. So web pages are prohibited from running programs on your computer. They can …
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by Salem
https://xyproblem.info/ * User wants to do X. Sometime later... > My boss just asked me to create a prototype as proof of concept. There is no specific language/tool I must use * User asks for help with Y. Initially asked... > Have a webpage with a button, when pressed, it will launch a webpage that runs a server side exe (eg, …
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by Reverend Jim
>No, Javascript cannot run/start executables on the client machine. Technically correct but there are ways around it. For example, save a file in a special folder on the target computer, which has a folder watch on that folder. The watching task could then trigger a local task.
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by gediminas.bukauskas.7
Pritaeas answered the question: normal WEB security settings forbids launching executables on a client machine. The only legal workaround is to create windows service (daemon in Linux environment), install it on client machine and listen for some commands coming from server over WEB sockets.
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by lennyli
> Pritaeas answered the question: normal WEB security settings forbids launching executables on a client machine. The only legal workaround is to create windows service (daemon in Linux environment), install it on client machine and listen for some commands coming from server over WEB sockets. Sure, I understand, but for my above new …
Re: Cannot run exe from asp.net
Programming
Web Development
2 Months Ago
by Salem
> When I run the command "python server.py" on the server pc, it held for a second, then released back to the command prompt. So did it even give you `print("Waiting for a connection...")` ? Consider making your server main like this. if __name__ == "__main__": print('Server Begin') …
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
Backlink Auditor
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC