Questions tagged as 'webforms'

1
answer

Modal Global Asp.net Webforms

I created a modal, which I will practically use in all forms of the system, but I do not know how to call this modal in forms. This is the code of my modal, the page calls Modal.aspx, and the modal is the #modalexclusao <%@ Page Title="...
asked by 10.04.2018 / 15:51
0
answers

Incompatibility Browser Edge UpdatePanel

I have an UpdatePanel, which works perfectly, in chrome browsers and firefox, it does not refresh the page when I change something in the combobox, however in the EDGE browser it updates, I already tried putting several compatibility mode codes...
asked by 05.04.2018 / 16:17
0
answers

Doubt Session Asp.net

I need to pass the id of a user by a session, as it is happening to mix users, since it was being written to a variable, has some way, to continue passing through the variable without having to change throughout the project, because in every pro...
asked by 04.04.2018 / 16:32
1
answer

Force POSTBACK

I am passing information from variable click_teste to TextBox with id other TextBox is parameter to a query of Gridview . . PostBack : <asp:TextBox ID="outros" runat="server"...
asked by 20.03.2018 / 15:55
0
answers

Error opening report on server running more than one process

I have a web application (C # .Net) that displays a report (published in ReportServer) and is experiencing problems after I have increased the amount of processes in IIS. The report is posted to my production server and has never encountered...
asked by 07.03.2018 / 17:50
0
answers

Handling of special characters WEB.FORMS

Personal I need your help. I'm fiddling with a Web Form system where fields are accepting the special characters as shown in the picture below. Thefieldsacceptonlythese3#-$-%characters,butyoucannotacceptthem.Ineedtowithdraw,couldanyonehel...
asked by 27.02.2018 / 15:06
3
answers

Numerical Field in Web Forms

Personally I define a field that is in text in webforms for numeric, as an example. <asp:TextBox ID="feb" runat="server" BorderColor="#999999" BorderStyle="Solid" MaxLength="4" TabIndex="93" Width="90px" ></asp:TextBox> I need t...
asked by 27.02.2018 / 18:44
1
answer

Referencing non-static object in a static method

Good evening, I need to reference a PlaceHolder Asp.Net component in a static method in code-behind C# , this method is called via AJAX by front-end see code: Call the method by the front end Form aspx:...
asked by 23.02.2018 / 00:51
0
answers

nhibernate oracleBulkCopy c #

According to the attached image, I have an attribute class accompanied by the ListarMunicipio method, where it has a list, in the method then I have public static void InserirOuAtualizar(Municipio municipio) , I'm working with the...
asked by 22.02.2018 / 13:49
2
answers

Doubt Restriction ASP.NET C # users [pending]

I need to do a user restriction on an ASP.NET C # application. In this application, separated by several classifications, I have a table with all form items, with bit fields, so that the restrictions are saved. But if a user who does not h...
asked by 15.02.2018 / 17:39