Questions tagged as 'visual-studio'

0
answers

Read XML from a gridview field and display it in a datatable

Visual Studio 2012 - Web Application. I want to go through the gridview, when I get to the "REQUESTCONTENT" field, I'll go through it and insert the values of that field in a datatable. This is the gridview: And this is the xml in...
asked by 03.10.2018 / 19:28
1
answer

Compare 2 fingerprints using SQL and C #

Good day I have an application that I set up on the Internet, and adapt it to my needs, I have only managed to get the data captured, I used Digital Person SDK 1.6.1, I have a fingerprint reader: digital person 4500u. In my database I store t...
asked by 19.09.2018 / 20:57
1
answer

Problem when deserializing JSON in dataSet

I am trying to deserialize a JSON result towards dataset . When trying to do it I throw the following error:    Additional text found in JSON string after finishing deserializing object. Path '[0].studentID' , line 1, I do not...
asked by 15.08.2018 / 16:56
1
answer

What is the chain of an oracle function?

I have this case: It turns out that I have a function in a package in oracle which returns a string of 4 characters : but when executing the function from visual studio with the same parameter of entering the same server, the result i...
asked by 15.08.2018 / 18:46
0
answers

Is there a way to apply a xslt two xml with different tags?

I explain myself better, the question I have is if I can apply an XSLT to two XML that have certain tags with different names. An example first Xml <Persona> <Nombre>Sebastián</Nombre> </Persona> second XML...
asked by 12.06.2018 / 17:50
0
answers

Help generating a table to capture information wn c # mvc

The problem that I present is the following. 1.- In a View I have to capture fields for two models, then what I do is the following. in the index actionresult, in order to generate the model I occupy the following. var user = db.MtoUsuar...
asked by 26.06.2018 / 16:38
1
answer

C # Selenium - how to detect that authentication has been successful

How can I know when the authentication is successful after passing the username and password? I would like to stop the execution and show once the connection was successful. This is my code? driver.Navigate().GoToUrl("MiURL"); var wait =...
asked by 09.06.2018 / 16:32
0
answers

Reporting Services language type [closed]

I am using Reporting Services for the first time in Visual Studio and I came across a piece of code: =WeekdayName(DatePart("w",Fields!SalesDate.Value)) Does anyone know what language it is?     
asked by 06.06.2018 / 23:18
0
answers

Error consuming web service of the Tax Agency

For the sii (Immediate Information System) of the Tax Agency, we have an application developed in Visual Studio 2012 that consumes its webservices. From one day to the next, the call to the webservices is generating the following error:...
asked by 30.05.2018 / 16:18
0
answers

How can I store data from a datagridview to a MySql database?

I have a datagridview that is filled with student data according to a search made through a combobox preloaded with workshops in which students register. My question is: How can I insert only specific datagridview fields into the database? I...
asked by 25.05.2018 / 05:31