Questions tagged as 'asp.net'

1
answer

How to retrieve all checkboxes

In the code below, I have tried to retrieve all the checkboxes but I can not bring anything, I would not like to put ID, but retrieve countless selected checkboxes, what can I do? I just put 2 as an example: ( Code Behind ) <div class="f...
asked by 22.05.2017 / 20:25
2
answers

Error compiling project with VB 6. Switch to .Net

I'm not a developer in VB. I took a project for 5 days, through a consultancy, but it should be all in SQL Server . Well, it happens, that some screen change should be made. I opened VB 6 (Compiler) and selected the project.vbp and when lo...
asked by 18.04.2017 / 13:38
1
answer

Asp.Net Razor with Json

I have a question and I already researched several sites but I did not get the answer. I develop systems in .Net with C # in the MVC standard and use the on-screen presentation in the traditional View with Razor form. It turns out that I ha...
asked by 05.04.2017 / 18:21
1
answer

Bundle problem on the server

Good morning, I was implementing the use of bundle in my ASP.NET MVC project, in the development environment worked perfectly. But when I go to the server it does not work. I was debugging in the browser and it gives the following return: "Resou...
asked by 07.07.2016 / 16:33
2
answers

Connecting to the database in ASP.NET with EntityFramework

I need to migrate a system from one server to another. The system is in ASP.NET and the connection to the database is a bit strange. I need to know how to connect to the database. The only thing I found about connection in Web.Config...
asked by 11.07.2016 / 21:49
1
answer

Create temporary file using C # and ASP.NET

I am interested in generating temporary files in C #, ASP.NET and need the temporary url of this file (HTML), this file can not have a physical path on the server due to the access of several people. Therefore, I can not create a file for each a...
asked by 11.07.2016 / 12:53
1
answer

Generate Dynamic HTML with ASP.NET

Good people, I'm having a project, and I need to generate a dynamic HTML card by pulling from an sql server. The case is as follows, I have a CARD in html, all stylized. Which in the case is the code below. <hr class="separador" />...
asked by 14.06.2016 / 16:34
1
answer

Many relationship to many ASP.NET Entity Framework

I'm having trouble making the relationship between my tables using EF. At the time of creating a Maintenance Order, I need to list the data registered in other tables, such as Equipment, Tasks and Person, as I try to represent in the class be...
asked by 29.10.2016 / 03:15
1
answer

redirecting C # / javascript pages

I have a somewhat silly question (I think), I have to do a filter for client and I need to do it urgently, so I gave a "fast" solution to my problem, I created a controler that does client search but now with a filter, and returns to a page simi...
asked by 27.09.2016 / 18:47
1
answer

Printing with ReportViewer Asp.Net

Good afternoon, I'd like some help. I am generating an impression by ReportViewer with Visual Studio 2010, the report is generated correctly but in the print preview the Print button in the report does not appear. So I decided to convert the...
asked by 29.01.2016 / 12:17