Well, it gave me an error on the main page so I tried to pass the values from the search to the index.
the error gives in line 35 of the index of the main page with the code:
@foreach (var item in Model)
I'm doing a movie sales store, and...
I'm doing some tests to upload any file and save it to a physical folder, but even with the file loaded on the screen, the same is not happening in ID / value:
Example:
Followingcodes:aspx:<divstyle="font-family: Arial">...
I need to get the ip and local machine name of the client in case the user who will be accessing my system.
My system is hosted on the system's network and database. The commands I've used so far I get the server name and server ip, but I nee...
I have a modal boostrap poup within a ASPX UpdatePanel component within this modal I have a ASP btnEditar button with a click event to execute a update routine. After executing the event, the modal closes but its dark...
How can I transpose the columns of a table like the one in the image below
For this format:
Mercado | Semana 5 | Semana 6
FUT AUD | 0.9986 | 1.0035
FUT CAD | 1.0000 | 1.0062
FUT CHF | 1.0059 | 1.0158
I tested some implementation...
I see some files as lines similar to this:
<script src="https://ajax.aspnetcdn.com/ajax/jquery/jquery-2.2.0.min.js"asp-fallback-src="~/lib/jquery/dist/jquery.min.js"
asp-fallback-test="window.jQuery"
crossorigin="anonymous"...
How to convert $ 3,852.00 and save on those bank. and ,? Follow my code.
public ImportProcesso()
{
ImportProcesso processo = new ImportProcesso();
processo.dataReqPgto = new System.DateTime();
proce...
Good morning.
I'm trying to send a request in ajax in jquery, but it returns me that error. Sequence contains no elements, I'm trying to present data in the bootgrid
public ParametrosPaginacao(NameValueCollection dados)
{...
I'm doing a time-stamping page using ASP.NET MVC5. The user enters the marking data according to the print below:
However,incaseofanerrorintheregistrationofthetag,thecontrollerreturnsthemodeltoviewwiththedataenteredbytheuser,usingtheconceptofmo...
When attempting to connect to the bank, I got the error according to the attached image.
My application is web in .net, visual studio 2010, database oracle sql developed 3.1.07.
My code where you get the error:
protected int GetRowCounts()...