Questions tagged as 'asp.net'

0
answers

Ajax in Visual Studio 2013 undefined

use VS 2013, I have a table that should show the data of a form, but it shows undefined HomeController [HttpPost] public ActionResult AddUser(string UserName, string Email, string Password) { var user = new UserModel();...
asked by 23.06.2018 / 22:12
0
answers

Is there a way to add sql data depending on the GridView row? ASPX and C # with Visual Studio

My idea is to show in a GridView information that I have of tables in my database, as I need to show two Codes of a product, I have to call two SELECT, one for each code. I want the end user to visualize a summary of some sales, in the following...
asked by 22.06.2018 / 18:59
0
answers

Project does not want to recognize references to Telerik

I explain my situation hoping someone can help me get out of the problem, thanks in advance for your attention and support: Compiling an already developed solution tells me the error message    "Could not find the type or namespace name 'T...
asked by 20.06.2018 / 22:43
0
answers

Web API in WPF with odata

I have a desktop application in WFP, I want to consume the Odata Service (TripPin) Web API, and show some data in a listview! if you can help me make the connection to odata and be able to bring the data to my ListView I would appreciate it    ...
asked by 19.06.2018 / 03:39
1
answer

Adjust web page for Android with css, activate scrollbar

I'm trying to adjust my web page to visualize in android with css but nothing else lets me show the top part, but it does not allow me to scroll down. I have this configuration in the body: body { width: 100%; min-height: 50%; margin: 0; paddi...
asked by 18.06.2018 / 17:26
1
answer

Problem when writing quotes in HTML

I have the following HTML code from an ImageButton. <asp:UpdatePanel runat="server"> <ContentTemplate> <asp:DataList ID="dlImagenes" runat="server" RepeatColumns="3" RepeatDirection="Horizontal" HorizontalAlign="Cente...
asked by 25.06.2018 / 17:34
0
answers

Can you customize the error message of a property of type int?

I have the following model public class UpdateViewModel { [DataType(DataType.PhoneNumber, ErrorMessage = "El campo teléfono particular debe ser un número")] [Required(ErrorMessage = "El campo teléfono particular es obligatorio")] [...
asked by 25.06.2018 / 17:06
1
answer

how can I pass the value of my litbox in ajax ==

function insertar() { var data = { objpersona: { licencia: $("#Licencia").val(), categoriaid: $("#categoria").val(), p_ci: $("#carnet").$(this).val() } } $.ajax({ type:...
asked by 17.06.2018 / 16:50
0
answers

How to join several pdf in 1 single

I have the following problem, I am trying to join several pdf files in 1, I have a pdf url list and the idea is to mix them in one. I try this: The string list has: http://dlls.medezweb.com/resources/432714927725926.pdf http://dlls.medez...
asked by 21.06.2018 / 23:24
1
answer

Add a "class" to a body without postback using ajax

I am using ajax and I have a problem! when I use the ModalPopupExtender it shows what I want but I can not add a class to a tag, specifically to the "body" tag I have the following code <html xmlns="http://www.w3.org/1999/xhtml">...
asked by 18.06.2018 / 11:18