Questions tagged as 'asp.net'

2
answers

Connect Bootstrap carousel with database in VB.NET

I'm trying to link a database with a Bootstrap carousel. The carousel code I am using is the basic one, which is on the Bootstrap documentation page . So far I've only been able to run the carousel with images that I have in a folder but I h...
asked by 29.01.2016 / 23:14
1
answer

Add record to table by default in ASP.NET MVC with Code-First

Someone who works with the CodeFirst model in ASP.NET MVC and can give me an idea to know: How to add a user by default in the User table >, when executing the construction of the tables of my Context for the first time? I put this simple fr...
asked by 07.03.2016 / 18:00
1
answer

How to solve infinite load cycle in a report viewer?

I'm trying to create a web report on a .aspx page, the report template is a .rdlc file. When I run the application, I fill out a bar graph with the same Datasource that I use for the report, however my report remains cycled in loading, calling t...
asked by 07.11.2018 / 22:51
1
answer

Pass array of inputs to a MVC controller

I have the following Ajax and HTML code. $("#filter_frm").submit(function (e) { e.preventDefault(); var data = $(this).serialize(); myChart.showLoading({ text: 'Cargando', color: '#c23531',...
asked by 16.11.2018 / 11:35
2
answers

Friendly URL in ASP.NET Core Identity

I am developing an application using ASP.NET Identity for managing the login. Within the Login.cshtml page of ASP.NET identity I want to send another parameter that is the name of the company. The problem is that I require it to be a friendly UR...
asked by 18.09.2018 / 22:27
1
answer

Help with consultation in AJAX

I am using ASP.NET, C # and AJAX. What I need to do is send a number of n questions for an exam, where that amount n is a number that the administrator previously registered in a form that sends the data to a database. I already managed to g...
asked by 01.10.2018 / 19:24
1
answer

Exception when reading a certain DataSet column loaded with the contents of an XML file

I have an XML file where I upload your data in a DataSet DataSet ds = new DataSet(); ds.ReadXml(Server.MapPath("~/datos.xml")); When trying to read the column 'NumCodigo' of the form: ds.Tables["NumCodigo"].Rows[0]["NumCodigo"] I have...
asked by 30.08.2018 / 17:47
1
answer

How to fill an HTML paragraph with data in ASP .NET Web Forms?

I have a page with a paragraph and its styles in HTML. According to the data of a DataSet that I have previously filled with XML I have to fill in some fields of this paragraph. What is the best way to do it? <div class ="paragraph">...
asked by 28.08.2018 / 13:38
1
answer

How to send an alert ("") from asp.net, sending a string + a variable

In what way you should send a message type alert, from an asp.net form. Currently I used this: if (user._contraseña.Equals(claveI)) { ClientScript.RegisterStartupScript(this.GetType(), "alert", "aler...
asked by 11.11.2018 / 01:24
1
answer

Problems with the IIS and the database

A few days ago I published my MVC + AngularJs application in IIS. Everything works fine except the database, the GET, ECT requests do not want to work ... Launches the following exception:    This Request has been blocked because sensitive...
asked by 15.08.2018 / 14:36