Posts by Andre Brandao • 109 points
10 posts
-
0
votes0
answers196
viewsQ: Parallax effect in DIV
I’m having a hard time adding a Parallax (or identical) animation to my slideshow when I’m down scrolling on my page. I could do it, but only with background images using the property…
-
1
votes1
answer2224
viewsQ: Query the database through a text box
Hello, right now I’m in a part of a project where I have to do a database search through a text box. For example, he searched for "José" and returned all the data contained in the database with the…
-
0
votes2
answers212
viewsA: Permissions management using Active Directory
I ended up using this super simple code and 100% functional. <configuration> <system.web> <compilation debug="true" targetFramework="4.0" /> <httpRuntime />…
-
0
votes2
answers263
viewsA: Permissions according to groups of AD
I ended up using this super simple code and 100% functional. <configuration> <system.web> <compilation debug="true" targetFramework="4.0" /> <httpRuntime />…
-
1
votes2
answers274
viewsA: Restrictions of AD Groups
I ended up using this super simple code and 100% functional. <configuration> <system.web> <compilation debug="true" targetFramework="4.0" /> <httpRuntime />…
-
-2
votes2
answers263
viewsQ: Permissions according to groups of AD
Good people, as I mentioned in some questions I am developing a query Webapp that needs to have a login through the network using the users of Active Directory. My goal is that there is a group and…
-
0
votes2
answers212
viewsQ: Permissions management using Active Directory
I am developing an ASP.NET C# application and at the moment I am at the login point which is almost finished. I’m using<authentication mode="Windows"></authentication> and a code that…
-
1
votes2
answers274
viewsQ: Restrictions of AD Groups
I’m currently developing a Webapp where I have already managed to get login to confirm the user credentials in the AD. Basically the login already works correctly. My goal now is to create 1 group…
-
-3
votes2
answers500
viewsQ: How can I make a C# query in a SQL Server database
I have a project in development in this internship path and therefore I am working on new things. I would like to know how to do in C# a query of data present in SQL Server tables. Sorry if you are…
-
6
votes2
answers228
viewsQ: Choose option through a choice previously made
I’m new to Javascript and needed to know what code I can use for this situation: For example, I have a column called "Product" which is of choice type and I wanted to select an option from that…
javascriptasked Andre Brandao 109