Questions tagged as 'c#'

1
answer

Catchable fatal error: Object of class stdClass could not be converted to string

Good morning brothers! I have a webService in C # and I want to consume it with PHP but when I load it I get this error. Catchable fatal error: Object of class stdClass could not be converted to string I leave my code, thank you very mu...
asked by 01.11.2018 / 15:52
0
answers

Ocs Inventory does not work

Well I do not know if I can do this but I've been trying to install the Ocs Inventory server on the server of the company that has windows server 2008, it was impossible for different reasons such as security ports problems and configurations th...
asked by 01.11.2018 / 15:34
0
answers

Join PDF files with bookmarks

I have a code in asp.net in C # in which one several PDF documents, each PDF has bookmarks and when I unite the files I do not respect the bookmarks. With the ItextSharp library I manipulate the PDFs to join them, but as I mentioned before, I...
asked by 01.11.2018 / 15:50
1
answer

Browse excel by columns in C #

Good day community, I'm stuck on a problem that I'm sure is something minimal, I'm making an application in .Net with MVC 2 (ASPX). and I have some excel that upload via fileupload to different tables in the database all well I go through the ex...
asked by 11.06.2018 / 16:28
1
answer

Access a variable from another method in c #

I want to access the variable datos private CustomValidator ActualizarBodega(decimal idDetPedido, string proceso) { var error = new CustomValidator(); var datos = (from GridViewRow row in bodegasGrid...
asked by 02.11.2018 / 14:05
0
answers

ActiveX and WebBrowser control

I am working on a web application that should allow access to different external websites. The application has the following elements: a navigation bar to select which web to show and a container that shows the selected web in an embedded way. T...
asked by 09.11.2018 / 11:33
0
answers

Duda with .NET Programming Generate a Word Letter from C #

I need to create a program that generates a document in Word, I found these methods but I do not know how to call the Word file (I already have the Word template made). How do I call that word template within those methods? Can someone give me a...
asked by 20.11.2018 / 04:11
0
answers

Webservice C # to search several files and compress them

Good morning! Sorry for the inconvenience, I tried to make a webservice that has an invoice name, go to a folder and take a pdf file and another xml compress and return the zip as an answer but I have not succeeded, try to do I will look for...
asked by 30.10.2018 / 15:31
1
answer

How do I go through a response from json in c #?

I have a REST API that sends the following answer in json format and I want to go through it in order to add a listview to what I go through. { "resultado": "OK", "datos": [ { "Pago": "1500.00", "Fecha": "2018-09-27" }, { "Pago": "900.00...
asked by 30.10.2018 / 15:47
0
answers

Get a JS to a Page load parameter

I have this function in javascript that is within a .aspx that opens a .aspx called Aplicaciones_Usuarios.aspx $(document).ready(function () { $('#MasterContent_ui_rprApp_ui_hlkApp_0').click(function (e) {...
asked by 29.10.2018 / 21:40