Questions tagged as 'asp.net'

0
answers

Delay when displaying photos on canvas

I have to take a list of products where you can see the photos that are in a web directory and so that I stay centered, of the same height, etc ... I need the canvas of the photo with white background be square, for example 250x250px and the pho...
asked by 12.11.2018 / 13:39
1
answer

How to call two views in one of asp.net

Friends who can help me what happens is that I want to fill two forms of different views in one single view of Asp.Net Thanks!     
asked by 19.11.2018 / 01:20
0
answers

filter for a grid view without a button

I need to perform a filter for grid view called Gv_Desecho, I want the textbox does not need to use a button to search, but as I write, go searching     
asked by 16.11.2018 / 16:57
1
answer

how can I avoid auto completion of a TexBox by pressing a Button without functions

I have a form that when filling the page, is filled with data, my idea is to replace the current data with the new ones, but doing some tests, and adding a Button without any operation, rewrites me again the fields, and whether it's empty or whe...
asked by 11.11.2018 / 18:30
0
answers

Problem using an @Html.LabelFor and @Html.textBoxFor of a Registration Form in ASP.NET MVC

I'm new to ASP.NET MVC. I am trying to make a registration form, for that I am guided by the same example that provides visual mvc. But at the same time I'm showing a datatable to list a class, in this case "PERSONAL" My controller calls the Per...
asked by 12.11.2018 / 00:20
1
answer

Run web service with user and pass and return a json

I need to consume a web service that returns a json and I do not know what to do to run the result since I must store it in a table in the database, could you help me please. I'm executing it in the following way, based on an answer that I found...
asked by 14.11.2018 / 18:31
0
answers

Go from BL to Web layer

I am doing a CRUD in ASP.NET with a database in Azure using ADO.NET, for the layers I have BL, DAL, Entities and finally the UI, I have passed from DAL to BL the update code but I do not know how pass it from BL to Vista and the previous pass it...
asked by 09.11.2018 / 21:19
1
answer

My registry is not updated with ConfigurationManager

For days now I am trying to do a update but nothing that updates the record I want. I have already tried two ways and none of them has worked for me. I do not know if I have a syntax error or what the problem might be. This is the c...
asked by 07.11.2018 / 18:36
0
answers

More than 4 attributes in an asp.net path

I have a problem. I need to have four parameters in my route, so that it looks like this. link First I was successful when I used only three parameters on the route, like this: link but now that I need to use one more parameter,...
asked by 11.11.2018 / 11:04
1
answer

How to display the data of a query in a gridview

I'm doing a project and in a part of the project I need to see a gridview and select what I'm going to do. I already got him to show me the complete table. protected void buscar_Click(object sender, EventArgs e) { string s = System.Configu...
asked by 09.11.2018 / 05:25