I'm having a hard time consuming a payback json and convert- I've tried it in object so I can write to the database, my variables always return "null", I've tried several ways and I always get stuck in this return. Here's part of the code:...
I need to have a URL in the following format:
nomedosite.com/note/ {anything)
I need this url to fire the controller Note , with the action Index . How do I set up my route?
I tried to use this:
routes.MapRoute(...
How do I pass the value of the Thumb variable to my control? The two input fields then passing normally, however the tumb variable has to pass the Image Url of the video.
Controller
[HttpPost]
[ValidateAntiForgeryToken]
public ActionR...
I have two forms, one of them I have:
namespace J13_Rouparia_CS
{
public partial class frmMain : Form
{
public static int LocPesq;
public static string peqNume;
public static string peqArti;
pu...
I'm working with webforms and generating a report in the reportviewer locally, the report accepts parameters and has a dataset
// Parametros
List<ReportParameter> parametersReport = new List<ReportParameter>();
parametersReport.Add...
I have this helper
<li>@Html.ActionLink("Registar", "Register", "Account", routeValues: null, htmlAttributes: new { id = "registerLink"})</li>
I wanted to add this <span class="glyphicon glyphicon-user">
<l...
Good morning everyone,
I'm breaking my head how to proceed with such logic;
I would like to get the value of these 4 textboxes (txtDomain, txtCheque, txtCredito and txtDebito)
and in the end go doing the arithmetic process in txtRestante....
I have the following structure and would like to optimize the if code, there are already several equal parts. Then I made a foreach. But the ExpandoObject type variable, I do not know how to handle it generically to get the value of the function...