Questions tagged as 'asp.net'

1
answer

Uploading image inside repeater C # asp.net

Hello, I'm new here and I need some help. I already researched the net and the solutions I found do not work. I have an image gallery editing screen, made with a repeater, on each image listed I have a button that opens an Ajax modalpopup with a...
asked by 06.06.2017 / 18:33
1
answer

ModalPopupExtender how to close when clicking outside of modal

Working on a legal project, I'm using ModalPopupExtender of AjaxToolKit . I have already identified if I can use the OkControlID and CancelControlID attributes to define which control, a Button for example, closes...
asked by 29.05.2017 / 20:02
0
answers

The if condition is not accepting in asp.net mvc razor

I want to do an update with a condition, however, it is updating the data without seeing the condition of if using System; using System.Collections.Generic; using System.Linq; using System.Web; using System.Web.Mvc; using BlogWeb.ViewsModels;...
asked by 26.05.2017 / 16:31
0
answers

ScrollBar GridView

I have some GridView in my project, but some have many columns and all are necessary, I would like to place a horizontal scrollbar on the grid, but besides the scrollbar, I would like to place an arrow, to navigate the columns, making it easier...
asked by 23.05.2017 / 20:25
1
answer

Kendo grid XML remote data

I have a WCF that returns the data of a remote MySQL database, the return is a simple XML, I believe that being a simple XML is not populating my kendo grid. I would like an example to mount my return XML and meet the kendo grid requirements,...
asked by 27.04.2017 / 22:55
2
answers

Hide menu on login screen C #

I'm having a problem, I need to hide a menu on the login screen when it loads. I used a solution that works locally, but the server does not happen, it follows: //MENU QUE FICA NA MASTER PAGE <asp:Panel ID="Panel1" runat="server">...
asked by 11.05.2017 / 18:42
0
answers

Slide buga when refresh on page

I'm using the bxslide plugin, so when I load the page it works normally, but when I refresh it, it rips the images showing all the slides, not the JS error, but when I change the page size even with it bugged it back to working normally. I lo...
asked by 24.04.2017 / 15:19
2
answers

ActionLink + data-loading-text

I need to put this date-loading-text in this action link only I'm not able to Action Link @Html.ActionLink("Voltar", "Listar", "Cadastro", new { cadastroId = id, area = "Formulario" }, new { @class = "btn btn-warning", @style = "margin-r...
asked by 24.04.2017 / 21:10
1
answer

How do I view the details of an ASP.net Session in IIS as in Java using Tomcat?

In the Tomcat manager, we can list the open sessions and see the "details" of each one, including a list of all session variables (key-value) of that session, as shown in the example image below: / p> Is there something similar in IIS? H...
asked by 19.04.2017 / 21:52
0
answers

Can not find column 22276451.

Good morning, I'm developing a code that can defer the X and Y values of a chart I inserted into ASP.NET. For this I made a query to the sql server to be returned to the average of a column, until the following error appeared: Can not find colum...
asked by 06.04.2017 / 11:29