Questions tagged as 'asp.net'

1
answer

How to make each element of a carousel crawlable

I have had a window that has a carousel of users in ASPx and some tasks to do and want each element of the carousel to be draggable, Drag and Drop type and when it is positioned on top of a task, that user is associated with the homework and I'm...
asked by 21.03.2018 / 09:56
1
answer

ASP.Net Core 2.0 CONSULTING

I am starting to use ASP.Net Core 2.0 and in the middle of this process I am doing a mini inventory project, I already managed to make entries to the inventory, I did the controllers with the scaffolding, I have my class "inventory" and my class...
asked by 06.03.2018 / 21:32
1
answer

how to show a list with a master structure-detail MVC

You want to show all the details of a certain project, for this you have the following tables in the Outputs table the headers (projects) are saved and in the table Outputs Details are saved (list of products of different projects) T...
asked by 19.03.2018 / 20:13
0
answers

ForeColor in Gridview column

I have a condition on the page load of my page to disable a LinkButton and change the color of the letter. The Enabled attribute works but ForeColor does not, here's my code: if (!Page.IsPostBack) { LlenarGridview(GridView1_Persona, Datos)...
asked by 12.03.2018 / 01:32
0
answers

problems with IIS 8.5

Good morning community: My IIS 8.5 is presenting me with some problems that I will detail below: 1) When I encrypt the web.config (AppSettings) with RSA the IIS 8.5 does not raise my application but when the web.config is normal the IIS 8....
asked by 31.01.2018 / 20:30
2
answers

Prevent the Entity Framework from trying to insert if the nested resource exists

My case is the following, I have a class orders that a client has, I have two cases, I can pass a post with a new client or I can pass a post with an existing client, if the client does not exist it will try to insert, but if there is going to t...
asked by 01.02.2018 / 15:07
1
answer

Error Oracle.DataAccess can not find Dll

Good morning, I kindly request help with the following error that my web application generates in visual studio 4> C: \ Users \ svictorino \ Documents \ Confidential and privileged \ workspace \ PCCE-V2 \ pcce \ web.config (295): Compile (...
asked by 04.01.2018 / 15:30
1
answer

Why does not this jquery code work for DataTable in Asp.Net Mvc

I'm trying to show the data in the DataTable format and it does not work for me here, I pass the code to it. @{ ViewBag.Title = "GetData"; } <h2>Employee CRUD Operations</h2> <table id="employeeTable" class="ta...
asked by 05.12.2017 / 17:46
0
answers

How do I convert a BLOB url: xxxxxxxxxx that I use in a picture preview a BLOB or FILE

I'm doing a project in which I want to upload images to a server, but before sending it to the server, a preview of the image is shown, for that I use the following code. It is worth mentioning that the user can choose several images and several...
asked by 19.12.2017 / 17:15
0
answers

How to paint displaced bars in ASP.NET Charts

I'm trying on an asp.net chart how to get paint bars instead of the traditional way: In this way, if the point to paint is 1, paint to the left and right of said point. But what I need, is that if the point to paint is 1, only paint left or r...
asked by 09.11.2017 / 11:38