Questions tagged as 'asp.net'

1
answer

Asp.NET webservice with blank page in IIS 8

I have a webservice (asmx) hosted on Kinghost. After an update in IIS (from version 6 to 8) the webservice stopped working. When trying to access the webservice through the browser it shows a blank page, it does not show the methods: link...
asked by 26.06.2015 / 14:07
2
answers

ImageButton does not call the 'Click' event

I have an ImageButton inside a grid, when I click the button this does not call the corresponding click event. Any idea what might be causing this error?     
asked by 25.06.2015 / 14:56
1
answer

Sort GridView ASC

I have this grid, and I would like to sort the columns in ascending order (ASC) how to do? <asp:GridView ID="gridView1" runat="server" AllowPaging="False" AllowSorting="True" DataSourceID="sqlTeste" AutoGenerateColumns="False" E...
asked by 08.06.2015 / 15:47
1
answer

How to create a GridView

The examples I saw on the net none worked, or were very personalized. I just want a simple table with 4 columns that will be populated with data from a bd. The same will be within a simple modal: <div class="modal fade open" id="modalVersao...
asked by 16.03.2015 / 21:54
1
answer

Consume WebService WSDL

Good afternoon, I am trying to consume a WebService using ASP.NET, however, after adding the reference of the same and executing the method, the parameters return null, generating exception. I tried running through WebRequest too, but returne...
asked by 11.02.2015 / 17:48
1
answer

Problems with sorting within a repeater

I have repeater: <asp:Repeater ID="rptDocumentosRepeater" runat="server"><%--onitemdatabound="listaDocumentosRepeater_ItemDataBound"--%> <HeaderTemplate> <legend class="uppercase">Lista de documentos</leg...
asked by 04.02.2015 / 17:04
1
answer

Problem accessing data from dynamically generated ASP.NET fields

I'm developing a website where you have an administrator for the contact forms, that is, the client can create fields for this form. So far so good, the registration works well and I can draw the form correctly on the screen, as per the code bel...
asked by 08.01.2015 / 15:46
1
answer

Difficulty hiding part of a form with UserControl

I have a form called frmCadastroBens that declares a UserControl, which I call wucCadastroBens. In this form I register the UC like this: <%@ Register src="WUC/wucCadastroBens.ascx" tagname="wucCadastroBens" tagprefix="uc1" %> <%@ Reg...
asked by 02.02.2015 / 14:16
1
answer

RadioButtoList does not obey selected SelectedValue

I have this Radiobutton: <asp:RadioButtonList ID="rdlCpfCnpjFornecedorBemNovo" CssClass="cPFCNPJRadioButtonList" runat="server" RepeatDirection="Horizontal" AutoPostBack="false" RepeatLayout="Flow"> <asp:ListItem Text=...
asked by 30.01.2015 / 16:15
1
answer

How to get bank reports through web application?

Where I work there are some procedures in the database (SQL Server 2008) that take hours to execute and return large amounts of information that are always copied to a worksheet and sent to the end user. There are even some desktop applicatio...
asked by 23.01.2015 / 15:23