Posts by Rafael Ferreira • 119 points
6 posts
- 
		0 votes2 answers1778 viewsA: Trigger event when changing value of a textbox C#The Onchange js event in c# is the "Validating" property, it’s the same thing, instead of Textchange, use Validating. 
- 
		2 votes1 answer27 viewsA: Error in project.json fileDelete the line "net451": { } from global.json, if you have "dotnet5.4", you change to "net451". 
- 
		3 votes1 answer79 viewsA: Wordpress - change folder to rootThere is, there is a plugin called "WP Construction Mode". Only those who have access to the site/portal will be the ones who are logged in. Whoever is undocked (wordpress), will have a page similar… wordpressanswered Rafael Ferreira 119
- 
		-1 votes1 answer408 viewsA: Prevent scrolling while Modal Bootstrap is openWhen the modal is displayed, the bootstrap adds the class modal-open automatically, and removes when it is hidden. Putting this snippet into your css: body.modal-open { overflow: Hidden; } OBS: Not… 
- 
		3 votes2 answers569 viewsA: Fonts are not displayed when used with JSFFirst of all: You don’t need to reference bootstrap.css and bootstrap.min.css, just use bootstrap.css after you minifica. Inside bootstrap.css will look something like this... Try changing the icon… 
- 
		1 votes1 answer397 viewsA: Error connecting to SQL Server 2012 database - using IIS 7.5 serverJust try to Data Source=(LocalDB)\v11.0;AttachDbFilename=C:\inetpub\wwwroot\LocalIIS\secondsite\App_Data\aspnet-secondsite-91d3d8bf-0c8d-4f0a-9165-96960db8ab1b.mdf;Integrated Security=True;Connect…