Questions tagged as 'asp.net'

1
answer

413 request entity too large

I have a note-issuing service that was running normally on a VM in the azure. We've migrated to a Google VM and now have this error when the note has many products:    413 request entity too large I've tried several possibilities by looki...
asked by 11.10.2016 / 19:34
1
answer

Align textbox in the center of a page using asp.net bootstrap

I can not centralize the email textbox and password. Here's part of the code and image to help. <body> <form id="form1" runat="server"> <!--Começo cabeçalho--> <header> <nav class="na...
asked by 07.11.2016 / 18:02
1
answer

Hyperlink + Eval + navigateURL

I would like to create a link in the row of the listview to navigate to a url when clicked. The "city" field has to complete the url so that the targeting is done correctly. <%#Eval("cidade")%> Example: Let's say I want the user to be...
asked by 21.09.2016 / 17:50
1
answer

displaying photos by Repeater with sql server Using split

I can not load the photos in the repiter by making a car from the data bank, I can not find anything on the web related to this problem follow the cod         ASPX ImovelDetails <section class="slider-container"> &l...
asked by 11.10.2016 / 14:16
1
answer

Safe email sending, which allows the user to access an Action Edit on the controller

I need to email a secure link so the user can click on an Edit action on the controller. For example: Sending the link: localhost: 64148 / Movies / Edit? id = 4 But I can not send the link this way, because when the user accesses it, it...
asked by 18.09.2016 / 01:17
1
answer

Populating GridView without any selected record

I'm populating a GridView and it's populating with the first ever selected record. var lstUsurios = new V_ENTIDADE_X_PWDNegocio().Listar(); gdvAcesso.DataSource = lstUsurios; gdvAcesso.DataBind(); I have tried to change some properties o...
asked by 22.08.2016 / 17:14
0
answers

ASP.NET and C # - Gridview line requirement

Just as there is a RequiredFieldValidator in ASP.Net site forms, which requires filling in a field, is there any way to have a gridview with at least one row? For example, I have in my site (ASP.Net with C #) a part of resumes registration. A...
asked by 04.08.2016 / 15:44
0
answers

Image resolution in Dynamic Carousel

I'm having problems solving the images that come inside the carousel, how can I set a default for css or javascript? follows images followmyaspxcode:<divid="paginas"> <div class="sliderFrame"> <div id="slider"&...
asked by 19.08.2016 / 04:32
0
answers

Strange text appearing on page after saving a file

I am creating a text editor in C #, but when I saved a file .html , on the page appeared that error Code:usingSystem;usingSystem.Collections.Generic;usingSystem.ComponentModel;usingSystem.Data;usingSystem.Drawing;usingSystem.Linq;using...
asked by 06.08.2016 / 20:16
0
answers

Upload - the process can not access the file because it is being used by another process

I'm trying to mount a file manager, but I'm having trouble updating the file. First I make the upload of the file, and after that, if the user wants to update, I have the option of updating, where it changes the file, that is, it uploads...
asked by 15.07.2016 / 14:20