Questions tagged as 'asp.net-mvc'

1
answer

Reading .NET PDF

I've been researching for a long time a way to read a pdf document that contains Sinapi Inputs tables and save the data in my database, and I do not do the minimum of how to do it, could anyone give a tip? > pdf link here more complex pdf...
asked by 16.05.2015 / 04:14
1
answer

Displaying Modal with model passed inside a foreach in C # asp.net MVC

I have a main page containing a list of users. In this list of users I have a button on the side where I will click and display a modal, passing the model of that line that I clicked. I managed to do it right, follow the code summary: @foreach...
asked by 27.05.2015 / 02:59
2
answers

Photo saved in Directory does not appear in Solution Explorer

After much pain, you can save the photo in the directory and not the bank. But she does not appear in my folder in my Solution Explorer, but when I open the photo through the windows explore it appears. Because of this, the photo is not displ...
asked by 08.06.2015 / 18:26
1
answer

Problem with relationship Entity Framework

I am having problems in my bank relationship, I am developing an application that manages Courses, I am still a beginner in ASP.NET MVC. I have two Student tables and Course tables, and I have another table that links those two StudentCours...
asked by 12.06.2015 / 06:27
1
answer

Use Pattern View Model or a POST method with Json?

I wanted a tip from you who are experienced. I am developing an application where I will use properties of 2 models , which wanted the best option to be used in this case and if possible please kindly list the advantages.     
asked by 13.10.2015 / 19:36
2
answers

Show current date in EditorForRazor

People would like to know how to insert the current date into an @Html.EditorFor? I've looked in several places but so far I have not achieved anything.     
asked by 15.10.2015 / 04:56
3
answers

Send Javascript Array for Controller via POST

I'm trying to send Array of int from JavaScript to Controller via POST . See my array: console.debug(itens); Array [ 1, 2 ] I'm trying to send it as follows: $.post('@Url.Action("MinhaAction", "MeuContro...
asked by 13.10.2015 / 14:50
1
answer

Select Suppliers by Fantasy Name

I have a PRODUCT registration form and there is a relationship with the SUPPLIER table, as shown in the image below: ClickingtheSEARCHPROVIDERbuttonwilldisplaythisView Now I need to develop a text box that when typing a value it looks f...
asked by 10.10.2015 / 23:10
1
answer

High performance .Net website

I'm going to start building a website to buy tickets and the forecast for main page access is 8000 users per minute. We will use C # .Net and MVC. The database, project standard, ORM, and frameworks are open and can be chosen. So far I...
asked by 30.09.2015 / 04:59
1
answer

Pass the data-id="@ milestones.code" to a modal

My system should work as follows: By clicking on the highlighted red button in the image below Itopensthismodalhere: Thisisalreadyhappening,butnowIneedtoclickonthefirstimage,itwilltakedata-id="@milestones.Codigo" and save it in the...
asked by 07.10.2015 / 03:32