Questions tagged as 'asp.net'

1
answer

Reports in Asp With Crystal Report

Someone can help me. - I am creating the report design in Crystal Report itself that will be included in the ASP client application. - All the data to be loaded in the crystal report is obtained through a webservice that returns a Dataset. - Thi...
asked by 07.04.2018 / 02:04
0
answers

How to make an expression of debit and balance in a reportviewer?

Hello in my SQL table I have the fields POSITION and FERTILIZER and I show those records in a reportviewer, and I want to add a column called BALANCE to show me the output. A) Yes: I clarify that the column Balance does not exist in my dat...
asked by 04.04.2018 / 20:17
1
answer

Update ApplicationUser data

I have problems with the following method. public async Task<string> EditUsuario( string id, string userName, string email, string phoneNumber, int accessFailedCount,...
asked by 02.04.2018 / 19:38
0
answers

In an application in ASP.NET c # that copies a file in a local network from a client to the server. What user should I give permission to?

Good morning, thank you in advance for the collaboration you may receive. The situation is as follows, I have an application in .NET That copy a configuration file of several clients to the server in a Local Network, the problem is that for it t...
asked by 02.04.2018 / 23:11
0
answers

Why is my report viewer "loading"?

Hello, I have a report in vs 2017 and when executing it in the browser it stays stuck, here I leave the code: <asp:ScriptManager ID="ScriptManager1" runat="server"></asp:ScriptManager> <rsweb:ReportViewer ID="ReportVi...
asked by 29.03.2018 / 19:42
1
answer

Print a Report (ReportViewer) from Code (Without preview)

protected void Page_Load(object sender, EventArgs e) { //aqui muestro mi reporte en la pagina if (!Page.IsPostBack) { using (SqlConnection con = new SqlConnection(ConfigurationManager.ConnectionStrings["cn"].ToString())) { SqlComm...
asked by 03.04.2018 / 20:44
1
answer

Submit an Object to a WCF Service

I would like to know if there is any way to send an object to a WCF service the program you send is in WindowsForm c # who receives this in asp.net c # OleDbConnection connection = MSAConnection.getConnection();...
asked by 20.03.2018 / 15:34
1
answer

How to send file or image by ajax and receive it in webservice asp.net

Good I am new in this of the programming and I have been looking for information by Internet already two days and I do not find the solution, would like that they help me with this code, since I am trying to send an image via ajax to asp.net ser...
asked by 22.03.2018 / 18:20
0
answers

Why does not the pageindexchanging gridview event work for me?

Hi, I have a gridview in asp .net and I use the following code to change the page in the griview and it does not work. This is my code: <asp:GridView ID="grid1" runat="server" AutoGenerateColumns="False" AllowPaging="True" OnPageIndexC...
asked by 19.03.2018 / 20:38
0
answers

Query Entity Framework c # with two types of data

I want to know if I have these two values in my table for verification the data type I get error using (RARGEntities datosEntity = new RARGEntities()) { RegistroDatos datos = datosEntity.RegistroDatos.Where(x => x.CodPersona == CodP...
asked by 16.03.2018 / 15:15