Questions tagged [visual-web-developer]

Visual Web Developer Express is a freeware web development tool, with the role of former ASP.NET Web Matrix, that allows developers to evaluate the web development and editing capabilities of the other Visual Studio 2005/2008/2010 editions at no charge.

Express Editions were conceived beginning with Visual Studio 2005. The idea of Express editions is to provide streamlined, easy-to-use and easy-to-learn IDEs for users other than professional software developers, such as hobbyists and students.

433 questions
1
vote
1 answer

Want a navbar stop

I did a navbar that shows on the click event listener and I want everything in the background to have a mask on also I want this navbar to prevent the page from scrolling down. Only when I exit the navbar. I couldn't figure out how to do…
barhoom
  • 23
  • 3
1
vote
4 answers

Unable to connect to Web Developers built in web server

When I yesterday returned to Visual Web Developer I was no longer able to run/debug my projects. Clicking the green play button launches ASP.NET Development Server (and it shows up in the systray) but the browser only shows the error message…
matpe
  • 284
  • 4
  • 13
1
vote
1 answer

Flutter is not drawing the background image when i use a stack wiget like this

I am using flutter to make a user dashboard and when I try to get the black box over the background it only draws part of the background being the part that has writing and nothing else. The aim is to have the box over the background and the epsilon…
1
vote
1 answer

Unable to update product using react but can update using postman

I am new to react development. I am using redux to update my product. I had succeeded in updating the product from postman but I couldn't update from the admin panel. I think there is an issue in the front end as API is tested using postman and the…
1
vote
0 answers

Safari Location Popup

In my website i use location permission in Mozilla Firefox etc. browser it works properly. But when I open it in Safari browser it ask multiple time on every page on page refresh. Anyone help Me ?
1
vote
1 answer

wrong behaviour of number format

So I'm using the NumberFormat library for building a placeholder, but it doesn't work how I wanted it to work, and I don't find the reason. The behavior of the input field is quite strange. The "$0" which should behave as a placeholder behaves as a…
1
vote
3 answers

Smooth toggle Javascript function

Well what I want to do is to toggle a menu when is clicked but it's not smooth and it feels tough, I'm a newbie in JS but I do know CSS and HTML well enough, so is there a way to smooth this toggle function? menu unclicked: menu clicked: const…
1
vote
2 answers

How can I underline a Heading element finitely while keeping it in the center(using text-align) at the same time?

I want to underline my element finitely while keeping it in center of the page using text-align: center. However, using border-bottom(for underline) and text-align: center at the same time, the underline goes on till the end of the page. Is there…
1
vote
0 answers

CSS file not working unless I move the whole folder/project to Desktop

I have a basic webpage/JavaScript example and the CSS doesn't apply to the project unless I move the entire project from (approx 5 subfolders in my Downloads Folder) to the Desktop (No sub folders). The CSS magically works when I move it to a new…
ZaneK
  • 301
  • 2
  • 14
1
vote
2 answers

Z-index does not work properly even when setting position elements and z-index?

I have added position like relative and absolute to the elements in my css but it does not work properly. This is my HTML Code for the title and features section of my website. I want to make the image of the dog appears behind the feature section.…
1
vote
1 answer

Input value is showing undefined (reading 'value') while using rsuite library

It is basically rsuite@4.10.2 version const [user, setuser] = useState('') {setuser(e.target.value)}} id="user"/>
1
vote
3 answers

Is there a way that I can make css take into account how much space a svg takes up

I have a svg and two divs and I am trying to make it so it the 2 divs and the svg take up the whole screen when you enter the site but with the svg is makes it bigger because the css is not accounting for the svg is there a way I can make css…
user16052664
1
vote
1 answer

How to install Visual Web Developer Express

Im trying to install Visual Web Developer Express. I click the install-button and run the Web Platform Installer which then tell me I have to restart my computer (SQLServer Express R2 requires reboot...). I restart, the installer continues and tells…
Andreas Zita
  • 7,232
  • 6
  • 54
  • 115
1
vote
1 answer

On react simple maps, is there a way to get coordinates of location in map by clicking on one?

I'm trying to make an interactive page in which there's a world map, and when you click on a location it creates a marker and saving the coordinates. Any idea on how to achieve that?
Oren Sayag
  • 31
  • 1
  • 4
1
vote
0 answers

Django form getting GET request instead POST request

Previously this code was sending post request. Suddenly after restarting server, it started sending get. If I take some working post code for form from internet and then go on trying and erasing then my code starts sending post request. But again…
Chaitanya
  • 21
  • 2