Posts by Victor • 181 points
5 posts
-
11
votes2
answers701
viewsQ: Save and send selected item id in dropdowlinst
I’m trying to do a search, filtering through a dropdowlist. In short, I select a level of instruction in a list and when I click 'Search' I want to return to the list of people who have that level…
-
1
votes0
answers35
viewsQ: WCF webservice xml output formats
I have a webservice created by WCF that generates the following XML result <?xml version="1.0" encoding="utf-8" ?> - <feed xml:base="http://meudominio.com.br/WebServices/ABC.svc/"…
-
0
votes1
answer82
viewsQ: Web Service WCF XML output
I’m building a web service using WCF. I created the edmx file, made the connection to the database where I am informing the tables, views and procedures that I want to use and my file. svc is like…
-
4
votes2
answers3616
viewsQ: How to save the logged in user ID
I am using in my Windows Authentication application. I have a controller where the user should register their professional experiences. However, the way the application was made, I need every time I…
-
2
votes1
answer123
viewsQ: Customize windows authentication
I’m creating an app where I use Windows Authentication for validation of user data. As soon as the application opens, some information from that logged-in user already appears on the first page. In…