Questions tagged as 'mvc'

0
answers

How to make a dynamic url in Codeigniter?

I'm making a sale that inserts and updates me in my database, but when I want to delete one of those records I do not know how to do it so I can identify the function to go to the DELETE of my driver Control I have this from the side of the...
asked by 31.08.2018 / 00:09
0
answers

Data view php mysqli

I have a problem showing the data in the view, I mean, I have a data modification form, which edit and update the data in the database without problems, but when I return to the view to show all the data data of the table, it does not show me an...
asked by 10.09.2018 / 04:33
0
answers

Filter all or some columns individually in Boostrap table

I have a problem wanting to filter on a boostrap table if I do it from the general search, it does not filter me as it should since I search for short words and it filters me in all the fields, so I have to filter for each column. <div cla...
asked by 28.08.2018 / 01:38
0
answers

'DataSet does not support System.Nullable.' Error filling out report with Datetime Null data

I am filling out a report in crystal report with a class that has null data types in c # when I try to fill out the report I get the following error:    'DataSet does not support System.Nullable < & gt ;.' crystal report. public class...
asked by 26.08.2018 / 16:01
0
answers

How to make a waterfall dropdownlist ASP.NET MVC5

I have the following code, I need that according to the selected brand shows me the class, ayudaaaa is urgent. CONTROLLER public IActionResult Index() { //Marca Task < ServicioMVCDatoAuto.TiposReferencia> TareaMa...
asked by 24.08.2018 / 17:38
0
answers

Reload a JS value

I'm working on C # MVC and I'm having the following problem in a View: I put them in context | I have the following 3 values Value 1: Editable Value 2: Editable Value 3: Value 1 - Value 2 (Not Editable) I have these 3...
asked by 22.08.2018 / 16:16
1
answer

It takes more than 5000 angularjs records and c #

I'm trying to show 5000 records and I'm using angularjs and c # mvc5 if it shows me all the records in the datatable just that it takes to show them, what can I do to optimize this and not be late, it's worth mentioning that in the console it sh...
asked by 18.08.2018 / 02:14
0
answers

ModelState.Isvalid is always false

my model: public class Unidad { public int UnidadID { get; set; } [Required(ErrorMessage ="Unidad Abrevidad no puede ser vacio")] [StringLength(50)] [Display(Name ="Unidad Abrevidad")] public string AbbreviatedUnit { get;...
asked by 15.08.2018 / 08:28
3
answers

MVC Crystal Reports

They could help me with the following: I have two related models, one Customers and another Orders, I try to generate a report with crystal reports of the orders generated, they would be something like when a customer buys something in a stor...
asked by 17.08.2018 / 13:33
0
answers

Problems connecting to the server from IIS

I am trying to connect my web application published in IIS with Sql server but it launches the following Error: Login failed for user 'ENT \ BERASA3-D1 $'.     
asked by 15.08.2018 / 17:57